fancy_gym/alr_envs/alr/mujoco
2022-05-29 11:59:02 +02:00
..
ant_jump safety 2022-05-29 11:58:01 +02:00
ball_in_a_cup replaced all detpmp with promp 2021-11-30 16:11:32 +01:00
beerpong safety 2022-05-29 11:59:02 +02:00
gym_table_tennis improved project structure and exposed methods 2021-08-25 17:16:20 +02:00
half_cheetah_jump Added environments from Paul + Marc 2022-04-13 17:28:25 +02:00
hopper_jump safety 2022-05-29 11:58:01 +02:00
hopper_throw Added environments from Paul + Marc 2022-04-13 17:28:25 +02:00
meshes/wam Working Beerpong and TableTennis with MPWrapper 2021-11-05 11:08:42 +01:00
reacher commit last version of 2022-05-05 18:50:20 +02:00
table_tennis remove unnecessary print 2022-04-07 10:24:47 +02:00
walker_2d_jump Added environments from Paul + Marc 2022-04-13 17:28:25 +02:00
__init__.py safety 2022-05-29 11:58:01 +02:00
alr_reward_fct.py improved project structure and exposed methods 2021-08-25 17:16:20 +02:00
README.MD improved project structure and exposed methods 2021-08-25 17:16:20 +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