-
Notifications
You must be signed in to change notification settings - Fork 823
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
Training data incorrect #43
Comments
Strange, I haven't seen anyone else with this issue. Looking at: https://github.com/Sentdex/pygta5/blob/master/create_training_data.py I really don't see how that would be caused. |
Closing this for now, if you see an actual error in the code, let me know with another issue, I just don't see what in the code would cause that. |
Hi, Sentdex. emmmm,my English is poor... |
Hi, Sentdex. Do you konw how i can solve it?I'm stuck here. Looking forward to your reply. |
Hello Sentdex,
First I 'd like to thank you for your wonderful tutorials
I have been following along with your tutorials and I am on part 9-10 of “Python plays GTA”
So I ran into an issue with the “create training data script”, after recording training data when I go to balance I notice that I only have
0 [[3, 3, 6, 7, 7, 6, 6, 11, 6, 5, 6, 6, 4, 3, 3... [0, 1, 0]
1 [[3, 4, 6, 8, 8, 7, 7, 14, 9, 7, 6, 7, 5, 4, 4... [0, 1, 0]
2 [[4, 4, 6, 8, 8, 8, 8, 17, 11, 7, 7, 7, 5, 4, ... [0, 1, 0]
3 [[4, 5, 7, 9, 9, 8, 9, 20, 14, 8, 7, 8, 6, 5, ... [0, 1, 0]
4 [[5, 5, 8, 10, 10, 10, 9, 27, 19, 9, 8, 9, 7, ... [0, 1, 0]
Counter({'[0, 1, 0]': 3000})
looks like only one output from keys
and that's going forward only no left or right
I have pywin32 installed, any idea what could be wrong?
Any help would be appreciated, I really looking forward to the rest of the series but I'm stuck here.
The text was updated successfully, but these errors were encountered: