File size: 107 Bytes
1b64cba
 
 
1
2
3
class BaseGrader:
    def grade(self, trajectory, ground_truth) -> float:
        raise NotImplementedError