An open API service indexing awesome lists of open source software.

https://github.com/pjarbas/self-driving-car-torcs

Playing car racing games with python and deep reinforcement learning
https://github.com/pjarbas/self-driving-car-torcs

deep-learning opencv tensorboard torcs

Last synced: about 2 months ago
JSON representation

Playing car racing games with python and deep reinforcement learning

Awesome Lists containing this project

README

          

# TODO

- [ ] Input keys in the game with python
- [ ] Detect lane
- [ ] Collect data
- [ ] Define a normal distribution function to select the data
- [ ] Train a model
- [ ] Test the model on game (torcs game)
- [ ] Test rl algorithms