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

◆ step()

def step (   self,
  action 
)

Step the environment by returning the action as observation.

Parameters
actionThe action to take.
Returns
A tuple of (observation, reward, terminated, truncated, info) where observation equals the input action.