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

Add road regeneration and pretraining #9

Open araffin opened 5 years ago

araffin commented 5 years ago

TODO: tune pretraining

araffin commented 5 years ago

Good point, in fact this is a recent addition to gym, this feature was missing for a long time, hence i was not using the make function.