I'm looking to apply this paper to a bot that plays Agar.io.
[X] Create a script that plays Agar io by moving in a straight line. [X] Train a model to play agar io
- Clone this repository.
- Create a conda environment from the
env.ymlfile. My conda environment is a directory calledenvin the root of my project. I've so set up.gitignoreto ignore theenvdirectory in the in project root.
conda env create -p <Location of new environment> -f env.yml
or
conda env create -n <Name of new environment> -f env.yml- Run the first 3 cells in main2.ipynb