[MuJoCo] add action space figures (#762)

This commit is contained in:
Kallinteris Andreas
2023-11-05 15:28:17 +02:00
committed by GitHub
parent e5d6921abc
commit cf5f588433
18 changed files with 38 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@@ -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) |

View File

@@ -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) |

View File

@@ -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) |

View File

@@ -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) |

View File

@@ -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) |

View File

@@ -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) |

View File

@@ -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) |

View File

@@ -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) |

View File

@@ -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) |