Metadata-Version: 2.4
Name: chess_env_rl
Version: 0.0.8
Summary: Bitboard chess engine python library for RL.
Home-page: https://github.com/natkinson1/chess-env2
Author: Nikhil Atkinson
Author-email: 
License: MIT
Requires-Python: >=3.9
License-File: LICENSE.md
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Dynamic: author
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary


    Python chess environment written in c++ to simulate chess games. Implementation uses bitboards,
    magic numbers, and precomputed attack tables for fast simulations of games.
    The board state and action representation is of shape (119, 64), (73, 64) as described in the
    AlphaZero implementation.
