Giter Site home page Giter Site logo

deeprl-from-scratch's Introduction

Deep RL from scratch

Static Badge Static Badge

The repository "Deep RL from scratch" contains implementations and examples showcasing various Deep Reinforcement Learning (DRL) algorithms built entirely from scratch. This means that the implementation of DRL algorithms from scratch involves building neural networks, defining reward structures, and handling the reinforcement learning pipeline without using pre-built components.

Deep RL from Scratch

The "Deep RL from Scratch" repository comprises implementations and examples showcasing various Deep Reinforcement Learning (DRL) algorithms built entirely from scratch. This involves constructing neural networks, defining reward structures, and managing the reinforcement learning pipeline without pre-built components.

Important Deep RL Algorithms

  1. Deep Q-Network (DQN):

    • A foundational algorithm combining Q-learning with deep neural networks. For the main paper, please refer to Mnih et al., 2013.
  2. Proximal Policy Optimization (PPO):

    • A stability-focused policy optimization algorithm. For detailed information, please see Schulman et al., 2017.
  3. Trust Region Policy Optimization (TRPO):

  4. Advantage Actor-Critic (A2C):

    • An asynchronous version of the classic actor-critic algorithm. For foundational details, check Mnih et al., 2016.
  5. A3C (Asynchronous Advantage Actor-Critic):

    • Combining actor-critic methods with asynchronous training. For further insights, see Mnih et al., 2016.
  6. Deep Deterministic Policy Gradients (DDPG):

  7. Twin Delayed DDPG (TD3):

    • An extension of DDPG, addressing overestimation bias and instability. Please see Fujimoto et al., 2018 for more details.
  8. Soft Actor-Critic (SAC):

    • An off-policy algorithm for continuous action spaces. For comprehensive understanding, check Haarnoja et al., 2018.
  9. Categorical DQN (C51):

  10. Deep SARSA (State-Action-Reward-State-Action):

These algorithms offer diverse approaches for solving reinforcement learning problems, each with specific strengths and weaknesses. For further information, the respective primary papers have been provided.

These algorithms cover a spectrum of approaches for solving reinforcement learning problems and addressing challenges in different environments and settings. Each algorithm has its strengths and weaknesses, making them suitable for specific scenarios and tasks in the realm of Deep Reinforcement Learning.

deeprl-from-scratch's People

Contributors

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