Closed haoyu-x closed 4 years ago
Hi,
Glad you're finding a good usage for robosuite. :) Thanks for bringing up this issue. It looks like you're getting NaNs from the mujoco sim -- usually, this is due to high acceleration spikes in the simulation which in turn can be due to multiple factors. On the one hand, a badly trained policy or poorly tuned controller can often cause such instability, though this can also be caused / exacerbated by poorly tuned physical parameters (e.g: inertial values, damping, etc.)
I would recommend trying different robot / controller combinations and seeing which ones cause the NaN error -- isolating the source of what's causing the NaNs will be most helpful in terms of modifying and fixing the problem on your local branch.
The branch you currently have had a lot of bugs with the new grippers and robots that were added, and the majority of these major issues have already been cleaned up since then. We've been overhauling our v1.0 branch privately, and will be releasing it officially sometime soon. In the meantime, hopefully these comments help you out with your development and research!
I'm closing this issue for now, but once we release v1.0 officially feel free to open another issue there if your problem persists.
Hi, Thanks for sharing this great project!
I'm using GAIfO from tf2rl (https://github.com/keiohta/tf2rl). I choose state-based obs, OSC-position controller and sawyer robot, robosuite v1.0
program will be interrupted by an Error:
I'm wondering why this happened. Thanks!