Skip to content

Instantly share code, notes, and snippets.

@d6y
Last active November 5, 2018 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save d6y/a85d89c2b5d5355a72e383949412e6b9 to your computer and use it in GitHub Desktop.
Save d6y/a85d89c2b5d5355a72e383949412e6b9 to your computer and use it in GitHub Desktop.
Results of running (modified) CGP.jl

Results of running CGP.jl

Code: https://github.com/d6y/CGP.jl (forked version primary to correct gene representation)

Enviroment:

  • ALE 0.51
  • Julia 0.6.4

Parameters:

  • Output 0.6
  • Node 0.1
  • Lambda: 9
  • Nodes: 40

Space Invaders

Seed Final Score Evaluations to reach score (out of 10,000)
0 730 1853
1 620 612
2 740 1521
3 620 1539
4 580 243
5 635 1800

Space Invaders (without fix to gene representation)

Seed Final Score Evaluations to reach score (out of 10,000)
0 1105 4545
1 990 2484

...but these runs terminated before reaching 10,000 evaluations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment