Coder Social home page Coder Social logo

wtf-deeprl's Introduction

WTF 深度强化学习

WTF 深度强化学习算法库及教程,学习并复现经典的深度强化学习算法。

深度强化学习算法使用pytorch实现,写在jupyter notebook中。用Atari Games中的Pong测试。

先修课程

  1. 机器学习/深度学习

  2. python编程

  3. 经典强化学习

目录

第1讲:Deep Q-learning文章 | Code | Google Colab

第2讲:Prioritized Experience Replay (PER)代码 | 文章

第3讲:Double DQN (DDQN)代码 | 文章

第4讲:Dueling DQN代码 | 文章

第5讲:DQN with Soft Update (Soft DQN)代码 | 文章

第6讲:DQN with Noisy Net代码 | 文章

第7讲:DQN with Intrinsic Curiosity Module代码 | 文章

第8讲:Deep Recurrent Q-learning (DRQN)代码 | 文章

第9讲:N-step DQN代码 | 文章

Prerequisite

  • torch 1.4.0
  • gym[atari]
  • tensorboardX

其他深度强化学习算法库 (pytorch)

wtf-deeprl's People

Contributors

amazingang avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

wtf-deeprl's Issues

missing self.rec_memory_buffer

file 8_DRQN.ipynb, Class Recurrent_Memory_Buffer, function sample,
data = self.rec_memory_buffer.buffer[begin:finish]
the self.rec_memory_buffer is missing

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.