jamesq9 / Tic-Tac-Toe-Machine-Learning-Using-Reinforcement-LearningLinks
A Python Program to implement Machine Learning for the Game Tic Tac Toe (3x3) using Reinforcement Learning (Q learning technique) and tensorflow.
☆14Updated 8 years ago
Alternatives and similar repositories for Tic-Tac-Toe-Machine-Learning-Using-Reinforcement-Learning
Users that are interested in Tic-Tac-Toe-Machine-Learning-Using-Reinforcement-Learning are comparing it to the libraries listed below
Sorting:
- Deep Q-Networks in tensorflow☆10Updated 8 years ago
- Various DQN method with cartpole