Skip to content

aqoleg/neurogame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neurogame

Game 2048 with neural net.

Start game.

java -jar neurogame.jar

Control.

  • arrow keys - move
  • 'f1' - save game
  • 'f2' - load game
  • 'n' - start new game
  • 'l' - learn your moves

The network gives four outputs from 0 to 1 for each direction and the final decision.