rlmeta/core/loop.py [47:53]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                 index: int = 0,
                 index_offset: Optional[int] = None,
                 seed: Optional[int] = None) -> None:
        self._running_phase = running_phase
        self._should_update = should_update
        self._index = index
        self._num_rollouts = num_rollouts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rlmeta/core/loop.py [212:218]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                 index: int = 0,
                 index_offset: Optional[int] = None,
                 seed: Optional[int] = None) -> None:
        self._running_phase = running_phase
        self._should_update = should_update
        self._index = index
        self._num_rollouts = num_rollouts
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



