A Python package for the Reinforcement Learning courses at Durham University.
See the notebooks and gallery for some examples.
Install/upgrade via terminal as
pip install swig
pip install --upgrade rldurham
or Jupyter notebook as
!pip install swig
!pip install --upgrade rldurham
swig
has to be installed beforerldurham
(as above) because of dependency issues with the packages used byrldurham
in particulargymnasium
.- Under python
3.11
,swig
may need to be installed using system tools (i.e. not viapip
).