|
upkie
11.0.0
Open-source wheeled biped robots
|
| Tuple[np.ndarray, float, bool, bool, dict] step | ( | self, | |
| np.ndarray | action | ||
| ) |
Run one timestep of the environment's dynamics.
| action | Action from the agent: [ground_velocity]. |
observation: Observation of the environment.reward: Reward returned after taking the action.terminated: Whether the agent reached a terminal state.truncated: Whether the episode is reaching max number of steps.info: Dictionary with additional information.