adiehl96 / CognitiveRobotics

Course Project for the course Cognitive Robotics at Radboud University using Nengo.
MIT License
0 stars 1 forks source link

Color Memory #6

Open adiehl96 opened 3 years ago

adiehl96 commented 3 years ago

Issue

The agent roams in his environment and visits coloured nodes. The agent should stop moving after seeing n different colors. Thus in order to differentiate between different colors and whether they are new to the agent or not, the agent needs to remember the colors he saw.

Proposed Approach

Different solutions are possible, these were discussed so far:

Results

The result is a model that remembers visited colors.