-
Notifications
You must be signed in to change notification settings - Fork 39
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
Can u share your trained best model? #4
Comments
Indeed, you cannot defeat a perfect brute force AI player, just get a draw. |
I use http://connect4.gamesolver.org/ to test my best model, and my model can't play the best action as web AI did. |
A perfect agent always wins as player 1. https://en.wikipedia.org/wiki/Connect_Four |
I would be happy to push the changes with my mcts player vs AI if you would briefly give me permissions. It provides a more definitive quality of opponent which is also incremental based on the MCTS iterations. My fork is already fairly different from this so I went back and made the minimal changes to your code. |
yes, @theputernerd. Please make a pull request so I can see your changes. Include also the model weights so I can check your best game :). Regards. |
I have trained a lot of hours and get loss about 1.5. and can't defeat perfect online AI agent with black or white.
The text was updated successfully, but these errors were encountered: