beerpong only one file

This commit is contained in:
Onur
2022-07-05 10:12:01 +02:00
parent 4dc33b0e97
commit 69de4286b3
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from .ant_jump.ant_jump import ALRAntJumpEnv
from .ball_in_a_cup.ball_in_a_cup import ALRBallInACupEnv
from .ball_in_a_cup.biac_pd import ALRBallInACupPDEnv
from .beerpong.beerpong import BeerPongEnv
from alr_envs.alr.mujoco.beerpong.beerpong import BeerPongEnv
from .half_cheetah_jump.half_cheetah_jump import ALRHalfCheetahJumpEnv
from .hopper_jump.hopper_jump_on_box import ALRHopperJumpOnBoxEnv
from .hopper_throw.hopper_throw import ALRHopperThrowEnv