17 template<
typename EnvType>
RLAlgoBase. Base class for RL algorithms.
Definition rl_algorithm_base.h:18
The TDAlgoBase class. Base class for deriving TD algorithms.
Definition td_algo_base.h:19
virtual ~TDAlgoBase()=default
Destructor.
TDAlgoBase()=default
DPAlgoBase.
env_type::action_type action_type
action_t
Definition td_algo_base.h:30
env_type::state_type state_type
state_t
Definition td_algo_base.h:35
EnvType env_type
env_t
Definition td_algo_base.h:25
Various utilities used when working with RL problems.
Definition cuberl_types.h:16