Giter Site home page Giter Site logo

ddpg's Introduction

DDPG

Deep Deterministic Policy Gradient.

It is an enhanced version of actor-critic, combined with the DQN algorithm. It is a combination of value-based and policy-based methods. When selecting an action,
Deterministic changes the original policy gradient selection action process. Deterministic only selects continuous actions. An output is used as an action.
The policy network is an actor, which outputs an action (action-selection). The value network is a critic , used to evaluate the actor's network selected actions (action value estimated).

The algorithm of DDPG is off-policy. It uses other new strategies to update the current Q value. It will refer to historical records.
It is not necessary to use the samples generated by the current strategy to update the current Q value.
Some previous experiences can be randomly selected. For learning, random sampling disrupts the correlation between experiences and makes the neural network update more efficient.

Taking an action in the current state St. The states St+1 and reward rt+1 after at are only related to the current state and action, and not related to the historical state.
The DDPG algorithm refers to the past historical state when the current action takes every action.

ddpg's People

Contributors

chihjunglee avatar

Stargazers

tantan avatar Jie-Han Chen 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.