Coder Social home page Coder Social logo

pushing-multimodal's Introduction

Nonprehensile Planar Manipulation through Reinforcement Learning with Multimodal Categorical Exploration

Authors: Juan Del Aguila Ferrandis, João Moura, and Sethu Vijayakumar.

Paper | Video | Presentation

2023 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS 2023)

Repository Structure

  • pushing_envs: contains the Gym environments for planar pushing, where the physics simulations are performed using PyBullet.
  • rl_policies: contains the scripts for training the Reinforcement Learning policies. For example, ppo_lstm_categorical contains the script train.py to train a PPO policy, with an LSTM architecture for the policy and value functions, and categorical exploration. Note that we experienced an issue where sometimes the training would crash due to excessive RAM usage. We provide the script continue_training.py to continue the training process from the last available checkpoint.
  • run_policies: contains a sample trained PPO (LSTM + Categorical) policy and a script run.py for running and visualizing the policy in simulation.
  • requirements.txt: contains the dependencies required to train and run the policies.

Usage

Train a PPO (LSTM + Categorical) policy with:

python3 -m pushing-multimodal.rl_policies.ppo_lstm_categorical.train

Visualize the provided trained PPO (LSTM + Categorical) policy in simulation with:

python3 -m pushing-multimodal.run_policies.run

Reference

If you find this project useful, please cite our paper as:

@inproceedings{delaguila2023nonprehensile,
    author={Juan {Del Aguila Ferrandis} and Jo{\~a}o Moura and Sethu Vijayakumar},  
    booktitle={IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)},   
    title={Nonprehensile Planar Manipulation through Reinforcement Learning with Multimodal Categorical Exploration},   
    year={2023}
}

pushing-multimodal's People

Contributors

juandelaguila avatar

Stargazers

Matthias Mayr avatar João Moura 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.