fancy_gym/docs/source/envs/open_ai.md

24 lines
1.5 KiB
Markdown
Raw Normal View History

2024-01-18 17:03:56 +01:00
# Gymnasium
2023-12-05 15:47:17 +01:00
2024-01-18 22:23:52 +01:00
<div class='center'>
<img src="../_static/imgs/env_gifs/Lunar_Lander.gif" style="margin: 5%; width: 50%;">
</div>
<br>
2024-01-18 17:03:56 +01:00
These are the Environment Wrappers for selected [Farama Gymnasium](https://gymnasium.farama.org/) (previously OpenAI Gym) environments to use the Motion Primitive gym interface for them.
## Step-Based Environments
We refer to the [Gymnasium docs](https://gymnasium.farama.org/content/basic_usage/) for an overview of step-based environments provided by them.
2023-12-05 15:47:17 +01:00
## MP Environments
These environments are wrapped-versions of their Gymnasium counterparts.
2023-12-05 15:47:17 +01:00
| Name | Description | Trajectory Horizon | Action Dimension |
| ------------------------------------ | -------------------------------------------------------------------- | ------------------ | ---------------- |
| `gym_ProMP/ContinuousMountainCar-v0` | A ProMP wrapped version of the ContinuousMountainCar-v0 environment. | 100 | 1 |
| `gym_ProMP/Reacher-v2` | A ProMP wrapped version of the Reacher-v2 environment. | 50 | 2 |
| `gym_ProMP/FetchSlideDense-v1` | A ProMP wrapped version of the FetchSlideDense-v1 environment. | 50 | 4 |
| `gym_ProMP/FetchReachDense-v1` | A ProMP wrapped version of the FetchReachDense-v1 environment. | 50 | 4 |