AI 24/25 Project Software
Documentation for the AI 24/25 course programming project software
|
This is the complete list of members for probfd::SimpleMDP< State, Action >, including all inherited members.
generate_action_transitions(param_type< State > state, param_type< Action > action, Distribution< StateID > &result)=0 | probfd::StateSpace< State, Action > | pure virtual |
generate_all_transitions(param_type< State > state, std::vector< Action > &aops, std::vector< Distribution< StateID > > &successors)=0 | probfd::StateSpace< State, Action > | pure virtual |
generate_all_transitions(param_type< State > state, std::vector< TransitionType > &transitions)=0 | probfd::StateSpace< State, Action > | pure virtual |
generate_applicable_actions(param_type< State > state, std::vector< Action > &result)=0 | probfd::StateSpace< State, Action > | pure virtual |
get_action_cost(param_type< Action > action)=0 | probfd::CostFunction< State, Action > | pure virtual |
get_state(StateID state_id)=0 | probfd::StateSpace< State, Action > | pure virtual |
get_state_id(param_type< State > state)=0 | probfd::StateSpace< State, Action > | pure virtual |
get_termination_info(param_type< State > state) final | probfd::SimpleMDP< State, Action > | inlinevirtual |