Code for our CMPUT 607 project, based on the paper "Protecting Against Evaluation Overfitting in Empirical Reinforcement Learning"
All code was run on Python 3.8. Make sure you install the dependencies first
pip install -r requirements.txt
then install the project folder locally (in the root of the project)
pip install -e .