An open API service indexing awesome lists of open source software.

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

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`