https://github.com/nickstenning/maw
"Missing a Wheel" is my Cambridge Part III project: neurocontrol of a simulated unicycle
https://github.com/nickstenning/maw
Last synced: about 1 year ago
JSON representation
"Missing a Wheel" is my Cambridge Part III project: neurocontrol of a simulated unicycle
- Host: GitHub
- URL: https://github.com/nickstenning/maw
- Owner: nickstenning
- Created: 2010-11-04T03:01:02.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-14T16:17:54.000Z (about 15 years ago)
- Last Synced: 2025-04-04T10:57:26.367Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
# Missing A Wheel
This is an ongoing experiment into a neurologically-inspired controller for a unicycle.
## Running the code
Check out the code, and run the following in the repository root:
virtualenv --no-site-packages --distribute pyenv
source pyenv/bin/activate
python setup.py develop
nngen 5 10 2 | evolve | simulate_unicycle