AntSim
AntSim copied to clipboard
A fun project to test some pathfinding and genetic algorithms
Find a good API/concept to save user-code in a database. To be able to play against foreign code, there should also be a minified/uglified version of the code which is...
See https://github.com/NeilFraser/JS-Interpreter
The queen should be able to decide with which existing ant she wants to mate. Every existing ant should have random genes at start. When created by a queen (food...
More visualization of stats! Also provide all previous simulation results as input for trainings.
see this issue in ace: https://github.com/ajaxorg/ace/issues/2892
The tutorial should have a introduction to quickly give an overview of what AntSim is. (About page?!) Then afterwards have the following topics: 1. Finding food (walking towards it) 2....
Briefly introduce neural networks in combination with an interactive animation (very easy and simple simulation). With this, users should be able to understand the core principle of neural networks and...
The currently implemented neural network ant has three user programmable parts: - Creation of the feature vector - Definition of output (actions) - Rewarding (Reinforcement learning) Provide these parts as...
Decide on a jsdoc template or write your own. Try to visualize all functions of AntController and globals as good as possible for new users to understand. Attention: Tutorials have...