Skip to content

LiuShuai26/Distributed-RL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Replay buffer (option)
  • Parameter server
  • train (learn)
  • rollout
  • test

简单实验对比:

实验:LunarLanderContinuous-v2

算法:SAC

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

(dsac: distributed sac)

dsac1w-sac

About

Distributed DRL by Ray and TensorFlow Tutorial.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages