|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
The WithQTableMixin struct. More...
#include <rl_mixins.h>
Public Types | |
| typedef uint_t | state_type |
| typedef uint_t | action_type |
| typedef real_t | value_type |
Public Member Functions | |
| void | initialize (state_type n_states, action_type n_actions, real_t init_value) |
| initialize | |
Public Attributes | |
| DynMat< value_type > | q_table |
| q_table | |
The WithQTableMixin struct.
| void cuberl::rl::with_q_table_mixin::initialize | ( | state_type | n_states, |
| action_type | n_actions, | ||
| real_t | init_value | ||
| ) |
initialize
| n_states | |
| n_actions | |
| init_value |
| DynMat<value_type> cuberl::rl::with_q_table_mixin::q_table |
q_table