Giter Club home page Giter Club logo

musculoco_learning's Introduction

Exciting Action: Investigating Efficient Exploration for Learning Musculoskeletal Humanoid Locomotion

Repository for the paper "Exciting Action: Investigating Efficient Exploration for Learning Musculoskeletal Humanoid Locomotion".

Abstract: Learning a locomotion controller for a muscu- loskeletal system is challenging due to over-actuation and high- dimensional action space. While many reinforcement learning methods attempt to address this issue, they often struggle to learn human-like gaits because of the complexity involved in engineering an effective reward function. In this paper, we demonstrate that adversarial imitation learning can address this issue by analyzing key problems and providing solutions using both current literature and novel techniques. We vali- date our methodology by learning walking and running gaits on a simulated humanoid model with 16 degrees of free- dom and 92 Muscle-Tendon Units, achieving natural-looking gaits with only a few demonstrations.


Project Structure

In this repository we strictly separate between the code for the policies and objectives described in the paper and the experiments that work with them:


Installation

  1. Create a new conda environment and activate it:
conda create --name musculoco_paper python=3.8
conda activate musculoco_paper
  1. Install the Experiment Launcher from source.

  2. Install the imitation_lib from source. It provides the GAIL implementation used throughout this work.

  3. Clone the LocoMuJoCo repository and install the muscle_act_obs branch from source. Using this specific branch will not be necessary in later versions.

  4. Download the motion capture datasets with the following command. This will take up about 4.5 GB of disc space.

loco-mujoco-download-real
  1. Install torch:
pip install torch
  1. Install the code as a python package by running the following in the top directory of this repository.
pip install -e .

Running Experiments

Now with your conda environment activated, you can run any experiment by cd-ing into its directory and running for instance:

python launcher_walk.py

Note: The amount of steps_per_epoch currently set for local running is just for testing the code. All experiments were run with 100.000 steps_per_epoch.


Trained Policies

  • TBD

musculoco_learning's People

Contributors

henritud avatar

Stargazers

Firas Al-Hafez avatar Zebin Huang avatar

Watchers

 avatar

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.