Kenny Cason
Kenny Cason
I saw another PR from two days ago that seems more reasonable and accomplishes something similar: https://github.com/kennycason/ultimate_tictactoe/pull/14/files I will pull that one down and check it out.
Cool. very doable.
Need to finish the evaluate() function for the minmax alg. will likely re-work it into alpha-beta pruning alg.
That's interesting, I'll have to play a few games out that way and see how it plays out. I was definitely a bit dishearted by the overwhelming advantage resulting from...
Do what ever you please with the software. http://en.wikipedia.org/wiki/WTFPL linkbacks appreciated but not required :) If you have AI add-ons that you'd like to add to this project I welcome...
Update: Note that updating the Dockerfile to: ``` FROM apache/airflow:2.6.1 ``` Solved the issue. Our next issue is that we have exceeded our VPC quota limit and are going to...