Stars
250
Forks
72
Watchers
250
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
35
commits
1
commits
Adding MIT license. Feel free to use this code however you want!
f1c6659View on GitHubMoved the requirement scipy to lazily import under mm_mutation since I don't actually use that version of mutation here.
e97208eView on GitHubMerge pull request #2 from asgaines/asgaines/requirements
73b182dView on GitHubAdding a first draft for README. Let me know if there is more stuff you would like in here or any features/abilities added
0c59c23View on GitHubRemoved snake_ai.py since I do everything under snake_app
7ad022bView on GitHubFixed snake to check the set rather than the deque...oops. Added red color for testing. will remove
3f13ef5View on GitHubFixed issue with snake being able to consume more apples than possible. This happened because of how I track snake body positions as a set and snake array as deque. This ended up resulting in an update to both, but the set ultimately ignoring the update since the Point already existed in the set. This also caused a duplicate Point in the snake_array.
244b686View on GitHubAdded code so I can re-run some populations. Added FPS/show as params
ff89c5fView on GitHubAdded mu+lambda and mu,lambda selection. Added lifespan for individuals for mu+lambda. Made everything rely on what is in settings in order to clean up code.
ee40798View on GitHub