Giter Site home page Giter Site logo

eg_autotomy's Introduction

Adaptive autotomy in co-evolved soft body/policy agents

Setup (Linux)

virtualenv my_env --python=python3.8
source my_env/bin/activate

Evogym and dependencies

You'll need some developer tools if they're not already installed on your system.

sudo apt-get install -y xorg-dev libglu1-mesa-dev cmake libglew-dev libopenmpi-dev build-essential swig 
# to save mp4s
sudo apt-get install -y ffmpeg

Next you'll need to install a few python packages. The commit hashes corrspond to those used for our experiments.

git clone [email protected]:yunshengtian/GPyOpt.git
cd GPyOpt
git checkout 5fc1188ffdefea9a3bc7964a9414d4922603e904
pip install -e .
cd ../

git clone [email protected]:yunshengtian/neat-python.git
cd neat-python
git checkout 2762ab630838520ca6c03a866e8a158f592b0370
pip install -e .
cd ../
git clone [email protected]:riveSunder/eg_autotomy.git
cd eg_autotomy
git checkout 8a5132f69c60dacb10d292e23fcf160d6745a4d2
pip install -r requirements.txt
cd ../
git clone --recurse-submodules [email protected]:EvolutionGym/evogym.git
cd evogym
git checkout 9a1a5e7b26702184821e6e64587220ead2ab0e21
pip install -e .
cd ../

eg_autotomy

cd eg_autotomy
pip install -e .

Run tests

python -m eg_tests.test_all

eg_autotomy's People

Contributors

rivesunder avatar

Watchers

 avatar  avatar

Forkers

jbongard

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.