Skip to content

C++ implementation of Randy Beer's VisualAgent model

Notifications You must be signed in to change notification settings

mattsetz/Visual-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual-Agent

C++ implementation of Randy Beer's VisualAgent brain-body-environment model: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.120.3706&rep=rep1&type=pdf

This agent is controlled by a continuous time recurrent neural network (CTRNN) and is capable of performing categorical perception given visual feedback in a dynamic environment.

You can find the CTRNN implementation, and an implementation of evolutionary algorithms for training the networks here: http://pages.iu.edu/~rdbeer/ (scroll down to the Evolutionary Agents section). Weights for a pre-trained CTRNN can be found in categorize.ns.txt.

About

C++ implementation of Randy Beer's VisualAgent model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages