Repository navigation

#

dueling-dqn

强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/

Jupyter Notebook
11011
23 天前

Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)

Python
2249
7 天前

Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch

Jupyter Notebook
1067
4 年前

This repository contains most of pytorch implementation based classic deep reinforcement learning algorithms, including - DQN, DDQN, Dueling Network, DDPG, SAC, A2C, PPO, TRPO. (More algorithms are still in progress)

Python
678
4 年前

🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2

Python
607
3 年前

Repository for codes of 'Deep Reinforcement Learning'

Python
216
6 年前

🍄Reinforcement Learning: Super Mario Bros with dueling dqn🍄

Python
115
1 个月前

Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.

Python
110
3 年前

The implement of all kinds of dqn reinforcement learning with Pytorch

Python
93
4 年前

Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout

Python
92
7 年前

Basic reinforcement learning algorithms. Including:DQN,Double DQN, Dueling DQN, SARSA, REINFORCE, baseline-REINFORCE, Actor-Critic,DDPG,DDPG for discrete action space, A2C, A3C, TD3, SAC, TRPO

Python
92
4 年前

An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.

Jupyter Notebook
71
4 年前
Python
67
1 天前

OpenAI LunarLander-v2 DeepRL-based solutions (DQN, DuelingDQN, D3QN)

Python
37
4 年前