-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (17 loc) · 896 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
========================================================================
EvolveRobots is tool that generates soft robots using genetic algorithms
Authors:
Valentin Owczarek [[email protected]]
========================================================================
To run the application you need to have the following libraries...
matplotlib (http://matplotlib.org/users/installing.html)
PIL (http://pythonware.com/products/pil/)
https://github.com/d3/d3/
You also need to install sofa and the softRobot plugin following these docs:
https://project.inria.fr/softrobot/
To run the example simulation:
$ cd experiences
$ ./../mainSofa.py --config arch.json
========================================================================
To benchmark the code you can run gprof.sh (you need to install graphiz)