Update DeepMimic_Optimizer.py
This commit is contained in:
@@ -20,6 +20,7 @@ world = None
|
|||||||
def run():
|
def run():
|
||||||
global update_timestep
|
global update_timestep
|
||||||
global world
|
global world
|
||||||
|
done = False
|
||||||
while not (done):
|
while not (done):
|
||||||
update_world(world, update_timestep)
|
update_world(world, update_timestep)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user