class
NavigationMovementAgentActionMethods
- def reset(self, *args: typing.Any, **kwargs: typing.Any) -> None
- def step(self, *args: typing.Any, **kwargs: typing.Any) -> core.simulator.Observations
- Step method is called from
Env
on eachstep
.
Special methods
- def __init__(self, *args, config, sim, **kwargs)
Properties
- action_space get