prepare to train racecar using ZED camera pixels (CNN+DQN)

This commit is contained in:
Erwin Coumans
2017-06-13 16:04:50 -07:00
parent 0958e8f473
commit ee8fd56c5e
6 changed files with 228 additions and 3 deletions

View File

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