def __init__()

in src/open-r1-multimodal/src/open_r1/grpo_rec.py [0:0]


    def __init__(self, image_indices, text_indices, batch_size):
        self.batch_size = batch_size
        self.image_indices = image_indices.copy()
        self.text_indices = text_indices.copy()