GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

double-dqn

Website
Wikipedia
https://static.github-zh.com/github_avatars/datawhalechina?size=40
datawhalechina / easy-rl

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

deep-reinforcement-learningreinforcement-learningdqnppoa3cq-learningsarsaimitation-learningpolicy-gradientddpgdouble-dqndueling-dqntd3
Jupyter Notebook 11.57 k
2 天前
https://static.github-zh.com/github_avatars/MorvanZhou?size=40
MorvanZhou / Reinforcement-learning-with-tensorflow

#计算机科学#Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学

reinforcement-learning教程q-learningsarsasarsa-lambdadeep-q-networka3cddpgpolicy-gradientdqndouble-dqndueling-dqndeep-deterministic-policy-gradientactor-criticTensorflowproximal-policy-optimizationppo机器学习
Python 9.21 k
1 年前
thu-ml/tianshou
https://static.github-zh.com/github_avatars/thu-ml?size=40
thu-ml / tianshou

An elegant PyTorch deep reinforcement learning library.

PyTorchpolicy-gradientdqndouble-dqna2cddpgppotd3sacimitation-learningmujocoatarirlcql
Python 8.57 k
11 天前
https://static.github-zh.com/github_avatars/ShangtongZhang?size=40
ShangtongZhang / DeepRL

Modularized Implementation of Deep RL Algorithms in PyTorch

PyTorchdeep-reinforcement-learningdqndouble-dqndeeprlddpgppotd3a2crainbow
Python 3.31 k
1 年前
https://static.github-zh.com/github_avatars/XinJingHao?size=40
XinJingHao / DRL-Pytorch

#计算机科学#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)

deep-reinforcement-learningPyTorchreinforcement-learning机器学习ddpgdouble-dqndueling-dqnppoq-learningsactd3
Python 2.65 k
5 天前
https://static.github-zh.com/github_avatars/qfettes?size=40
qfettes / DeepRL-Tutorials

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

PythonPyTorchreinforcement-learningdeep-reinforcement-learningdeep-q-networkdouble-dqndueling-dqnrainbowactor-criticadvantage-actor-critica2cppo
Jupyter Notebook 1.08 k
4 年前
https://static.github-zh.com/github_avatars/sudharsan13296?size=40
sudharsan13296 / Hands-On-Reinforcement-Learning-With-Python

Master Reinforcement and Deep Reinforcement Learning using OpenAI Gym and TensorFlow

reinforcement-learningdeep-reinforcement-learningsarsaq-learningdeep-q-network深度学习deep-deterministic-policy-gradientdouble-dqndueling-dqnppomarkov-decision-processespolicy-gradientopenai-gym
Jupyter Notebook 855
5 年前
https://static.github-zh.com/github_avatars/archsyscall?size=40
archsyscall / DeepRL-TensorFlow2

#计算机科学#🐋 Simple implementations of various popular Deep Reinforcement Learning algorithms using TensorFlow2

Tensorflow机器学习reinforcement-learninga2ca3creinforcedqnpposacddpg深度学习deep-reinforcement-learningtensorflow2dueling-dqndouble-dqn
Python 607
3 年前
https://static.github-zh.com/github_avatars/sudharsan13296?size=40
sudharsan13296 / Deep-Reinforcement-Learning-With-Python

#计算机科学#Master classic RL, deep RL, distributional RL, inverse RL, and more using OpenAI Gym and TensorFlow with extensive Math

deep-reinforcement-learningreinforcement-learningppoddpgtd3sacinverse-reinforcement-learninga3cactor-critica2c深度学习dqnopenai-gympolicy-gradientdouble-dqnq-learning
Jupyter Notebook 425
4 年前
https://static.github-zh.com/github_avatars/Dungyichao?size=40
Dungyichao / Electric-Vehicle-Route-Planning-on-Google-Map-Reinforcement-Learning

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 tha...

Google 地图reinforcement-learningbatterydouble-dqnroute-plannerpath-planningPythonpython36geocodeelevationdirections
Python 251
2 年前
https://static.github-zh.com/github_avatars/Kyushik?size=40
Kyushik / DRL

Repository for codes of 'Deep Reinforcement Learning'

dqndeep-reinforcement-learningdouble-dqndueling-dqnpygameTensorflowicm
Python 217
6 年前
https://static.github-zh.com/github_avatars/AgentMaker?size=40
AgentMaker / Paddle-RLBooks

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

sarsaq-learningdqndouble-dqndueling-dqnreinforcepolicy-gradientactor-criticddpgtd3sacpaddlepaddlereinforcement-learning
Python 109
4 年前
https://static.github-zh.com/github_avatars/DeepNeuralAI?size=40
DeepNeuralAI / RL-DeepQLearning-Trading

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

reinforcement-learningopenai-gymdouble-dqnstock-trading
Python 104
3 年前
https://static.github-zh.com/github_avatars/LxzGordon?size=40
LxzGordon / Deep-Reinforcement-Learning-with-pytorch

#算法刷题#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

PyTorch算法reinforcement-learningdqnddpgactor-critica2ca3csactd3double-dqndueling-dqnsarsa
Python 92
4 年前
https://static.github-zh.com/github_avatars/neka-nat?size=40
neka-nat / distributed_rl

Pytorch implementation of distributed deep reinforcement learning

reinforcement-learningdistributed-systemsPyTorchdeep-q-networkamazon-web-servicesdueling-dqndouble-dqnopenai-gymr2d2
Python 76
3 年前
https://static.github-zh.com/github_avatars/Kautenja?size=40
Kautenja / playing-mario-with-deep-reinforcement-learning

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

super-mario-brostetrisatari2600deep-reinforcement-learningdqndouble-dqndueling-dqn
Jupyter Notebook 72
4 年前
https://static.github-zh.com/github_avatars/kirarpit?size=40
kirarpit / connect4

#计算机科学#Solving board games like Connect4 using Deep Reinforcement Learning

reinforcement-learning-algorithmsdouble-dqnpolicy-gradientdueling-dqnalphago-zero深度学习convolutional-neural-networksresidual-networksmonte-carlo-tree-search
Python 33
3 年前
https://static.github-zh.com/github_avatars/ShanHaoYu?size=40
ShanHaoYu / Deep-Q-Network-Breakout

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

Kerasreinforcement-learningdueling-dqndouble-dqn
Python 30
7 年前
https://static.github-zh.com/github_avatars/abhilash1910?size=40
abhilash1910 / Deep_Reinforcement_Learning_Trading

#时序数据库#Deep Reinforcement Learning for Trading

a2cactor-criticddpgdouble-dqndueling-dqnsactensorflow2time-seriestradingtrading-strategies
Jupyter Notebook 27
3 年前
https://static.github-zh.com/github_avatars/perseus784?size=40
perseus784 / Vehicle_Overtake_Double_DQN

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

deep-reinforcement-learningdouble-dqnopenai-gymopenaiopenai-gym-environmentscnn
Python 27
4 年前
loading...