Merge pull request #1308 from benelot/fix-gyms
Fix gyms to make them work just like robotschool
This commit is contained in:
@@ -46,7 +46,7 @@ class MJCFBaseBulletEnv(gym.Env):
|
||||
else:
|
||||
self.physicsClientId = p.connect(p.DIRECT)
|
||||
p.configureDebugVisualizer(p.COV_ENABLE_GUI,0)
|
||||
|
||||
|
||||
if self.scene is None:
|
||||
self.scene = self.create_single_player_scene()
|
||||
if not self.scene.multiplayer:
|
||||
|
||||
Reference in New Issue
Block a user