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

Test environment that returns the action as observation. More...

Public Member Functions

def __init__ (self)
 Initialize the ActionObserverEnv. More...
 
def step (self, action)
 Step the environment by returning the action as observation. More...
 

Public Attributes

 action_space
 Action space.
 
 dt
 Timestep in seconds.
 
 observation_space
 Observation space.
 

Detailed Description

Test environment that returns the action as observation.

This environment is useful for testing action wrappers, as it allows verification that the wrapper correctly modifies actions by observing the output.


The documentation for this class was generated from the following file: