def action_space(self): return Discrete(len(self.GetMotionPrimitives()))
def action_space(self): return Discrete(self.GetNumMotionPrimitives(None))