You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PPO test case seems to work again after some debugging. Key findings:
Passing an empty self.spline_points_func_array_normal_dir = [] to the constructor of MuscleTorquesWithVaryingBetaSplines does not work as intended.
Switching to the dampen API using AnalyticalLinearDamper needs apparently a different nu value
Parallelizing PPO does not yield the nice convergence without further modification of the parameters
One option question for precisely reproducing the test case is how to transfer the nu specified in the old Cosserat rod constructor to the new dampen API.
Hi,
amazing work here. But the software has moved on and I would like to make it work again. So far I have:
Right now I can execute the training for PPO in Case1 which is at least something.
This is by directly calling:
I pushed the code here: https://github.com/alexswerner/Elastica-RL-control
However, the output of the post processing script does not show a moving robot.
:-(
So there is still some work to do.
The text was updated successfully, but these errors were encountered: