#534 · Primary category: Education & Research

Reinforcement-learning-with-tensorflow

a3c actor-critic asynchronous-advantage-actor-critic ddpg deep-deterministic-policy-gradient deep-q-network double-dqn dqn dueling-dqn machine-learning policy-gradient ppo prioritized-replay proximal-policy-optimization q-learning reinforcement-learning sarsa sarsa-lambda tensorflow-tutorials tutorial

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