adiehl96 / CognitiveRobotics

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

Exploration Strategy #8

Open adiehl96 opened 3 years ago

adiehl96 commented 3 years ago

Issue

The agent is supposed to explore the environment randomly.

Proposed Approach

One approach was described by Pascal.

Results

A model of an agent that randomly explores the map, eventually seeing every cell.

adiehl96 commented 3 years ago

I translated the movement function that was given by Serge into multiple nodes instead of python calculations.