Repository navigation

#

double-dqn

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

Jupyter Notebook
12604
1 个月前
thu-ml/tianshou
Python
8823
9 天前

Modularized Implementation of Deep RL Algorithms in PyTorch

Python
3353
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 年前

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

Python
609
3 年前

Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math

Jupyter Notebook
439
5 年前

User can set up destination for any agent to navigate on Google Map and learn the best route for the agent based on its current condition and the traffic. Our result is 10% less energy consumption than the route provided by Google map

Python
259
3 年前

Repository for codes of 'Deep Reinforcement Learning'

Python
218
6 年前

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

Python
110
4 年前

An RL model that uses double deep Q learning to generate an optimal policy of stock market trades

Python
105
3 年前

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

This is an implementation of Deep Q Learning (DQN) playing Breakout from OpenAI's gym with Keras.

Python
30
8 年前

A Reinforcement Learning agent to perform overtaking action using Double DQN based CNNs which takes images as input built using TensorFlow.

Python
27
5 年前