def _sample_goal()

in gym_xarm/tasks/base.py [0:0]


    def _sample_goal(self):
        """Samples a new goal and returns it."""
        raise NotImplementedError()