upkie 7.0.0
Open-source wheeled biped robots
|
Ground-velocity Gymnasium environment. More...
Classes | |
class | UpkieGroundVelocity |
Environment where Upkie is used as a wheeled inverted pendulum. More... | |
Functions | |
def | make_upkie_ground_velocity (**kwargs) |
Make a new ground-velocity environment. More... | |
Ground-velocity Gymnasium environment.
def upkie.envs.upkie_ground_velocity.make_upkie_ground_velocity | ( | ** | kwargs | ) |
Make a new ground-velocity environment.
This function is meant to be called by gymnasium.make()
rather than to be called directly.
kwargs | Keyword arguments forwarded to both the upkie.envs.upkie_ground_velocity.UpkieGroundVelocity and internal upkie.envs.upkie_servos.UpkieServos environments. |