class
SimulatorTaskActionAn EmbodiedTask
action that is wrapping simulator action.
Methods
- def reset(self, *args: typing.Any, **kwargs: typing.Any) -> None
- def step(self, *args: typing.Any, **kwargs: typing.Any) -> simulator.Observations
- Step method is called from
Env
on eachstep
.
Special methods
- def __init__(self, *args: typing.Any, config: DictConfig, sim: simulator.Simulator, **kwargs: typing.Any)
Properties
- action_space get