AntSim icon indicating copy to clipboard operation
AntSim copied to clipboard

refactor neural network code and present an ant code base

Open cpetry opened this issue 8 years ago • 1 comments

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 seperate functions for the user to write code for. Some additional settings could be needed (hidden layers, activation function etc.)

cpetry avatar Aug 14 '17 16:08 cpetry

These seperate function parts could all have their own editor in seperate tabs.

cpetry avatar Aug 14 '17 17:08 cpetry