强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
#计算机科学#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)
Contains high quality implementations of Deep Reinforcement Learning algorithms written in PyTorch
Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow
#算法刷题#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 st...
#计算机科学#🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2
Reinforcement learning tutorials
Repository for codes of 'Deep Reinforcement Learning'
🍄Reinforcement Learning: Super Mario Bros with dueling dqn🍄
Paddle-RLBooks is a reinforcement learning code study guide based on pure PaddlePaddle.
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
#算法刷题#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
DQN, DDDQN, A3C, PPO, Curiosity applied to the game DOOM
Pytorch implementation of distributed deep reinforcement learning
An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
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