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