Code Monkey home page Code Monkey logo

ddpg_grasping's Introduction

Deep Reinforcement Learning for robotic manuplation

Tensorflow implementation of DDPG for our manuplation system

A WIP Repo

This implementation contains:

  1. DDPG with input of image(use CNN to extract state presentation)
  2. Experience replay memory and history for consecutive 4 frames
    • to reduce the correlations between consecutive updates
  3. V-Rep simulation for robotic grasping

What Remains

Pause since 2019.3.30
left things:

  1. action definition and how to use ounoise
  2. what to print out and what to inject to summary and when to save both two networks
  3. the replay memory function need to be adapted to our new model(different action dimension)
  4. about the sess.run and .eval()
  5. main function(where to add session graph)
  6. debug with simulation

And to be honest, although things remaining are not too much and actually the framework is established, maybe recently I'm not going to supplement this algorithm for our grasping system. But it still can provide some ideas on how to use image as input of DDPG.

About V-rep Simulation(environment of deep RL)

please ref to our DQN version

License

MIT License.

ddpg_grasping's People

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.