Skip to content

zaneck/evolveRobots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02616fb · Sep 30, 2016
Jul 18, 2016
Sep 29, 2016
Jul 31, 2016
Jun 24, 2016
Sep 29, 2016
Sep 1, 2016
Sep 30, 2016
Sep 29, 2016
Jul 29, 2016
Jul 25, 2016
Sep 15, 2016
Jul 26, 2016
Jul 22, 2016
Sep 29, 2016
Jul 22, 2016
Sep 29, 2016
Sep 29, 2016
Jul 19, 2016
Jun 8, 2016
Jul 13, 2016
Jul 19, 2016
Jul 18, 2016
Jul 19, 2016
Sep 29, 2016
Sep 29, 2016

Repository files navigation

========================================================================
EvolveRobots is tool that generates soft robots using genetic algorithms

Authors: 
	Valentin Owczarek [[email protected]]
	[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)