Checkers-Reinforcement-Learning icon indicating copy to clipboard operation
Checkers-Reinforcement-Learning copied to clipboard

A checkers reinforcement learning AI, and all the tools needed to train it.

Results 2 Checkers-Reinforcement-Learning issues
Sort by recently updated
recently updated
newest added

When I run the AI.py, initial transition data is (None, None) which is causing a crush `--------------------------------------------------------------------------- KeyError Traceback (most recent call last) in () 1 from Board import *...