Various additions to docs

This commit is contained in:
2023-12-13 15:52:44 +01:00
parent 73d00ddab3
commit d26233f908
8 changed files with 31 additions and 13 deletions
+4
View File
@@ -0,0 +1,4 @@
AirHockey
=========
TODO
+10 -1
View File
@@ -1,8 +1,17 @@
Fancy
=====
Fancy gym also adds a couple of environments. Some of these are adaptations of existing environments while others were designed and build by us from the ground up.
Fancy gym adds a couple of environments. Some of these are adaptations of existing environments while others were designed and build by us from the ground up.
.. raw:: html
<div class='center'>
<img src="../../_static/imgs/Box_Pushing.gif" style="margin: 5%; width: 45%;">
<p>Box Pushing Task</p>
</div>
<br>
.. toctree::
airhockey
mujoco.md
classic_control.md
+1 -2
View File
@@ -1,4 +1,4 @@
# Custom Mujoco tasks
# Mujoco
## Step-based Environments
@@ -47,7 +47,6 @@ No longer used?
| `fancy/BallInACupGoal-v0` | Similar to `fancy/BallInACupSimple-v0` but the ball needs to be caught at a specified goal position | 4000 | 7 | wip |
-->
## MP Environments
Many of these envs also exist as MP-variants. Refer to them using `fancy_DMP/<name>` `fancy_ProMP/<name>` or `fancy_ProDMP/<name>`.