Repository navigation

#

dueling-dqn

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

Jupyter Notebook
12604
1 个月前

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
2973
4 个月前

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

Jupyter Notebook
1078
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
684
5 年前

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

Python
609
3 年前

Repository for codes of 'Deep Reinforcement Learning'

Python
218
6 年前

🍄Reinforcement Learning: Super Mario Bros with dueling dqn🍄

Python
135
4 个月前

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

Python
110
4 年前

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

Python
97
7 年前

The implement of all kinds of dqn reinforcement learning with Pytorch

Python
94
5 年前

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
94
5 年前

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

Jupyter Notebook
73
5 年前
Python
70
3 个月前

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

Python
41
4 年前