Metadata-Version: 2.1
Name: aleph0
Version: 0.0.0
Summary: alphazero implemented for games with state/action spaces a finite subset of a countable space
Author-email: Pranav <pranavraj575@gmail.com>
Project-URL: Homepage, https://github.com/pranavraj575/aleph0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch

# AlephZero: Extending AlphaZero to Infinite Boards
General implementation of $\aleph_0$, an algorithm that utilizes transformer architectures to solve games with sequential state spaces and action spaces that may include subsets of the state.
