https://github.com/patrickfrank1/chess-embedding
Python package for generating and applying chess embeddings
https://github.com/patrickfrank1/chess-embedding
Last synced: about 1 year ago
JSON representation
Python package for generating and applying chess embeddings
- Host: GitHub
- URL: https://github.com/patrickfrank1/chess-embedding
- Owner: patrickfrank1
- License: gpl-3.0
- Created: 2021-12-26T21:41:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T16:18:34.000Z (over 3 years ago)
- Last Synced: 2025-02-08T20:12:44.707Z (over 1 year ago)
- Language: Python
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chess-embedding
Python package for generating and applying chess embeddings
### Installation
1. Create virtual environment with python 3.7
2. Install chesspos package
`$ python -m pip install chesspos`
### Recommended workspace setup
For development:
check out the following packages
For usage in embedding learning
### Bitboard generation
...
### Testing
- install pytest
- $ python -m pytest