Resolves the ModuleNotFoundError when running evaluation_script.py.
Users can now run the script after installing dependencies:
1. python -m venv venv && source venv/bin/activate
2. pip install -r requirements.txt
3. PYTHONPATH=. python tasks/evaluation_script.py [args]