#534 · Primary category: Education & Research
Reinforcement-learning-with-tensorflow
Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学
Project last updated:03/31/24
GitHub Stars
9.5K
Forks
5.0K
Contributors
10
License
MIT
Why we included this project
Morvan Zhou's tutorials work through reinforcement learning one runnable example at a time, starting with Q-learning and Sarsa in grid worlds before moving on to Deep Q-Networks and its variants (Double DQN, Prioritized Replay, Dueling DQN) and then policy-based methods like Policy Gradients, Actor-Critic, DDPG, A3C, and PPO. Each lesson pairs a short explanation with a working TensorFlow implementation and a visual environment, so you can watch the agent learn while it runs. Experiments on harder control problems, such as a 2D car, a robot arm, BipedalWalker, and LunarLander, give a sense of how these methods hold up when the task gets trickier. The material is available in both Chinese and English, which makes it a practical starting point for developers and students who learn best by reading and modifying code.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
prompts.chat
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
JavaGuide
Java Interview & Backend General Interview Guide, covering computer fundamentals, databases, distributed systems, high concurrency, system design, and AI application development.
system-prompts-and-models-of-ai-tools
A curated collection of system prompts, internal tools, and AI models from popular AI assistants and coding agents.
30-seconds-of-code
Coding articles to level up your development skills
generative-ai-for-beginners
21 Lessons, Get Started Building with Generative AI