BulletInverseDynaimcs: re-applied fix
PyBullet: increase humanoid training from 30 to 300M (need to figure out the right hyperparameters...)
This commit is contained in:
@@ -124,7 +124,7 @@ def pybullet_humanoid():
|
||||
randomizer = (minitaur_env_randomizer.MinitaurEnvRandomizer())
|
||||
env = 'HumanoidBulletEnv-v0'
|
||||
max_length = 1000
|
||||
steps = 3e7 # 30M
|
||||
steps = 3e8 # 300M
|
||||
return locals()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user