AntSim icon indicating copy to clipboard operation
AntSim copied to clipboard

A fun project to test some pathfinding and genetic algorithms

Results 15 AntSim issues
Sort by recently updated
recently updated
newest added

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...

help wanted

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...

enhancement

More visualization of stats! Also provide all previous simulation results as input for trainings.

nice to have

see this issue in ace: https://github.com/ajaxorg/ace/issues/2892

nice to have

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....

enhancement

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...

enhancement