Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 432 Bytes

Download

git clone https://github.com/uoe-agents/uoe-rl2023-coursework

Install dependencies using:

cd uoe-rl2023-coursework
pip install -e .

Testing your submission

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-rl2023-coursework
pytest