前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Ray RLlib: Scalable Reinforcement Learning

Ray RLlib: Scalable Reinforcement Learning

作者头像
用户1908973
发布2018-07-20 16:47:57
5660
发布2018-07-20 16:47:57
举报
文章被收录于专栏:CreateAMindCreateAMindCreateAMind

https://github.com/ray-project/ray

A high-performance distributed execution engine

Ray is a flexible, high-performance distributed execution framework.

Ray comes with libraries that accelerate deep learning and reinforcement learning development:

  • Ray Tune: Hyperparameter Optimization Framework
  • Ray RLlib: Scalable Reinforcement Learning

More Information

  • Documentation
  • Tutorial
  • Blog
  • Ray paper
  • Ray HotOS paper

Ray RLlib: Scalable Reinforcement Learning

Ray RLlib is an RL execution toolkit built on the Ray distributed execution framework. See the user documentation and paper.

RLlib includes the following reference algorithms:

  • Proximal Policy Optimization (PPO) which is a proximal variant of TRPO.
  • Policy Gradients (PG).
  • Asynchronous Advantage Actor-Critic (A3C).
  • Deep Q Networks (DQN).
  • Deep Deterministic Policy Gradients (DDPG, DDPG2).
  • Ape-X Distributed Prioritized Experience Replay, including both DQN and DDPG variants.
  • Evolution Strategies (ES), as described in this paper.

These algorithms can be run on any OpenAI Gym MDP, including custom ones written and registered by the user.

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2018-05-25,如有侵权请联系 cloudcommunity@tencent.com 删除

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

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

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

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • More Information
  • Ray RLlib: Scalable Reinforcement Learning
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档