Update DeepMimic_Optimizer.py

This commit is contained in:
erwincoumans 2019-08-02 07:08:51 -07:00 committed by GitHub
parent 4a4c807381
commit 3ac4959e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)