The agents are based on the content given in the Sutton & Barto Book: Reinforcement Learning: An Introduction and the David's Silver course.
Create a virtual environment and install the following packages:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt