SLM Lab
v4.1.1
v4.1.1
  • SLM Lab
  • 🖥Setup
    • Installation
    • Quick Start
  • 🚀Using SLM Lab
    • Lab Command
    • Lab Organization
    • Train and Enjoy: REINFORCE CartPole
    • Agent Spec: DDQN+PER on LunarLander
    • Env Spec: A2C on Pong
    • GPU Usage: PPO on Pong
    • Parallelizing Training: Async SAC on Humanoid
    • Experiment and Search Spec: PPO on Breakout
    • Run Benchmark: A2C on Atari Games
    • Meta Spec: High Level Specifications
    • Post-Hoc Analysis
    • TensorBoard: Visualizing Models and Actions
    • Using SLM Lab In Your Project
  • 📈Analyzing Results
    • Data Locations
    • Graphs and Data
    • Performance Metrics
  • 🥇Benchmark Results
    • Public Benchmark Data
    • Discrete Environment Benchmark
    • Continuous Environment Benchmark
    • Atari Environment Benchmark
    • RL GIFs
  • 🔧Development
    • Modular Design
      • Algorithm Taxonomy
      • Class Inheritance: A2C > PPO
    • Algorithm
      • DQN
      • REINFORCE
      • Actor Critic
    • Memory
      • Replay
      • PrioritizedReplay
      • OnPolicyReplay
      • OnPolicyBatchReplay
    • Net
      • MLP
      • CNN
      • RNN
    • Profiling SLM Lab
  • 📖Publications and Talks
    • Book: Foundations of Deep Reinforcement Learning
    • Talks and Presentations
  • 🤓Resources
    • Deep RL Resources
    • Contributing
    • Motivation
    • Help
    • Contact
Powered by GitBook
On this page
  • Master List of Deep RL Resources
  • Books
  • Introductory Tutorials / Courses
  • Papers

Was this helpful?

  1. 🤓Resources

Deep RL Resources

PreviousTalks and PresentationsNextContributing

Last updated 5 years ago

Was this helpful?

Master List of Deep RL Resources

Books

Graesser and Keng,

Sutton and Barto,

Francois-Lavet et. al.,

Introductory Tutorials / Courses

Papers

(DDQN)

(PER)

(CER)

(HER)

(A3C)

(GAE)

(PPO)

(SIL)

(SAC)

🏛️
🔬
Foundations of Deep Reinforcement Learning
Reinforcement Learning: An Introduction
An Introduction to Deep Reinforcement Learning
Andrew Karpathy Deep Reinforcement Learning: Pong from Pixels
Arthur Juliani Simple Reinforcement Learning in Tensorflow Series
David Silver UCL Course on RL 2015
Deep RL Bootcamp 2017
DeepMind UCL Deep RL Course 2018
dennybritz/reinforcement-learning
higgsfield/RL-Adventure-2
higgsfield/RL-Adventure
MorvanZhou/Reinforcement Learning Methods and Tutorials
OpenAI Spinning Up
Sergey Levine CS294 Deep Reinforcement Learning Fall 2017
DQN
Double DQN
Dueling DQN
Prioritized Experience Replay
Combined Experience Replay
Hindsight Experience Replay
QT-Opt
Asynchronous Advantage Actor Critic
Generalized Advantage Estimation
Proximal Policy Optimization
Self Imitation Learning
Soft Actor-Critic
📌
📖
LogoGitHub - kengz/awesome-deep-rl: A curated list of awesome Deep Reinforcement Learning resources.GitHub