Customised version of Decision Transformers.
The project dependencies are managed using poetry
, see their installation guide. For even more stability, I recommend using pyenv
or python 3.9.18
.
Additionally, to make your life easier, install make
to use the shortcut commands.
To install the dependencies:
poetry install
To install the dependencies:
poetry install --with dev
Before committing, install pre-commit
:
pre-commit install
To run the checks (pre-commit
checks):
make checks
To run the tests (pytest
tests):
make tests
See the data folder.
See the weights folder.
See the logging folder.
- Download the stockfish source code from this link and save the zip file in the top level of this repository
- Extract the files from the zip file
- Rename the top folder to
stockfish-source