百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

Reinforcement-learning-with-tensorflow

> 编程语言
开源

简单的强化学习教程,请参阅Python 中文AI教学

9.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

简单的强化学习教程,请参阅Python 中文AI教学


# Reinforcement Learning Methods and Tutorials In these tutorials for reinforcement learning, it covers from the basic RL algorithms to advanced algorithms developed recent years. **If you speak Chinese, visit [莫烦 Python](https://mofanpy.com) or my [Youtube channel](https://www.youtube.com/channel/UCdyjiB5H8Pu7aDTNVXTTpcg) for more.** **As many requests about making these tutorials available in English, please find them in this playlist:** ([https://www.youtube.com/playlist?list=PLXO45tsB95cIplu-fLMpUEEZTwrDNh6Ba](https://www.youtube.com/playlist?list=PLXO45tsB95cIplu-fLMpUEEZTwrDNh6Ba)) # Table of Contents * Tutorials * [Simple entry example](contents/1_command_line_reinforcement_learning) * [Q-learning](contents/2_Q_Learning_maze) * [Sarsa](contents/3_Sarsa_maze) * [Sarsa(lambda)](contents/4_Sarsa_lambda_maze) * [Deep Q Network (DQN)](contents/5_Deep_Q_Network) * [Using OpenAI Gym](contents/6_OpenAI_gym) * [Double DQN](contents/5.1_Double_DQN) * [DQN with Prioitized Experience Replay](contents/5.2_Prioritized_Replay_DQN) * [Dueling DQN](contents/5.3_Dueling_DQN) * [Policy Gradients](contents/7_Policy_gradient_softmax) * [Actor-Critic](contents/8_Actor_Critic_Advantage) * [Deep Deterministic Policy Gradient (DDPG)](contents/9_Deep_Deterministic_Policy_Gradient_DDPG) * [A3C](contents/10_A3C) * [Dyna-Q](contents/11_Dyna_Q) * [Proximal Policy Optimization (PPO)](contents/12_Proximal_Policy_Optimization) * [Curiosity Model](/contents/Curiosity_Model), [Random Network Distillation (RND)](/contents/Curiosity_Model/Random_Network_Distillation.py) * [Some of my experiments](experiments) * [2D Car](experiments/2D_car) * [Robot arm](experiments/Robot_arm) * [BipedalWalker](experiments/Solve_BipedalWalker) * [LunarLander](experiments/Solve_LunarLander) # Some RL Networks ### [Deep Q Network](contents/5_Deep_Q_Network) ### [Double DQN](contents/5.1_Double_DQN) ### [Dueling DQN](contents/5.3_Dueling_DQN) ### [Actor Critic](contents/8_Actor_Critic_Advantage) ### [Deep Deterministic Policy Gradient](contents/9_Deep_Deterministic_Policy_Gradient_DDPG) ### [A3C](contents/10_A3C) ### [Proximal Policy Optimization (PPO)](contents/12_Proximal_Policy_Optimization) ### [Curiosity Model](/contents/Curiosity_Model) # Donation *If this does help you, please consider donating to support me for better tutorials. Any contribution is greatly appreciated!*

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

> 标签

Pythona3cactor-criticasynchronous-advantage-actor-criticddpg

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言