Classic Control
Classic Control environments provide a foundational platform for exploring and experimenting with RL algorithms. These environments are designed to be simple, allowing researchers and practitioners to focus on the fundamental principles of control without the complexities of high-dimensional and physics-based simulations.
Step-Based Environments
Name |
Description |
Horizon |
Action Dimension |
Observation Dimension |
---|---|---|---|---|
|
Simple reaching task (2 links) without any physics simulation. Provides no reward until 150 time steps. This allows the agent to explore the space, but requires precise actions towards the end of the trajectory. |
200 |
2 |
9 |
|
Simple reaching task (5 links) without any physics simulation. Provides no reward until 150 time steps. This allows the agent to explore the space, but requires precise actions towards the end of the trajectory. |
200 |
5 |
18 |
|
Simple reaching task leveraging a via point, which supports self collision detection. Provides a reward only at 100 and 199 for reaching the viapoint and goal point, respectively. |
200 |
5 |
18 |
|
5 link reaching task where the end-effector needs to reach into a narrow hole without collding with itself or walls. |
200 |
5 |
18 |
MP Environments
Name |
Description |
Horizon |
Action Dimension |
Context Dimension |
---|---|---|---|---|
|
A DMP provides a trajectory for the |
200 |
25 |
|
|
A DMP provides a trajectory for the |
200 |
25 |
|
|
A DMP provides a trajectory for the |
200 |
30 |