Skip to content

ProfLS/agar-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning To Play By Loosing

I'm looking to apply this paper to a bot that plays Agar.io.

Step 1, Build the dataset

[X] Create a script that plays Agar io by moving in a straight line. [X] Train a model to play agar io

Instrutions to run agar.io model

  1. Clone this repository.
  2. Create a conda environment from the env.yml file. My conda environment is a directory called env in the root of my project. I've so set up .gitignore to ignore the env directory 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
  1. Run the first 3 cells in main2.ipynb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.2%
  • Other 0.8%