Spinning Up USER DOCUMENTATION

Spinning Up USER DOCUMENTATION

(For review)

Environments

Spinning Up requires Python3, OpenAI Gym, and OpenMPI. MuJoCo(Optional but Preferred)

Algorithms

VPG, TRPO, PPO, DDPG, TD3, SAC.

The On-Policy Algorithms

Vanilla Policy Gradient(VPG) is the most basic, entry-level algorithm in the deep RL space. It led to stronger algorithms such as TRPO and PPO.

On-Policy:

  • don’t use old data.

  • They are weaker on sample efficiency.

  • These algorithms directly optimize the policy performance. They trades off sample efficiency in favor of stability.

  • TRPO and PPO are mean to make up the deficit on sample efficiency.

The Off-Policy Algorithms

Foundational algorithm just like VPG. DDPG is closely connected to Q-learning algorithms, and it concurrently learns a Q-function and a policy which are updated to improve each other.

Off-Policy:

  • can reuse old data very efficiently.

  • Bellman’s equations for optimality,

  • Q-function can be trained to satisfy using any environment interaction data (as long as there’s enough experience from the high-reward areas in the environment).

  • Unstable: no guarantees of having a great policy performance.

  • TD3 and SAC are mean to make up the deficit on unstable.

Code Format

All implementations in Spinning Up adhere to a standard template. They are split into two files: an algorithm file, which contains the core logic of the algorithm, and a core file, which contains various utilities needed to run the algorithm.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值