Skip to content

Releases: Dpbm/snake-ai

V1.3.3 - minor changes

11 Jul 00:47
25c620b
Compare
Choose a tag to compare

V1.3.2 - minor changes

09 Jul 17:31
8687592
Compare
Choose a tag to compare
  • fixed gh-actions

V1.3.1 - minor changes

09 Jul 17:08
777dee5
Compare
Choose a tag to compare
  • updated readme
  • added requirements-dev.txt

V1.3 - finished project (V1)

09 Jul 17:00
e6ee4a1
Compare
Choose a tag to compare

finished project (V1)

  • added final python tests

V1.2

31 May 02:22
e49c98b
Compare
Choose a tag to compare

V1.2

  • added QUBO version

V1.1

14 May 17:53
42e762e
Compare
Choose a tag to compare
  • added Docker Image
  • added docker compose
  • pushed image to GHRC and DockerHub

V1

13 May 17:30
690fa93
Compare
Choose a tag to compare
V1

First usable version (V1)

  • ai train screen
  • ai play screen
  • player screen
  • setup NN
  • setup genetic algorithm
  • setup .wg format

To fix

Sometimes, during training, a segmentation fault is raised.

Working AI - V1

02 May 19:16
Compare
Choose a tag to compare

First functional AI

  • Use distance of the player to the AI
  • Use a matrix board
  • multiple player
  • save weights

Weights file

The best two individuals' weights after 9 generations.

More weights - V1

03 May 17:41
Compare
Choose a tag to compare

board: 30x30

Beta V1.1

25 Jan 13:04
Compare
Choose a tag to compare
  • Updated readme
  • added tests
  • added matrix library
  • added gh actions