tensorflow-rl-tictactoe icon indicating copy to clipboard operation
tensorflow-rl-tictactoe copied to clipboard

Training TensorFlow neural network to play Tic-Tac-Toe game using one-step Q-learning algorithm.

Results 2 tensorflow-rl-tictactoe issues
Sort by recently updated
recently updated
newest added

I did: `pip3 install -r requirements.txt` then ``` cd src python3 tictactoe.py ``` ``` 2024-04-19 12:21:41.961743: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN...

Hi, I want to know what are benefits of maintaining seperate board states for the players, instead of representing second player's move by "2" in the same array as 1st...