Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.18 KB

Reinforcement Learning

Assignments of the Reinforcement Learning course (EL2805) at KTH.

The repository provides a Python package, which includes:

You can install the Python package as follows:

pip install -e .

Additionally, the repository contains documentation (instructions and reports), scripts and tests. You can run scripts and tests as follows:

python scripts/<script_name>  # run a particular script
python -m unittest            # run all tests

Available algorithms:

The missing algorithms have been implemented by my lab partner and can be found in his repository.