Open HamzaEzzRa opened 4 years ago
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: https://github.com/archcra/wu-hu-qi https://github.com/archcra/tic-tac-toe-az
Hope those help.
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 👍
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 ?