MorseControlSpace.h
MorseControlSpace(const base::StateSpacePtr &stateSpace)
Construct a representation of controls passed to MORSE. If stateSpace does not cast to an MorseStateS...
Definition: MorseControlSpace.cpp:53
const base::MorseEnvironmentPtr & getEnvironment() const
Get the MORSE environment this state space corresponds to.
Definition: MorseControlSpace.h:158
base::StateSpacePtr stateSpace_
The state space controls can be applied to.
Definition: ControlSpace.h:254