|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Namespaces | |
| namespace | detail |
Classes | |
| class | Gridworld |
Enumerations | |
| enum class | GridWorldInitType : int { STATIC = 0 , RANDOM = 1 , PLAYER = 2 , INVALID_TYPE } |
| enum class | GridWorldActionType : uint_t { UP = 0 , DOWN = 1 , LEFT = 2 , RIGHT = 3 , INVALID_TYPE } |
Functions | |
| GridWorldInitType | from_string (const std::string &gw_init_type) |
|
strong |
|
strong |
| GridWorldInitType bitrl::envs::grid_world::from_string | ( | const std::string & | gw_init_type | ) |