Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentdex committed Apr 23, 2017
1 parent fdb9157 commit cbf1577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Explorations of Using Python to play Grand Theft Auto 5, mainly for the purposes

We read frames directly from the desktop, rather than working with the game's code itself. This means it works with more games than just GTA V.

Pull requests welcome. At the moment, we mostly need PID control. If you know how to help us there, please do!
Pull requests are welcomed.

Currently, to use the latest version of this AI, you will need to run first "create_training_data.py," then balance this data with "balance_Data.py."

Expand All @@ -16,4 +16,4 @@ Next, Train the model with train_model.py.

Finally, use the model in game with test_model.py.

...you'll probably want to poke into the tutorials here: https://pythonprogramming.net/game-frames-open-cv-python-plays-gta-v/
...you'll probably want to poke into the tutorials here: https://pythonprogramming.net/game-frames-open-cv-python-plays-gta-v/. If you need tutorials on deep learning, or tensorflow, or tflearn, see here: https://pythonprogramming.net/tensorflow-introduction-machine-learning-tutorial/

0 comments on commit cbf1577

Please sign in to comment.