Skip to content
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

Open
HamzaEzzRa opened this issue Jul 4, 2020 · 5 comments
Open

Interested in implementing other games #49

HamzaEzzRa opened this issue Jul 4, 2020 · 5 comments

Comments

@HamzaEzzRa
Copy link

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 ?

@luiskarlos
Copy link

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.

@archcra
Copy link

archcra commented Feb 23, 2021

I have already done this in two games:
https://github.com/archcra/wu-hu-qi
https://github.com/archcra/tic-tac-toe-az

Hope those help.

@luiskarlos
Copy link

I have already done this in two games:
https://github.com/archcra/wu-hu-qi
https://github.com/archcra/tic-tac-toe-az

Hope those help.

thanks, it will help 👍

@ItamarDouek
Copy link

i am also trying to get this code working for chess, did it work for you?

@luiskarlos
Copy link

No the code is a good start, but it needs a lot of refine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants