upkie 9.0.0
Open-source wheeled biped robots
Loading...
Searching...
No Matches

◆ step()

Tuple[np.ndarray, float, bool, bool, dict] step (   self,
np.ndarray  action 
)

Step the environment.

Parameters
actionAction from the agent.
Returns
Tuple with (observation, reward, terminated, truncated,info). See upkie.envs.upkie_servos.UpkieServos.step for details.