vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
5.54k stars 631 forks source link

Proper multi-gpu support with PPO #178

Closed vwxyzjn closed 2 years ago

vwxyzjn commented 2 years ago

Description

This is a follow up on https://github.com/vwxyzjn/cleanrl/pull/162

Types of changes

Checklist:

If you are adding new algorithms or your change could result in performance difference, you may need to (re-)run tracked experiments. See https://github.com/vwxyzjn/cleanrl/pull/137 as an example PR.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
cleanrl ✅ Ready (Inspect) Visit Preview May 29, 2022 at 3:25PM (UTC)
gitpod-io[bot] commented 2 years ago

yooceii commented 2 years ago

Sry, didn't have time to review before merging.