AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
Loading...
Searching...
No Matches
probfd::MDP< typename, typename > Member List

This is the complete list of members for probfd::MDP< typename, typename >, including all inherited members.

generate_action_transitions(param_type< State > state, param_type< Action > action, Distribution< StateID > &result)=0probfd::StateSpace< State, Action >pure virtual
generate_all_transitions(param_type< State > state, std::vector< Action > &aops, std::vector< Distribution< StateID > > &successors)=0probfd::StateSpace< State, Action >pure virtual
generate_all_transitions(param_type< State > state, std::vector< TransitionType > &transitions)=0probfd::StateSpace< State, Action >pure virtual
generate_applicable_actions(param_type< State > state, std::vector< Action > &result)=0probfd::StateSpace< State, Action >pure virtual
get_action_cost(param_type< Action > action)=0probfd::CostFunction< State, Action >pure virtual
get_state(StateID state_id)=0probfd::StateSpace< State, Action >pure virtual
get_state_id(param_type< State > state)=0probfd::StateSpace< State, Action >pure virtual
get_termination_info(param_type< State > state)=0probfd::CostFunction< State, Action >pure virtual