All Projects → rllab-snu → Deep-Reinforcement-Learning

rllab-snu / Deep-Reinforcement-Learning

Licence: other
Introduction to Deep Reinforcement Learning

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Deep-Reinforcement-Learning

robustnav
Evaluating pre-trained navigation agents under corruptions
Stars: ✭ 18 (-74.65%)
Mutual labels:  deep-reinforcement-learning
dqn-lambda
NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.
Stars: ✭ 20 (-71.83%)
Mutual labels:  deep-reinforcement-learning
Object-Goal-Navigation
Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"
Stars: ✭ 107 (+50.7%)
Mutual labels:  deep-reinforcement-learning
FLEXS
Fitness landscape exploration sandbox for biological sequence design.
Stars: ✭ 92 (+29.58%)
Mutual labels:  deep-reinforcement-learning
Deep-Q-Networks
Implementation of Deep/Double Deep/Dueling Deep Q networks for playing Atari games using Keras and OpenAI gym
Stars: ✭ 38 (-46.48%)
Mutual labels:  deep-reinforcement-learning
DRL DeliveryDuel
Deep Reinforcement Learning applied to a modern 3D video-game environment called Delivery Duel.
Stars: ✭ 30 (-57.75%)
Mutual labels:  deep-reinforcement-learning
deep reinforcement learning gallery
Deep reinforcement learning with tensorflow2
Stars: ✭ 35 (-50.7%)
Mutual labels:  deep-reinforcement-learning
wolpertinger ddpg
Wolpertinger Training with DDPG (Pytorch), Deep Reinforcement Learning in Large Discrete Action Spaces. Multi-GPU/Singer-GPU/CPU compatible.
Stars: ✭ 44 (-38.03%)
Mutual labels:  deep-reinforcement-learning
Deep-RL-agents
No description or website provided.
Stars: ✭ 27 (-61.97%)
Mutual labels:  deep-reinforcement-learning
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (-63.38%)
Mutual labels:  deep-reinforcement-learning
playing-mario-with-deep-reinforcement-learning
An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
Stars: ✭ 55 (-22.54%)
Mutual labels:  deep-reinforcement-learning
MaRLEnE
Machine- and Reinforcement Learning ExtensioN for (game) Engines
Stars: ✭ 47 (-33.8%)
Mutual labels:  deep-reinforcement-learning
ddrl
Deep Developmental Reinforcement Learning
Stars: ✭ 27 (-61.97%)
Mutual labels:  deep-reinforcement-learning
rl-medical
Communicative Multiagent Deep Reinforcement Learning for Anatomical Landmark Detection using PyTorch.
Stars: ✭ 36 (-49.3%)
Mutual labels:  deep-reinforcement-learning
Reinforcement Learning
Research repo of RL
Stars: ✭ 20 (-71.83%)
Mutual labels:  deep-reinforcement-learning
Deep-Quality-Value-Family
Official implementation of the paper "Approximating two value functions instead of one: towards characterizing a new family of Deep Reinforcement Learning Algorithms": https://arxiv.org/abs/1909.01779 To appear at the next NeurIPS2019 DRL-Workshop
Stars: ✭ 12 (-83.1%)
Mutual labels:  deep-reinforcement-learning
DRL graph exploration
Autonomous Exploration Under Uncertainty via Deep Reinforcement Learning on Graphs
Stars: ✭ 53 (-25.35%)
Mutual labels:  deep-reinforcement-learning
catalyst-examples
Examples
Stars: ✭ 54 (-23.94%)
Mutual labels:  deep-reinforcement-learning
snake-reinforcement-DNN
Developing a deep neural network to play a snake game
Stars: ✭ 12 (-83.1%)
Mutual labels:  deep-reinforcement-learning
rl pytorch
Deep Reinforcement Learning Algorithms Implementation in PyTorch
Stars: ✭ 23 (-67.61%)
Mutual labels:  deep-reinforcement-learning

Deep-Reinforcement-Learning

This repository provides implementations of deep reinforcement learning algorithms. The codes are mainly written in python3 using Ipython Notebook.

Chapter 01: Behavior Cloning (Supervised Learning)

Chapter 02: Value Iteration and Policy Iteration

Chapter 03: SARSA and Q Learning

Chapter 04: Deep Q Learning

Chapter 05: Policy Gradient

Chapter 06: Actor Critic Methods

Chapter 07: Model based RL and Learning from Demonstrations

Chapter 08: Inverse Reinforcement Learning

Doker files for environment settings

https://github.com/SKYnSPACE/DockerFiles/tree/master/py3-gym-tf1.6

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].