concepts.benchmark.gridworld.minigrid.gym_minigrid.rendering.fill_coords# fill_coords(img, fn, color)[source]# Fill pixels of an image with coordinates matching a filter function. Parameters: img (ndarray) fn (Callable[[float, float], bool]) color (Tuple[int, int, int])