https://github.com/davidar/rtneatbox
rtNEATbox is a simple neuro-evolution sandbox.
https://github.com/davidar/rtneatbox
Last synced: 8 months ago
JSON representation
rtNEATbox is a simple neuro-evolution sandbox.
- Host: GitHub
- URL: https://github.com/davidar/rtneatbox
- Owner: davidar
- License: mit
- Created: 2010-01-13T08:28:53.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-13T08:31:09.000Z (over 16 years ago)
- Last Synced: 2025-04-04T14:14:39.939Z (about 1 year ago)
- Language: C++
- Homepage: http://da.vidr.cc/projects/rtneatbox/
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
rtNEATbox[1] is a simple neuro-evolution sandbox. Two-dimensional levels can be
created, in which a group of organisms are simulated. The goal is for the
organisms to navigate the terrain to reach a certain goal point. rtNEAT[2] is
used for the neuro-evolution of the organisms. Physics simulation is provided
by Box2D[3].
In order to compile, Box2D and GLUT will need to be installed. Under
Ubuntu/Debian this can be achieved by installing the libbox2d-dev and
freeglut-dev packages. Then run `make` to compile.
[1] http://da.vidr.cc/projects/rtneatbox/
[2] http://nn.cs.utexas.edu/?rtneat
[3] http://box2d.org/