-
Notifications
You must be signed in to change notification settings - Fork 758
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
Interested in implementing other games #49
Comments
I am also interested in experimenting with new games, my first step is to refactor the code, you can see my progress here any feedback will be appreciated. |
I have already done this in two games: Hope those help. |
thanks, it will help 👍 |
i am also trying to get this code working for chess, did it work for you? |
No the code is a good start, but it needs a lot of refine |
I was going through the code and thinking of the changes that should be made in the case of a more complex game (Chess for example...) where ideally the allowed actions would be a list of tuples (piece position, target position), and I'm having a slight suspicion that the agent code has to be altered in some way. Any input on this ?
The text was updated successfully, but these errors were encountered: