GithubHelp home page GithubHelp logo

leogift / act_plus_plus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from interbotix/act_plus_plus

0.0 0.0 0.0 507 KB

Imitation learning algorithms with Co-training for Mobile ALOHA: ACT, Diffusion Policy, VINN

Home Page: https://mobile-aloha.github.io/

License: MIT License

Python 100.00%

act_plus_plus's Introduction

Imitation Learning Algorithms and Co-training for Mobile ALOHA

Original Project Websites:

This repo contains the implementation of ACT, Diffusion Policy, and VINN. To work with real hardware, you would need to install ALOHA.

Repo Structure

  • act_plus_plus
    • act_plus_plus
      • detr Model definitions of ACT, modified from DETR
      • constants.py Constants shared across files
      • policy.py An adaptor for ACT policy
      • utils.py Utils such as data loading and helper functions
      • scripts
        • imitate_episodes.py Train and Evaluate ACT
        • visualize_episodes.py Save videos from a .hdf5 dataset

Installation

There are two recommended ways to install ACT: using conda or venv. Using venv is preferred due its ease of use against frameworks like ROS.

Installation Using venv

sudo apt-get install python3-venv
python3 -m venv ~/act # creates a venv "act" in the home directory, can be created anywhere
source ~/act/bin/activate
pip install dm_control==1.0.14
pip install einops
pip install h5py
pip install ipython
pip install matplotlib
pip install modern_robotics
pip install mujoco==2.3.7
pip install opencv-python
pip install packaging
pip install pexpect
pip install pyquaternion
pip install pyyaml
pip install rospkg
pip install torch
pip install torchvision
pip install transforms3d
pip install wandb

The r2d2 branch of robomimic must also be installed.

git clone -b r2d2 https://github.com/ARISE-Initiative/robomimic.git
cd robomimic
pip install -e .

act_plus_plus's People

Contributors

markfzp avatar tonyzhaozh avatar lukeschmitt-tr avatar cheng-chi 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.