Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
-
Updated
Mar 31, 2024 - Python
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
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)
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)
🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Reinforcement learning tutorials
Repository for codes of 'Deep Reinforcement Learning'
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
🍄Reinforcement Learning: Super Mario Bros with dueling dqn🍄
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
The implement of all kinds of dqn reinforcement learning with Pytorch
Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout
DQN, DDDQN, A3C, PPO, Curiosity applied to the game DOOM
Pytorch implementation of distributed deep reinforcement learning
A Torch Based RL Framework for Rapid Prototyping of Research Papers
OpenAI LunarLander-v2 DeepRL-based solutions (DQN, DuelingDQN, D3QN)
Solving board games like Connect4 using Deep Reinforcement Learning
This is an implementation of Deep Q Learning (DQN) playing Breakout from OpenAI's gym with Keras.
OpenAI MountainCar-v0 DeepRL-based solutions (DQN, DuelingDQN, D3QN)
Using N-step dueling DDQN with PER for playing Pacman game
A clean framework and implementations for reinforcement learning algorithms.
Add a description, image, and links to the dueling-dqn topic page so that developers can more easily learn about it.
To associate your repository with the dueling-dqn topic, visit your repo's landing page and select "manage topics."