Closed wredsen closed 1 year ago
_update_priv_buf
is an old function that is not used anymore, I have removed it from leap_hand_grasp.py
in the latest commit. You can pull and re-run the cache generation, it should work now.
Using the provided Cache and start training the policy from there seems to work, while still taking a long time. Would you consider about 14 hours ok for max_iterations=10000 (Running this on a RTX 4080)?
You don't need to run for 10k iterations, only until convergence. Roughly 1k iterations should be more than enough. I have updated this in the README as well :)
When I try to run the mentioned code to generate a cache of stable grasps for different cube sizes:
I face the following error:
Using the provided Cache and start training the policy from there seems to work, while still taking a long time. Would you consider about 14 hours ok for
max_iterations=10000
(Running this on a RTX 4080)?