Skip to content

Cheetah

mujorax.CheetahRunEnv

Bases: MjxPlaygroundEnv

DM Control CheetahRun.

Planar bipedal cheetah; dense reward proportional to forward speed.

Parameters:

Name Type Description Default
config MjxPlaygroundConfig

Static configuration. Defaults to MjxPlaygroundConfig().

required
Source code in mujorax/envs/cheetah.py
Python
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
class CheetahRunEnv(MjxPlaygroundEnv):
    """
    DM Control `CheetahRun`.

    Planar bipedal cheetah; dense reward proportional to forward speed.

    Parameters
    ----------
    config : MjxPlaygroundConfig (optional)
        Static configuration. Defaults to `MjxPlaygroundConfig()`.
    """

    _PLAYGROUND_NAME = "CheetahRun"