Giter Club home page Giter Club logo

o3f's Introduction

Object-Oriented Option Framework for Robotics Manipulation in Clutter


The Official Code for "Object-Oriented Option Framework for Robotics Manipulation in Clutter", which is published at IROS 2023.

Code Structure

O3F

|- gym: modified gym based on our needs

|- models: directory for saving by-product models

|- stable_baselines3: modified stable-baselines3 (sb3) based on our needs

|- train_oe.py: code for Option Executor (OE) training

|- train_op.py: code for Option Planner (OP) training

Setup

  1. Please finish the following steps to install conda environment and related python packages
    • Conda Environment create
    conda create --name <env_name> --file spec-list.txt
    • Package install
    pip install -r requirements.txt
  2. The environments used in this work require MuJoCo as dependency. Please setup it following the instructions:

Using

We offer a fine-trained Option Executor (OE) model which Option Planner (OP) utilizes during training for testing.

models/execute.zip
  • Training of OE

    • Command
    python train_oe.py
    • The models of oe will be saved at oe_model.
    • The tensorboard logs of oe will be saved at oe_train.
  • Training of OP

    • Command
    python train_op.py
    • The models of op will be saved at op_model.
    • The tensorboard logs of op will be saved at op_train.

Citation

    @inproceedings{o3f/iros/pang,
      author    = {Jing-Cheng Pang and
                   Si-Hang Yang and
                   Xiong-Hui Chen and
                   Xinyu Yang and
                   Yang Yu and 
                   Mas Ma and
                   Ziqi Guo and
                   Howard Yang and 
                   Bill Huang},
      title     = {Object-Oriented Option Framework for Robotics Manipulation in Clutter},
      booktitle = {{IEEE/RSJ} International Conference on Intelligent Robots and Systems,
                  {IROS}},
      year      = {2023}}

o3f's People

Contributors

charliebrown-v1 avatar lafmdp 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.