I'm looking to apply this paper to a bot that plays Agar.io.
-
Create a script that plays Agar io by moving in a straight line.
-
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 main2.py python script.
python main2.py # Run the game bot for one round
python main2.py -r n # Run the game bot for n rounds
python main2.py -h # Show help