a hopefully fully self learning dinosaur game player.
first project on machine learning.
still working on actual learning stuff.
if anyone wants to contribute to this project, feels free to submit pull requests.
still editing...
- game api: get game field, dinosaur location, all obstacle location
- simple hard coded rule: currently able to get to 4000 if lucky
- speed up image processing: use cython or other libary to accelarate
- create self learning ai to master the game: use tensorflow or neat-python
thanks sentdex's video for inspiring me to start this project, make sure to check out his video on GTA auto driving car.
thanks pauloalves86's great example code for me to follow.