This website requires JavaScript.
Explore
Help
Sign In
fabian
/
pitrix
Watch
1
Star
0
Fork
0
You've already forked pitrix
Code
Issues
8
Releases
Activity
290
Commits
1
Branch
0
Tags
master
Commit Graph
5 Commits
Author
SHA1
Message
Date
Fabian Schlenz
a902addf94
snakenet.rb: You can choose between using float or integer weights. floats seem to give better results and the speed didn't improve a lot.
2019-10-23 05:42:42 +02:00
Fabian Schlenz
38aa654c54
Snakenet.rb now applies modifications to the weights in both directions (e.g. positive and negative), creating two new AIs.
Some checks reported errors
continuous-integration/drone/push
Build encountered an error
Details
2019-10-18 17:04:44 +02:00
Fabian Schlenz
54925dfc0e
Snake effect now uses a neural net with a hidden layer; a bug in _is_free() that lead to lots of snakes committing suicide was fixed; neural net weights are now given as binary representation of a float to prevent rounding errors.
2019-10-18 06:40:09 +02:00
Fabian Schlenz
230a1f1a91
Effect snake now uses a "proper", albeit simple neural network instead of simple decisions.
2019-10-16 12:27:58 +02:00
Fabian Schlenz
bd0041619a
Added snakenet.rb, the tool used to train the AI for snake effect.
2019-10-16 05:56:42 +02:00