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
- Host: GitHub
- URL: https://github.com/pjarbas/self-driving-car-torcs
- Owner: PJarbas
- License: mit
- Created: 2022-10-20T17:23:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T17:29:18.000Z (over 3 years ago)
- Last Synced: 2025-01-21T05:28:08.431Z (over 1 year ago)
- Topics: deep-learning, opencv, tensorboard, torcs
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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