2022-04-21 08:44:13 +02:00
|
|
|
from .reacher.alr_reacher import ALRReacherEnv, ALRReacherOptCtrlEnv
|
2021-08-25 17:16:20 +02:00
|
|
|
from .reacher.balancing import BalancingEnv
|
|
|
|
from .ball_in_a_cup.ball_in_a_cup import ALRBallInACupEnv
|
2021-11-05 11:04:04 +01:00
|
|
|
from .ball_in_a_cup.biac_pd import ALRBallInACupPDEnv
|
2021-12-06 13:43:45 +01:00
|
|
|
from .table_tennis.tt_gym import TTEnvGym
|
2022-04-13 17:28:25 +02:00
|
|
|
from .beerpong.beerpong import ALRBeerBongEnv
|
|
|
|
from .ant_jump.ant_jump import ALRAntJumpEnv
|
|
|
|
from .half_cheetah_jump.half_cheetah_jump import ALRHalfCheetahJumpEnv
|
2022-04-20 14:50:02 +02:00
|
|
|
from .hopper_jump.hopper_jump import ALRHopperJumpEnv, ALRHopperJumpRndmPosEnv
|
2022-04-13 17:28:25 +02:00
|
|
|
from .hopper_jump.hopper_jump_on_box import ALRHopperJumpOnBoxEnv
|
|
|
|
from .hopper_throw.hopper_throw import ALRHopperThrowEnv
|
|
|
|
from .hopper_throw.hopper_throw_in_basket import ALRHopperThrowInBasketEnv
|
|
|
|
from .walker_2d_jump.walker_2d_jump import ALRWalker2dJumpEnv
|