Metadata-Version: 2.1
Name: gym-tictactoe-np
Version: 0.2.0
Summary: 3D TicTacToe environment for OpenAI's gym written with Numpy.
Home-page: https://github.com/IshanManchanda/gym-tictactoe-np
License: MIT
Keywords: tictactoe,tictactoe-3d,gym,openai-gym,gym-environment,numpy
Author: Ishan Manchanda
Author-email: ishanmanchanda70@gmail.com
Requires-Python: >=3.7,<3.11
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Games/Entertainment :: Board Games
Classifier: Topic :: Games/Entertainment :: Turn Based Strategy
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: gym (>=0.20.0,<0.21.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Project-URL: Repository, https://github.com/IshanManchanda/gym-tictactoe-np
Description-Content-Type: text/markdown

# gym-tictactoe-np

3D TicTacToe environment for OpenAI's gym. Optimized and written using numpy for parallel gameplay and rapid training

