Giter Club home page Giter Club logo

lala's Introduction

Learning Aquatic Locomotion with Animats

This is the corresponding repository for the submission "Learning Aquatic Locomotion with Animats" to the European Conference on Artificial Life, 2017. All of the included materials are subject to change depending on reviewer feedback, and rights are reserved to the authors until further notice following the paper acceptance decision.

Videos of the three morphologies can be found as follows:

MecaCell should be installed first in a different directory. The commit used in this work for the submission was 3435975, on the dev branch. MecaCell should be compiled following its instructions and the directory containing MecaCell should then be referenced in CMakeLists.txt, line 7:

set(MecaCellDir ~/MecaCell)

To compile the LALA source code, use CMake:

mkdir build
cd build
cmake ..
make
cd ..

If this has properly compiled, you can run the results of the evolution presented in the paper:

./bin/console -f config/best_worm.json

You can also use the MecacellViewer to visualize the results:

./bin/viewer -f config/best_stingray.json

CMA-ES is provided using julia. To run the evolution, you must first create a shape_defaults.json file containing the defaults for the desired morphology. CMA-ES is then launched as follows:

cp config/worm_defaults.json config/shape_defaults.json
julia runcmaes.jl 1234

lala's People

Contributors

d9w avatar

Stargazers

Soumya Banerjee avatar  avatar

Watchers

James Cloos avatar  avatar Soumya Banerjee avatar

lala's Issues

Cell explosion

Shapes no longer display, may be due to the MecaCell upgrade or the switch from setRestRadius to setRadius in SpringBody. Investigate using ElasticBody instead.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.