This repository is undergoing a major refactor. For thesis code, see the Masters thesis branch.
- [Optional] Environment manager:
- [Recommended] Micromamba
- Initialize environment
-
[Option 1] with environment manager
micromamba create --file environment.yml && micromamba activate rad-team
-
[Option 2] with pip
pip install -e .
-
Dont forget to activate any python environments
micromamba activate rad-team
Run all tests with make test
Refresh with make clean
Generate docs with make docs
. These will generate in the docs/build/html folder.
See DEVELOPMENT.md
I recommend the following resources
- Reinforcement Learning by Sutton and Barto
- Google scholar, search for the latest survey papers
This directory contains useful tools including
- normalizers
- standardizers