Scheduler
|
#include <actionValuesFunction.h>
Public Member Functions | |
virtual double | getValue (state_t state, action_t action)=0 |
virtual std::vector< double > | getValues (state_t state)=0 |
This is the interface for any function mapping a (state, action) paitr to an action value
Definition at line 27 of file actionValuesFunction.h.
Get the action value for a given state and action
Implemented in Mdp::ApproximatedFunction, Mdp::TabularActionValues, and Mdp::PolynomialNetwork.
|
pure virtual |
Get the vector of action values for all actions for a given state
Implemented in Mdp::ApproximatedFunction, Mdp::TabularActionValues, and Mdp::PolynomialNetwork.