Sentdex / pygta5

Explorations of Using Python to play Grand Theft Auto 5.
MIT License
3.91k stars 823 forks source link

What should be the value of MODEL_NAME and PREV_MODEL #109

Closed vedsarkar closed 2 years ago

vedsarkar commented 6 years ago

In the code train_model and test_model scripts what should be the values of MODEL_NAME and PREV_MODEL

PeterGardas commented 6 years ago

Change model name to any MODEL_NAME you want e.g "MY_AWESOME_AI" and PREV_MODEL to ""

Regards

Peter Gardas