Deep Reinforcement Learning 深度增強學習資源 (持續更新)

https://zhuanlan.zhihu.com/p/20885568

 

Deep Reinforcement Learning深度增強學習可以說發源於2013年DeepMind的Playing Atari with Deep Reinforcement Learning 一文,之後2015年DeepMind 在Nature上發表了Human Level Control through Deep Reinforcement Learning一文使Deep Reinforcement Learning得到了較廣泛的關注,在2015年涌現了較多的Deep Reinforcement Learning的成果。而2016年,隨着AlphaGo的出現,Deep Reinforcement Learning 將進入全面發展的階段。

Deep Reinforcement Learning面向決策與控制問題,而決策與控制很大程度上決定了人工智能的發展水平。也因此,AlphaGo的出現具有里程碑的意義。Deep Reinforcement Learning研究使用深度神經網絡來解決決策控制問題,是深度學習領域最前沿的研究方向之一。

本文主要收集與Deep Reinforcement Learning相關的各種資料,希望對有興趣研究的童鞋有所幫助。接下來,本專欄將由我繼續發佈Deep Reinforcement Learning的相關文章。

PS:最新的資料會在資料前方標出。

1 學習資料

1)增強學習相關課程:

2)深度學習相關課程:

3)深度增強學習相關blog:


1.Guest Post (Part I): Demystifying Deep Reinforcement Learning

2.Guest Post (Part II): Deep Reinforcement Learning with Neon

3.Blog Post (Part III): Deep Reinforcement Learning with OpenAI Gym

2 深度增強學習相關講座

  • David Silver的:

 

ICLR 2015 part 1 https://www.youtube.com/watch?v=EX1CIVVkWdE

ICLR 2015 part 2 https://www.youtube.com/watch?v=zXa6UFLQCtg

UAI 2015 https://www.youtube.com/watch?v=qLaDWKd61Ig

RLDM 2015 Deep Reinforcement Learning

ICML 2016:深度增強學習TutorialAlphaGo Tutorial

 

3 論文資料

 

這兩個人收集的基本涵蓋了當前deep reinforcement learning 的論文資料。目前確實不多。

4 大牛與企業情況:

5 會議情況

6 開源代碼

在github可以找到dqn,ddpg,a3c, trpo 等深度增強學習典型算法的代碼,以下爲一些舉例的開源代碼:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章