Skip to content

Assignments of the Reinforcement Learning course (EL2805) at KTH

License

Notifications You must be signed in to change notification settings

franco-ruggeri/kth-reinforcement-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Assignments of the Reinforcement Learning course (EL2805) at KTH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages