资源算法DeepRL-Tutorials

DeepRL-Tutorials

2020-02-13 | |  29 |   0 |   0

DeepRL-Tutorials

The intent of these IPython Notebooks are mostly to help me practice and understand the papers I read; thus, I will opt for readability over efficiency in some cases. First the implementation will be uploaded, followed by markup to explain each portion of code. I'll be assigning credit for any code which is borrowed in the Acknowledgements section of this README.

Relevant Papers:

  1. Human Level Control Through Deep Reinforement Learning [Publication] [code]

  2. Multi-Step Learning (from Reinforcement Learning: An Introduction, Chapter 7) [Publication][code]

  3. Deep Reinforcement Learning with Double Q-learning [Publication][code]

  4. Dueling Network Architectures for Deep Reinforcement Learning [Publication][code]

  5. Noisy Networks for Exploration [Publication][code]

  6. Prioritized Experience Replay [Publication][code]

  7. A Distributional Perspective on Reinforcement Learning [Publication][code]

  8. Rainbow: Combining Improvements in Deep Reinforcement Learning [Publication][code]

  9. Distributional Reinforcement Learning with Quantile Regression [Publication][code]

  10. Rainbow with Quantile Regression [code]

  11. Deep Recurrent Q-Learning for Partially Observable MDPs [Publication][code]

  12. Advantage Actor Critic (A2C) [Publication1][Publication2][code]

  13. High-Dimensional Continuous Control Using Generalized Advantage Estimation [Publication][code]

  14. Proximal Policy Optimization Algorithms [Publication][code]

Requirements:

  • Python 3.6

  • Numpy

  • Gym

  • Pytorch 0.4.0

  • Matplotlib

  • OpenCV

  • Baslines

Acknowledgements:

  • Credit to @baselines for the environment wrappers and inspiration for the prioritized replay code used only in the development code

  • Credit to @higgsfield for the plotting code, epsilon annealing code, and inspiration for the prioritized replay implementation in the IPython notebook

  • Credit to @Kaixhin for factorized Noisy Linear Layer implementation and the projection_distribution function found in Categorical-DQN.ipynb

  • Credit to @ikostrikov for A2C, GAE, PPO and visdom plotting code implementation reference


上一篇:DeepRL-Agents

下一篇:DeepRL-InformationExtraction

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...