Giter VIP home page Giter VIP logo

pporobotpath's Introduction

ppoRobotPath

Notice: This repository is the codes for my recent paper: Real-time Motion Planning for Robotic Teleoperation Using Dynamic-goal Deep Reinforcement Learning which is submitted for ICRA 2019

This code employs an state-of-the-art deep reinforcement learning approach, Proximal Policy Optimization (PPO), for online trajectory generation of industrial robotic arms. We also introduced the RobotPath simulation environment for kinematic and collision simulation of industrial robots.

Simulation results:

Experiments on a real ABB robot:

Installation:

1- Install pybullet:

pip install pybullet

2- Install OpenAI baselines:

https://github.com/openai/baselines For installing baselines you need to run:

pip install -e .

Note 1: OpenAI baselines will install gym which needs MuJoco license. We do not need MuJoco so just remove the words: "mujoco,robotics" from "setup.py" before running the above command.

Note 2: Atary module of gym cannot be installed on windows. So remove the word: "Atari" from "setup.py" before running it.

3- install pyquaternion:

pip install pyquaternion

4- Install MPI on your system and put its path in the PATH environmental variable.

Training:

Run RobotPath training:

mpirun -np 40 python train.py

The above command is for 40 cpu but you can choose any number. We recomment to use at least 25 cpus.

Test:

Run RobotPath test:

python test.py

pporobotpath's People

Contributors

kavehkamali 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.