fancy_gym/fancy_gym/envs/mujoco
Dominik Roth fb9efb20e1 Updates the custom fancy envs to the versions used for the MP3 paper.
(According to Hongyi only BoxPushing changed between current master and MP3 version)
2023-08-24 11:09:47 +02:00
..
ant_jump renaming to fancy_gym 2022-07-13 15:10:43 +02:00
beerpong updates 2022-11-04 21:22:32 +01:00
box_pushing Updates the custom fancy envs to the versions used for the MP3 paper. 2023-08-24 11:09:47 +02:00
half_cheetah_jump renaming to fancy_gym 2022-07-13 15:10:43 +02:00
hopper_jump updated for gym 0.25.1 2022-08-18 09:04:38 +02:00
hopper_throw renaming to fancy_gym 2022-07-13 15:10:43 +02:00
reacher renaming to fancy_gym 2022-07-13 15:10:43 +02:00
table_tennis updates according to changes request 2023-01-27 17:50:14 +01:00
walker_2d_jump renaming to fancy_gym 2022-07-13 15:10:43 +02:00
__init__.py add invalid trajectory callback & invalid traj return & register all 3 variantes of table tennis tasks 2022-12-01 11:28:03 +01:00
README.MD renaming to fancy_gym 2022-07-13 15:10:43 +02:00

Custom Mujoco tasks

Step-based Environments

Name Description Horizon Action Dimension Observation Dimension
ALRReacher-v0 Modified (5 links) Mujoco gym's Reacher-v2 (2 links) 200 5 21
ALRReacherSparse-v0 Same as ALRReacher-v0, but the distance penalty is only provided in the last time step. 200 5 21
ALRReacherSparseBalanced-v0 Same as ALRReacherSparse-v0, but the end-effector has to remain upright. 200 5 21
ALRLongReacher-v0 Modified (7 links) Mujoco gym's Reacher-v2 (2 links) 200 7 27
ALRLongReacherSparse-v0 Same as ALRLongReacher-v0, but the distance penalty is only provided in the last time step. 200 7 27
ALRLongReacherSparseBalanced-v0 Same as ALRLongReacherSparse-v0, but the end-effector has to remain upright. 200 7 27
ALRBallInACupSimple-v0 Ball-in-a-cup task where a robot needs to catch a ball attached to a cup at its end-effector. 4000 3 wip
ALRBallInACup-v0 Ball-in-a-cup task where a robot needs to catch a ball attached to a cup at its end-effector 4000 7 wip
ALRBallInACupGoal-v0 Similar to ALRBallInACupSimple-v0 but the ball needs to be caught at a specified goal position 4000 7 wip