git clone https://github.com/uoe-agents/uoe-rl2024-coursework
$ conda create -n rl_course python=3.7
$ conda activate rl_course
$ pip install -e .
Prior to making a submission, you can check if you have included all the required submission files and answered all the questions in answer_sheet.py in the correct format by running
cd uoe-rl2024-coursework
pytest