stepjam / RLBench

A large-scale benchmark and learning environment.
https://sites.google.com/corp/view/rlbench
Other
1.03k stars 218 forks source link

randomization after reset_to_demo #194

Closed TongZhangTHU closed 4 weeks ago

TongZhangTHU commented 10 months ago

Hi,

Thank you for your wonderful implementation.

When I evaluate task 'open_fridge', I notice that even after calling the reset_to_demo function, the initial object pose configurations sometimes (although not always) remain different compared to the data. In this situation, I observe that the init_episode function attempts different numbers of times. I hypothesize that the sampling-based planner used in RLBench introduces a degree of randomization, which leads to different outcomes in the task validation process. Have you made similar observations? If so, do you have any suggestions on how this issue might be resolved?

SatireY commented 5 months ago

I have the same problem. Do you have a solution now?

zwbx commented 3 months ago

marked as same problem