https://github.com/denizetkar/chess-rl-test
Training a PPO agent to play chess with pretraining and self-learning using PyTorch Lightning and TorchRL
https://github.com/denizetkar/chess-rl-test
chess-ai ppo2 pretraining pytorch pytorch-lightning reinforcement-learning torchrl
Last synced: 4 months ago
JSON representation
Training a PPO agent to play chess with pretraining and self-learning using PyTorch Lightning and TorchRL
- Host: GitHub
- URL: https://github.com/denizetkar/chess-rl-test
- Owner: denizetkar
- Created: 2024-08-19T14:59:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-22T00:26:16.000Z (about 1 year ago)
- Last Synced: 2025-04-07T14:46:57.642Z (6 months ago)
- Topics: chess-ai, ppo2, pretraining, pytorch, pytorch-lightning, reinforcement-learning, torchrl
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to setup
- Install Python and `pipenv`
- Set env variable `$env:PIPENV_VENV_IN_PROJECT = 1`
- Run `pipenv sync`