Repository for case studies
Tested on Windows:
1.Install anaconda following: https://docs.anaconda.com/anaconda/install/windows/
- From anaconda prompt: navigate to project folder
\conda env create -f environment.yml
\conda activate inv5
\python pong_cmaes.py
\jupyter notebook
- Load notebooks in order and run all cells:
eda_data_preprocessing.ipynb, pipe_line.ipynb, pipe_line_gridsearch.ipynb, application.ipynb, application_unprocessed.ipynb, application_gridsearch.ipynb
- The exploratory files are in the appendix folder, for reference only.