enable continuous action space for racecarZEDGymEnv
disable SHARED_MEMORY connection (it was just some debug test)
This commit is contained in:
@@ -37,7 +37,7 @@ class KukaGymEnv(gym.Env):
|
||||
self.terminated = 0
|
||||
self._p = p
|
||||
if self._renders:
|
||||
cid = p.connect(p.SHARED_MEMORY)
|
||||
cid = -1 #p.connect(p.SHARED_MEMORY)
|
||||
if (cid<0):
|
||||
cid = p.connect(p.GUI)
|
||||
p.resetDebugVisualizerCamera(1.3,180,-41,[0.52,-0.2,-0.33])
|
||||
|
||||
Reference in New Issue
Block a user