Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 552 Bytes

ThreesAi

Change from Theory of computer game hw 2018

Game Link
AI programs that play Threes, the origin of other 2048-like games.

  • Init weight
./three.exe --total=1000000 --block=1000 --limit=100 --play="init save=new_weights.bin" --evil="seed=1234"
  • Load weight
./three.exe --total=1000000 --block=1000 --limit=100 --play="load=weights.bin save=new_weights.bin" --evil="seed=1234"
  • 1000 games test
    image