Interpolated-Policy-Gradient-with-PPO-for-Robotics-Control-
Interpolated-Policy-Gradient-with-PPO-for-Robotics-Control- copied to clipboard
Reinforcement Learning for robotics continuous control, mainly based on Proximal Policy Optimization, extending to Interpolated Policy Gradient and Hindsight Experience Replay (HER)
Results
2
Interpolated-Policy-Gradient-with-PPO-for-Robotics-Control- issues
Sort by
recently updated
recently updated
newest added
File "main.py", line 258, in main ceval = CriticEval(qf(), on_policy) TypeError: 'ContinuousQFunction' object is not callable
Hey guy,excuse me,can you tell me how to run the main.py in HER?Thank you