基于python的强化学习入门(含源码)

Reinforcement Learning Methods and Tutorials

In these tutorials for reinforcement learning, it covers from the basic RL algorithms to advanced algorithms developed recent years.

As many requests about making these tutorials available in English, please find them in this playlist: (https://www.youtube.com/playlist?list=PLXO45tsB95cIplu-fLMpUEEZTwrDNh6Ba)

Table of Contents

  • Tutorials

    • Simple entry example

    • Q-learning

    • Sarsa

    • Sarsa(lambda)

    • Deep Q Network (DQN)

    • Using OpenAI Gym

    • Double DQN

    • DQN with Prioitized Experience Replay

    • Dueling DQN

    • Policy Gradients

    • Actor-Critic

    • Deep Deterministic Policy Gradient (DDPG)

    • A3C

    • Dyna-Q

    • Proximal Policy Optimization (PPO)

    • Curiosity Model, Random Network Distillation (RND)

  • Some of my experiments

    • 2D Car

    • Robot arm

    • BipedalWalker

    • LunarLander

 基于python的强化学习入门(含源码)

基于python的强化学习入门(含源码) 

基于python的强化学习入门(含源码) 

基于python的强化学习入门(含源码) 

基于python的强化学习入门(含源码) 

基于python的强化学习入门(含源码)

基于python的强化学习入门(含源码) 

完整资料领取 

相关文章:

  • 2021-06-13
  • 2021-10-20
  • 2021-06-27
  • 2021-09-04
  • 2021-05-15
  • 2021-04-08
  • 2021-07-28
  • 2021-05-17
猜你喜欢
  • 2021-12-13
  • 2021-08-19
  • 2021-12-02
  • 2021-12-02
  • 2021-07-10
  • 2021-12-25
相关资源
相似解决方案