araffin / learning-to-drive-in-5-minutes

Implementation of reinforcement learning approach to make a car learn to drive smoothly in minutes
https://towardsdatascience.com/learning-to-drive-smoothly-in-minutes-450a7cdb35f4
MIT License
284 stars 88 forks source link

fix timestep_limit to max_episode_steps #17

Closed Jueun-Park closed 4 years ago

Jueun-Park commented 4 years ago
TypeError: __init__() got an unexpected keyword argument 'timestep_limit'

https://github.com/openai/gym/pull/1402

https://github.com/openai/gym/commit/85a5372a19c0f35db2410e586cc9a32c4d94bf1a

araffin commented 4 years ago

Hi, Thanks for the PR, this will be fixed anyway in #9 ;)