This repository contains code for working with a simplified version of the Neural Engineering Framework (NEF). For learning about the NEF, your best best is to try out Nengo. I created TinyNEF to provide a minimal (“tiny”) implementation of the NEF for projects in robotics.
git clone https://github.com/simondlevy/SUEAP
cd SUEAP/python
sudo python3 setup.py install
cd
git clone https://github.com/simondlevy/TinyNEF
cd TinyNEF/gym
python3 cartpole.py