cpetry
cpetry
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...
The user should be able to download the trained neural network and load it again (drag&drop).
Every user can play with his code against other user-codes. All users should be displayed with their codes in a leaderboard. They should somehow be ranked by wins and losses....
Do some sketches and bring some ideas on a better GUI concept. The visual representation of ants and food is also to be discussed here.