Abstract Interface#
- class momba.gym.abstract.Explorer[source]#
State space explorer for training decision agents.
- abstract property available_actions#
A boolean vector indicating which actions are available.
- abstract property available_transitions#
A sequence of available transitions.
- abstract property has_terminated#
Indicates whether the explorer is in a terminal state.
- abstract property num_actions#
The number of actions.
- abstract property num_features#
The number of features of the state vector.
- abstract property state_vector#
The state vector of the current explorer state.