All Projects → Rowing0914 → Reinforcement_Learning

Rowing0914 / Reinforcement_Learning

Licence: other
Research repo of RL

Programming Languages

python
139335 projects - #7 most used programming language
TeX
3793 projects
shell
77523 projects

Projects that are alternatives of or similar to Reinforcement Learning

pytorch-hdqn
Hierarchical-DQN in pytorch (not actively maintained)
Stars: ✭ 36 (+80%)
Mutual labels:  deep-reinforcement-learning
deep-rl-quadcopter
Implementation of Deep Deterministic Policy Gradients (DDPG) to teach a Quadcopter How to Fly!
Stars: ✭ 17 (-15%)
Mutual labels:  deep-reinforcement-learning
DRL DeliveryDuel
Deep Reinforcement Learning applied to a modern 3D video-game environment called Delivery Duel.
Stars: ✭ 30 (+50%)
Mutual labels:  deep-reinforcement-learning
deep reinforcement learning gallery
Deep reinforcement learning with tensorflow2
Stars: ✭ 35 (+75%)
Mutual labels:  deep-reinforcement-learning
FLEXS
Fitness landscape exploration sandbox for biological sequence design.
Stars: ✭ 92 (+360%)
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 (+90%)
Mutual labels:  deep-reinforcement-learning
Smart-Traffic-Signals-in-India-using-Deep-Reinforcement-Learning-and-Advanced-Computer-Vision
We have used Deep Reinforcement Learning and Advanced Computer Vision techniques to for the creation of Smart Traffic Signals for Indian Roads. We have created the scripts for using SUMO as our environment for deploying all our RL models.
Stars: ✭ 131 (+555%)
Mutual labels:  deep-reinforcement-learning
Deep-rl-mxnet
Mxnet implementation of Deep Reinforcement Learning papers, such as DQN, PG, DDPG, PPO
Stars: ✭ 26 (+30%)
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 (+175%)
Mutual labels:  deep-reinforcement-learning
DRL graph exploration
Autonomous Exploration Under Uncertainty via Deep Reinforcement Learning on Graphs
Stars: ✭ 53 (+165%)
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 (-40%)
Mutual labels:  deep-reinforcement-learning
rl-medical
Communicative Multiagent Deep Reinforcement Learning for Anatomical Landmark Detection using PyTorch.
Stars: ✭ 36 (+80%)
Mutual labels:  deep-reinforcement-learning
Deep-RL-agents
No description or website provided.
Stars: ✭ 27 (+35%)
Mutual labels:  deep-reinforcement-learning
Deep-Reinforcement-Learning-CS285-Pytorch
Solutions of assignments of Deep Reinforcement Learning course presented by the University of California, Berkeley (CS285) in Pytorch framework
Stars: ✭ 104 (+420%)
Mutual labels:  deep-reinforcement-learning
ddrl
Deep Developmental Reinforcement Learning
Stars: ✭ 27 (+35%)
Mutual labels:  deep-reinforcement-learning
Reinforcement Learning Course
Curso de Aprendizaje por Refuerzo, de 0 a 100 con notebooks y slides muy sencillas para entenderlo todo perfectamente.
Stars: ✭ 18 (-10%)
Mutual labels:  deep-reinforcement-learning
MaRLEnE
Machine- and Reinforcement Learning ExtensioN for (game) Engines
Stars: ✭ 47 (+135%)
Mutual labels:  deep-reinforcement-learning
Object-Goal-Navigation
Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"
Stars: ✭ 107 (+435%)
Mutual labels:  deep-reinforcement-learning
rl pytorch
Deep Reinforcement Learning Algorithms Implementation in PyTorch
Stars: ✭ 23 (+15%)
Mutual labels:  deep-reinforcement-learning
dqn-lambda
NeurIPS 2019: DQN(λ) = Deep Q-Network + λ-returns.
Stars: ✭ 20 (+0%)
Mutual labels:  deep-reinforcement-learning

Introduction

This is the repo for storing the reviewing note regarding several domains in reinforcement learning

basic_RL

DRL(Deep RL)

MARL(Multi-Agent RL)

MORL(Multi-objective RL)

This topic is about RL algorithms dealing with the case where learning agent has to learn the preferences among the multiple goals in the environment

safe_reinforcement_learning

This topic is about RL algorithms aims the safe exploration during the early stage in learning process.

transfer_learning

This topic is about the algorithms aims at successfully transferring the knowledge from the source task to the target task to speed-up learning process.

imitation_learning

Lectures

  1. CS 294-112 at UC Berkeley Deep Reinforcement Learning
  2. IMITATION LEARNING TUTORIAL at ICML 2018
  3. CMU 10703: Deep Reinforcement Learning and Control
  4. Imitation Learning for Robotics, Winter 2019, CSC2621

Survey Papers

  1. Imitation Learning: A Survey of Learning Methods by Ahmed Hussein et al., 2017
  2. Global overview of Imitation Learning by Alexandre Attia and Sharone Dayan, 2018 Jan
  3. Learning How to Actively Learn: A Deep Imitation Learning Approach by M. Liu et al., 2018
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].