LiuShuai26 / Distributed-RL

Distributed DRL by Ray and TensorFlow Tutorial.
10 stars 0 forks source link

Distributed Deep Reinforcement Learning

Distributed Deep Reinforcement Learning by Ray and TensorFlow.

This framework inspired by general-purpose RL training system Rapid from OpenAI.

Rapid framework: rapid-architecture@2x--1- This framework: ddrlframework


Tutorial (Chinese version)


In short. This framework divides the reinforcement learning process into five parts:

简单实验对比:

实验:LunarLanderContinuous-v2

算法:SAC

未调参,sac和dsac参数相同,dsac的worker数量:1。GPU:GTX1060

(dsac: distributed sac)

dsac1w-sac