https://github.com/noblessecoder/gym-tictactoe
Gym TicTacToe is a custom environment bundle for OpenAI Gym. It provides a platform to test various reinforcement algorithms on the deterministic Tic-Tac-Toe environment.
https://github.com/noblessecoder/gym-tictactoe
gym-environment python reinforcement-learning reinforcement-learning-environments
Last synced: 15 days ago
JSON representation
Gym TicTacToe is a custom environment bundle for OpenAI Gym. It provides a platform to test various reinforcement algorithms on the deterministic Tic-Tac-Toe environment.
- Host: GitHub
- URL: https://github.com/noblessecoder/gym-tictactoe
- Owner: NoblesseCoder
- License: mit
- Created: 2019-09-19T02:15:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T22:02:31.000Z (over 6 years ago)
- Last Synced: 2025-10-10T13:33:08.108Z (8 months ago)
- Topics: gym-environment, python, reinforcement-learning, reinforcement-learning-environments
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gym-tictactoe
Gym TicTacToe is a custom environment bundle for OpenAI Gym. It provides a platform to test various Reinforcement Algorithms on the deterministic Tic-Tac-Toe environment.