mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 05:40:05 +00:00
increase the number of steps from 1000 to 2000, to mimic multiple cycles
This commit is contained in:
parent
6b393dffca
commit
1f3c0057e5
@ -14,15 +14,15 @@ def register(id, *args, **kvargs):
|
||||
register(
|
||||
id='HumanoidDeepMimicBackflipBulletEnv-v1',
|
||||
entry_point='pybullet_envs.deep_mimic.gym_env:HumanoidDeepMimicBackflipBulletEnv',
|
||||
max_episode_steps=1000,
|
||||
reward_threshold=1000.0,
|
||||
max_episode_steps=2000,
|
||||
reward_threshold=2000.0,
|
||||
)
|
||||
|
||||
register(
|
||||
id='HumanoidDeepMimicWalkBulletEnv-v1',
|
||||
entry_point='pybullet_envs.deep_mimic.gym_env:HumanoidDeepMimicWalkBulletEnv',
|
||||
max_episode_steps=1000,
|
||||
reward_threshold=1000.0,
|
||||
max_episode_steps=2000,
|
||||
reward_threshold=2000.0,
|
||||
)
|
||||
|
||||
register(
|
||||
|
Loading…
Reference in New Issue
Block a user