|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
The StochasticAdaptorPolicy class. More...
#include <policy_stochastic_adaptor.h>
Public Types | |
| typedef PolicyType | policy_type |
Public Member Functions | |
| StochasticAdaptorPolicy (uint_t state_space_size, uint_t action_space_size, policy_type &policy) | |
| StochasticAdaptorPolicy. | |
| ~StochasticAdaptorPolicy ()=default | |
| Destructor. | |
| virtual policy_type & | operator() (const std::map< std::string, std::any > &options) |
| operator () | |
The StochasticAdaptorPolicy class.
| typedef PolicyType cuberl::rl::policies::StochasticAdaptorPolicy< PolicyType >::policy_type |
| cuberl::rl::policies::StochasticAdaptorPolicy< PolicyType >::StochasticAdaptorPolicy | ( | uint_t | state_space_size, |
| uint_t | action_space_size, | ||
| policy_type & | policy | ||
| ) |
| policy |
|
default |
Destructor.
|
virtual |
operator ()
| options |