Module simulator

Module simulator 

Source

Structs§

AbstractSim
Simulator that maps abstract actions to ground actions via a Mapper.
GroundSim
Simulator that steps the ground MDP directly.

Enums§

SimulatorType
Indicates whether a simulator operates on ground or abstract states.

Traits§

Simulator
Minimal interface for pluggable simulators used by MCTS.