adiehl96 / CognitiveRobotics

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

Cognitive Robotics Project

Course Project for Cognitive Robotics

Ensemble Critter

Requirements

To run the program, make sure you have installed the dependencies listed in environment.yml. We recommend creating a conda environment for every project. You can do this with the following command: conda env create --file environment.yml

Usage

Run nengo in the directory of this repository. Select one of the four agents:

Of these, color_critter_ensemble works best in the environments that were tried.

To change the environment, change the map parameter in the grid.World call within the color_critter file you chose.