fancy_gym/fancy_gym/envs/classic_control
2023-11-22 11:24:23 +01:00
..
base_reacher gym.Env actually does not want to known about render_mode 2023-10-23 13:12:34 +02:00
hole_reacher fix the render_mode in via_point_reacher and hole reacher 2023-11-22 11:24:23 +01:00
simple_reacher remove 'mode' from render() for all classic_control envs 2023-11-21 20:17:19 +01:00
viapoint_reacher fix the render_mode in via_point_reacher and hole reacher 2023-11-22 11:24:23 +01:00
__init__.py renaming to fancy_gym 2022-07-13 15:10:43 +02:00
README.MD Improved README for classical controll envs 2023-09-29 20:39:42 +02:00
utils.py renaming to fancy_gym 2022-07-13 15:10:43 +02:00

Classic Control

Step-based Environments

Name Description Horizon Action Dimension Observation Dimension
fancy/SimpleReacher-v0 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
fancy/LongSimpleReacher-v0 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
fancy/ViaPointReacher-v0 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
fancy/HoleReacher-v0 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
fancy_DMP/ViaPointReacher-v0 A DMP provides a trajectory for the fancy/ViaPointReacher-v0 task. 200 25
fancy_DMP/HoleReacherFixedGoal-v0 A DMP provides a trajectory for the fancy/HoleReacher-v0 task with a fixed goal attractor. 200 25
fancy_DMP/HoleReacher-v0 A DMP provides a trajectory for the fancy/HoleReacher-v0 task. The goal attractor needs to be learned. 200 30