Skip to content

McOmghall/planetwars

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Planet Wars Experiments

Running a Game (Console)

python2.7 play.py Stochastic Stochastic

Running a Competition (Console)

python2.7 competition.py --games=100 Random Random

Browser Visualization

First install dependencies:

pip2.7 install gevent gevent-socketio flask

Then run the server itself:

python2.7 web/server.py

Finally connect a browser to http://127.0.0.1:4200/.

About

Experiments in Python applying deep learning to PlanetWars.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.4%
  • JavaScript 6.9%
  • HTML 5.4%
  • Shell 0.3%