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
4.83k stars 559 forks source link

Why doesn't SAC and DDPG support multi-environment? #465

Open ShuoZheLi opened 1 week ago

ShuoZheLi commented 1 week ago

Why doesn't SAC and DDPG support multi-environment? I can try to implement it if needed.

pseudo-rnd-thoughts commented 6 days ago

Do you mean multi-agent or vector environments?