-
Possible Soln: Min-Max Algorithm
Companion Repo: https://github.com/1wheel/connect4-ai
Coding Video Tutorial: https://youtu.be/MMLtza3CZFM
Companion Info: https://roadtolarissa.com/connect-4-…
-
Hi,
I am trying to train tictactoe as a test. As it seems to be the simplest model.
Although, even with an RTX 2080 TI for two hours and after tuning hyper parameters I don't seem to get a good mo…
-
This doesn't make sense for all the exercises but for some it would. Let me know if this sounds worthwhile to you.
-
https://github.com/mukeshmk/cs7is2-ai-group-proj/blob/47d531c6e0a3f49fd8f2e884536fee6c47c3c915/connect4.py#L32
Check if this [StackOverFlow](https://stackoverflow.com/questions/7044670/how-to-deter…
-
Ignore this issue.
-
I incorporated deepBookDist.dat into my AI. I believe I found two (and only two) states with incorrect values. My results match those from Pascal Pons's game solver, so the errors appear to be real.…
-
Introduce draw state to the game.
Currently, there is no draw state implemented in the game, like in the bellow scenario:
It would be necessary when two players play against each other and r…
-
make a new features section.
which lists all of the following:
- [x] two player game
- [x] supports undo operation
- [x] supports interactive game sounds
- [ ] ability to play with computer …
-
First of all, thanks for making this framework open source.
I’m investigating the possibility of making a (simplified) alphaZero implementation using openspiel, and I was looking for some implement…
-
I can not play matches between versions:
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
i…