|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Typedefs | |
| typedef FrozenLake< 4 > | env_type |
| typedef ValueIteration< env_type > | solver_type |
Variables | |
| const std::string | SERVER_URL = "http://0.0.0.0:8001/api" |
| const std::string | SOLUTION_FILE = "value_iteration_frozen_lake_v1.csv" |
| const std::string | REWARD_PER_ITR = "reward_per_itr.csv" |
| const std::string | POLICY = "policy.csv" |
| typedef FrozenLake<4> rl_example_8::env_type |
| const std::string rl_example_8::POLICY = "policy.csv" |
| const std::string rl_example_8::REWARD_PER_ITR = "reward_per_itr.csv" |
| const std::string rl_example_8::SERVER_URL = "http://0.0.0.0:8001/api" |
| const std::string rl_example_8::SOLUTION_FILE = "value_iteration_frozen_lake_v1.csv" |