-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeking step by step tutorial #1
Comments
Please follow's sentdex's "python plays GTA" tutorial series on YouTube. I used that tutorial to learn this myself, so I did not invest time in recreating an already excellent tutorial. |
Chintan, first of all, I am impressed your work! This makes AI bot possible, so cool~~~ 1, I saw you only define output movement as 4 direction ( up,down, left, right), actually, there are 8 direction for player movement, if I change this output array, does that mean previous train result doen't apply and I have to train it from beginning? 2, Why I see there is part of code for displaying button pressing of game controller in display_controller.py, but actually it did nothing? |
Well, I liked the code for interfacing to fifa. Don't know if it was borrowed from sentdex, but great nonetheless, saved me the effort. You should try World Models for this, I read that paper recently and it seemed really simple to understand. I also read sometime ago that RainbowDQN was way better than DQN, maybe that isn't state of the art anymore, so you should look at it for improvements. There is also Reptile algorithm from OpenAI which is supposed to be in meta learning category. |
@iamzgy48
@rajatpundir |
@ChintanTrivedi |
@iamzgy48 |
@ChintanTrivedi |
Hi, is it possible there is a step by step guide so I could try it at home? thanks!
The text was updated successfully, but these errors were encountered: