fancy_gym/alr_envs/envs/mujoco
2022-07-13 09:52:51 +02:00
..
ant_jump renameing alr module and updating tests 2022-07-12 15:17:02 +02:00
beerpong remove minor attributes from BP 2022-07-13 09:52:51 +02:00
half_cheetah_jump fixed seeding and tests 2022-07-12 15:43:46 +02:00
hopper_jump renameing alr module and updating tests 2022-07-12 15:17:02 +02:00
hopper_throw fixed seeding and tests 2022-07-12 15:43:46 +02:00
reacher renameing alr module and updating tests 2022-07-12 15:17:02 +02:00
walker_2d_jump fixed seeding and tests 2022-07-12 15:43:46 +02:00
__init__.py fixed seeding and tests 2022-07-12 15:43:46 +02:00
README.MD renameing alr module and updating tests 2022-07-12 15:17:02 +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