Bot for the online multiplayer game agar.io. Trained with a local Node.js server modified from juslee/agar-io-clone
| Jacob Sampson |
|---|
See report.pdf for a full report
- Python
- Dependencies in requirements.txt
- Graphviz
conda install graphviz
- Docker
docker-compose
Run sh train.sh to start training program
Run the local Node.js server on a specific port
SERVER_PORT=3000 docker-compose -f servers/gulp/docker-compose.yaml up --build# Shows the IP address of the running server
`docker-machine inspect default | grep IPAddress`
# Stop and remove all Docker images
docker kill $(docker ps -q)
echo "y" | docker container prune