Hi, I noticed that in the robot_runner module, the run(self, policy: BasePolicy) method is not implemented, which makes testing difficult. However, I see that in the DP3 source code, similar run functions are implemented for Metaworld, Dexart, and Adroit. Could you please clarify:
Is the run method in robot_runner intentionally left unimplemented for now?
If so, how should I properly test policies with robot_runner in the current state?
Are there any temporary workarounds or examples I can follow from the existing run implementations in Metaworld, Dexart, or Adroit?
Thanks for your guidance!
Hi, I noticed that in the robot_runner module, the run(self, policy: BasePolicy) method is not implemented, which makes testing difficult. However, I see that in the DP3 source code, similar run functions are implemented for Metaworld, Dexart, and Adroit. Could you please clarify:
Is the run method in robot_runner intentionally left unimplemented for now?
If so, how should I properly test policies with robot_runner in the current state?
Are there any temporary workarounds or examples I can follow from the existing run implementations in Metaworld, Dexart, or Adroit?
Thanks for your guidance!