Skip to content

How to test robot_runner when run(self, policy: BasePolicy) is not implemented? #9

@1024AILab

Description

@1024AILab
Image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions