mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
Update DeepMimic_Optimizer.py
This commit is contained in:
parent
4a4c807381
commit
3ac4959e95
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user