pytorch-a2c-ppo-acktr-gail icon indicating copy to clipboard operation
pytorch-a2c-ppo-acktr-gail copied to clipboard

Off-Policy Algos - ACER, DDPG and SAC

Open Riashat opened this issue 5 years ago • 1 comments

Would you be adding off-policy algorithms like ACER/SAC (which should be compatible for both cont action Mujoco and discrete action ALE tasks) and DDPG/TD3 for control to this repository any time soon?

Would be useful to have all these algos implemented within the same repo. I know this repo is being used as the standard codebase for a lot of papers these days.

Riashat avatar Apr 09 '19 14:04 Riashat

I'm planning to add SAC at some point. But there are some difficulties since it might be hard to make everything efficient within a single repo.

ikostrikov avatar Apr 09 '19 14:04 ikostrikov