def is_success()

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


    def is_success(self):
        """Indicates whether or not the achieved goal successfully achieved the desired goal."""
        return NotImplementedError()