Instructions to use ChessAI-Community/NeoChess-Community with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use ChessAI-Community/NeoChess-Community with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir NeoChess-Community ChessAI-Community/NeoChess-Community
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,10 +15,7 @@ tags:
|
|
| 15 |
# NeoChess-Community
|
| 16 |

|
| 17 |
NeoChess is a self-learning chess engine written in Python. It uses PyTorch to build a neural network that evaluates chess positions, and it learns by playing games against the Stockfish engine and itself. The core learning mechanism is based on reinforcement learning principles, where the model is rewarded for winning games and penalized for losing.
|
| 18 |
-
|
| 19 |
-
<source src="./chess_game.mp4" type="video/mp4">
|
| 20 |
-
Your browser does not support the video tag.
|
| 21 |
-
</video>
|
| 22 |
## Community Extra
|
| 23 |
This is the first Chess-Bot of the **Community.**
|
| 24 |
|
|
|
|
| 15 |
# NeoChess-Community
|
| 16 |

|
| 17 |
NeoChess is a self-learning chess engine written in Python. It uses PyTorch to build a neural network that evaluates chess positions, and it learns by playing games against the Stockfish engine and itself. The core learning mechanism is based on reinforcement learning principles, where the model is rewarded for winning games and penalized for losing.
|
| 18 |
+

|
|
|
|
|
|
|
|
|
|
| 19 |
## Community Extra
|
| 20 |
This is the first Chess-Bot of the **Community.**
|
| 21 |
|