Deep-Reinforcement-Learning-Algorithms-with-PyTorch
Deep-Reinforcement-Learning-Algorithms-with-PyTorch copied to clipboard
add PPO-HER
can you add PPO-HER as soon as possible ? i have tried,but failded.help me,please.
hi, sorry i am not sure when i will have time to implement that one.
There might be a paper that has done this before that you could use to try and implement it yourself, have you seen one?
which paper? can you tell me
i can implenment it on dqn sucessfully,but failed with ppo
@1576012404 Hi, I just noticed a repo which implemented IPG+HER, in case you have interests: https://github.com/jianing-sun/Interpolated-Policy-Gradient-with-PPO-for-Robotics-Control-/tree/master/IPG_for_PPO
Is it possible? I think PPO v2 is not strictly an 'off-policy' algorithm.