-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.txt
30 lines (25 loc) · 1.6 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
+============================================================================+
| Softbot Evolution |
| Nick Cheney |
| contact: [email protected], http://www.ncheney.com/contact |
| 2014-08-25 |
| |
| please cite the following paper when using this code: |
| |
| Cheney, N., MacCurdy, R., Clune, J., & Lipson, H. (2013). |
| Unshackling evolution: evolving soft robots with multiple materials |
| and a powerful generative encoding. In Proceeding of the Fifteenth Annual |
| Conference on Genetic and Evolutionary Computation (pp. 167-174). ACM. |
+============================================================================+
This folder contains various stand-alone versions of the code for evolving soft
robots using HyperNEAT and VoxCad.
Instructions for how to compile and execute each set of code is located at the
root directory of that code base.
Versions:
base -- Most similar to the original code, with 4 materials
(two sinusodial muscles, soft and stiff support)
(note: unlike the original paper, this version removes the bounding box
around the robot, allowing for a less contrained design space)
neuralNet -- to come next...
(if there are any questions about existing features, or requests for additional
functionality, please contact me -- info above)