前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >【资源】Python强化学习实战,Anaconda公司的高级数据科学家讲解(附相关Python开源库)

【资源】Python强化学习实战,Anaconda公司的高级数据科学家讲解(附相关Python开源库)

作者头像
WZEARW
发布2018-04-11 17:17:32
6660
发布2018-04-11 17:17:32
举报
文章被收录于专栏:专知专知

【导读】Christine Doig是Anaconda公司的高级数据科学家。没错Anaconda就是那个著名的Python科学计算与发行管理软件。Christine Doig从最基本的强化学习概念开始介绍强化学习Python实践经验,并以强化学习中的经典任务--Cartpole问题作为学习的入门例子,讲解从环境搭建、模型训练再到最后的效果评估的结果。

▌简介



Cartpole描述的问题可以认为是:在一辆小车上竖立一根杆子,然后给小车一个推或者拉的力,使得杆子尽量保持平衡不滑倒。

更详细的描述可参见openai官网上关于Cartpole问题的解释:https://gym.openai.com/envs/CartPole-v0

▌强化学习用到的python库



  • OpenAI Gym: Toolkit for developing and comparing reinforcement learningalgorithms. MIT License, Last commit: November 2017 baselines: high-quality implementations of reinforcement learning algorithms,MIT License, Last commit: November 2017
  • TensorForce, A TensorFlow library for applied reinforcement learning, Apache 2,Last commit: November 2017
  • DeepRL, Highly modularized implementation of popular deep RL algorithms byPyTorch, Apache 2 License, Last commit: November 2017
  • RLlab, a framework for developing and evaluating reinforcement learningalgorithms, MIT License, Last commit: July 2017
  • AgentNet, Python library for deep reinforcement learning usingTheano+Lasagne, MIT License, Last commit: August 2017
  • RLPy, the Reinforcement Learning Library for Education and Research,3-Clause BSD License, Last commit: April 2016.
  • PyBrain, the Python Machine Learning Library, 3-Clause BSD License, Lastcommit: March 2016.

▌强化学习资源



  • Reinforcement Learning courseby David Silver http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html
  • https://blog.acolyer.org/2017/11/17/mastering-the-game-of-go-without-humanknowledge/
  • https://keon.io/deep-q-learning/
  • https://rishav1.github.io/reinlearning/2017/01/05/simple-swarm-intelligenceoptimization-for-cartpole-balancing-problem.html
  • AlphaGo Zero's win, what itmeans, Fast Forward Labs: http:// blog.fastforwardlabs.com/2017/10/25/alphago-zero.html
  • 更多可以查看专知以前推出的强化学习荟萃资料:

【专知荟萃23】深度强化学习RL知识资料全集(入门/进阶/论文/综述/代码/专家,附查看)

▌PPT内容



参考链接:

https://speakerdeck.com/chdoig/rl-pytexas-2017

▌特别提示-Python强化学习实战 PPT下载:

请关注专知公众号

  • 后台回复“RLP” 就可以获取PPT下载链接
本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2017-12-11,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 专知 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档