Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.45 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.45 KB

Reinforcement Learning Durham

tests codecov

build PyPI version

doc License: GPL v3

A Python package for the Reinforcement Learning courses at Durham University.

See the notebooks and gallery for some examples.

Installation

Install/upgrade via terminal as

pip install swig
pip install --upgrade rldurham

or Jupyter notebook as

!pip install swig
!pip install --upgrade rldurham

Known Issues

  • swig has to be installed before rldurham (as above) because of dependency issues with the packages used by rldurham in particular gymnasium.
  • Under python 3.11, swig may need to be installed using system tools (i.e. not via pip).