Code Monkey home page Code Monkey logo

romannet's Introduction

RoManNet

This repository contains the implementation of the Robotic Manipulation Network (RoManNet) which is a vision-based model architecture to learn the action-value functions and predict manipulation action candidates. More details can be found in the following paper:

Learning Robotic Manipulation Tasks via Task Progress Based Gaussian Reward and Loss Adjusted Exploration

Sulabh Kumra, Shirin Joshi, Ferat Sahin

Xplore | arxiv

If you use this project in your research or wish to refer to the baseline results published in the paper, please use the following BibTeX entry:

@article{kumra2022learning, 
author={Kumra, Sulabh and Joshi, Shirin and Sahin, Ferat}, 
journal={IEEE Robotics and Automation Letters},  
title={Learning Robotic Manipulation Tasks via Task Progress Based Gaussian Reward and Loss Adjusted Exploration},   
year={2022},  
volume={7},  
number={1},  
pages={534-541},  
doi={10.1109/LRA.2021.3129833}
}

Installation

  • Checkout the repository
$ git clone https://github.com/skumra/romannet.git
  • Create a virtual environment
$ python3.6 -m venv --system-site-packages venv
  • Source the virtual environment
$ source venv/bin/activate
  • Install the requirements
$ cd romannet
$ pip install -r requirements.txt

Usage

  • Run CoppeliaSim (navigate to your CoppeliaSim directory and run ./sim.sh). From the main menu, select File > Open scene..., and open the file romannet/simulation/simulation.ttt from this repository.

  • In another terminal window, run the following:

python main.py <optional args>

Note: Various training/testing options can be modified or toggled on/off with different flags (run python main.py -h to see all options)

Acknowledgement

Some parts of the code and simulation environment has been borrowed from andyzeng/visual-pushing-grasping for fair comparison of our work in simulation.

romannet's People

Contributors

skumra avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

romannet's Issues

When to release the code

hi,
I'm really intreseted in your great work. And I want to go through it, can you tell me when will you put your code on github?

module 'utils.utils' has no attribute 'k_largest_index_argpartition'

Traceback (most recent call last):
File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "main.py", line 191, in agent
self.policy()
File "main.py", line 165, in policy
self.compute_action(explore_actions, self.grasp_predictions)
File "main.py", line 177, in compute_action
maximas = utils.k_largest_index_argpartition(predictions, k=10)
AttributeError: module 'utils.utils' has no attribute 'k_largest_index_argpartition'

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.