[MuJoCo] add action space figures (#762)
BIN
docs/environments/mujoco/action_space_figures/ant.png
Normal file
After Width: | Height: | Size: 30 KiB |
2
docs/environments/mujoco/action_space_figures/credits
Normal file
@@ -0,0 +1,2 @@
|
||||
The figures were first made my Christian Schroeder de Witt (under no license), and he provided permission to use them on this repo
|
||||
Then modified by @Kallinteris-Andreas
|
BIN
docs/environments/mujoco/action_space_figures/half_cheetah.png
Normal file
After Width: | Height: | Size: 28 KiB |
BIN
docs/environments/mujoco/action_space_figures/hopper.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
docs/environments/mujoco/action_space_figures/humanoid.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
docs/environments/mujoco/action_space_figures/pusher.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
docs/environments/mujoco/action_space_figures/reacher.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
docs/environments/mujoco/action_space_figures/swimmer.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
docs/environments/mujoco/action_space_figures/walker2d.png
Normal file
After Width: | Height: | Size: 26 KiB |
@@ -38,6 +38,10 @@ class AntEnv(MujocoEnv, utils.EzPickle):
|
||||
For more information see section "Version History".
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/ant.png
|
||||
:name: ant
|
||||
```
|
||||
|
||||
The action space is a `Box(-1, 1, (8,), float32)`. An action represents the torques applied at the hinge joints.
|
||||
|
||||
| Num | Action | Control Min | Control Max | Name (in corresponding XML file) | Joint | Type (Unit) |
|
||||
|
@@ -41,6 +41,10 @@ class HalfCheetahEnv(MujocoEnv, utils.EzPickle):
|
||||
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/half_cheetah.png
|
||||
:name: half_cheetah
|
||||
```
|
||||
|
||||
The action space is a `Box(-1, 1, (6,), float32)`. An action represents the torques applied at the hinge joints.
|
||||
|
||||
| Num | Action | Control Min | Control Max | Name (in corresponding XML file) | Joint | Type (Unit) |
|
||||
|
@@ -42,6 +42,10 @@ class HopperEnv(MujocoEnv, utils.EzPickle):
|
||||
For more information see section "Version History".
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/hopper.png
|
||||
:name: hopper
|
||||
```
|
||||
|
||||
The action space is a `Box(-1, 1, (3,), float32)`. An action represents the torques applied at the hinge joints.
|
||||
|
||||
| Num | Action | Control Min | Control Max | Name (in corresponding XML file) | Joint | Type (Unit) |
|
||||
|
@@ -46,6 +46,10 @@ class HumanoidEnv(MujocoEnv, utils.EzPickle):
|
||||
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/humanoid.png
|
||||
:name: humanoid
|
||||
```
|
||||
|
||||
The action space is a `Box(-1, 1, (17,), float32)`. An action represents the torques applied at the hinge joints.
|
||||
|
||||
| Num | Action | Control Min | Control Max | Name (in corresponding XML file) | Joint | Type (Unit) |
|
||||
|
@@ -40,6 +40,10 @@ class HumanoidStandupEnv(MujocoEnv, utils.EzPickle):
|
||||
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/humanoid.png
|
||||
:name: humanoid
|
||||
```
|
||||
|
||||
The action space is a `Box(-1, 1, (17,), float32)`. An action represents the torques applied at the hinge joints.
|
||||
|
||||
| Num | Action | Control Min | Control Max | Name (in corresponding XML file) | Joint | Type (Unit) |
|
||||
|
@@ -34,6 +34,10 @@ class PusherEnv(MujocoEnv, utils.EzPickle):
|
||||
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/pusher.png
|
||||
:name: pusher
|
||||
```
|
||||
|
||||
The action space is a `Box(-2, 2, (7,), float32)`. An action `(a, b)` represents the torques applied at the hinge joints.
|
||||
|
||||
| Num | Action | Control Min | Control Max | Name (in corresponding XML file) | Joint | Type (Unit) |
|
||||
|
@@ -30,6 +30,10 @@ class ReacherEnv(MujocoEnv, utils.EzPickle):
|
||||
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/reacher.png
|
||||
:name: reacher
|
||||
```
|
||||
|
||||
The action space is a `Box(-1, 1, (2,), float32)`. An action `(a, b)` represents the torques applied at the hinge joints.
|
||||
|
||||
| Num | Action | Control Min | Control Max |Name (in corresponding XML file)| Joint | Type (Unit) |
|
||||
|
@@ -47,6 +47,10 @@ class SwimmerEnv(MujocoEnv, utils.EzPickle):
|
||||
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/swimmer.png
|
||||
:name: swimmer
|
||||
```
|
||||
|
||||
The action space is a `Box(-1, 1, (2,), float32)`. An action represents the torques applied between *links*
|
||||
|
||||
| Num | Action | Control Min | Control Max | Name (in corresponding XML file) | Joint | Type (Unit) |
|
||||
|
@@ -43,6 +43,10 @@ class Walker2dEnv(MujocoEnv, utils.EzPickle):
|
||||
|
||||
|
||||
## Action Space
|
||||
```{figure} action_space_figures/walker2d.png
|
||||
:name: walker2d
|
||||
```
|
||||
|
||||
The action space is a `Box(-1, 1, (6,), float32)`. An action represents the torques applied at the hinge joints.
|
||||
|
||||
| Num | Action | Control Min | Control Max | Name (in corresponding XML file) | Joint | Type (Unit) |
|
||||
|