def draw_fat_segment()

in gym_pusht/envs/pymunk_override.py [0:0]


    def draw_fat_segment(
        self,
        a: Tuple[float, float],
        b: Tuple[float, float],
        radius: float,
        outline_color: SpaceDebugColor,
        fill_color: SpaceDebugColor,