add RacecarGymEnv as a gym experimentation environment

This commit is contained in:
Erwin Coumans
2017-06-08 19:45:48 -07:00
parent 7ee8126d66
commit 0aeb4d5058
6 changed files with 189 additions and 3 deletions

View File

@@ -15,3 +15,10 @@ register(
timestep_limit=1000,
reward_threshold=5.0,
)
register(
id='RacecarBulletEnv-v0',
entry_point='envs.bullet:RacecarBulletEnv',
timestep_limit=1000,
reward_threshold=5.0,
)