rlmeta/core/loop.py [70:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def running_phase(self) -> Phase:
        return self._running_phase

    @property
    def should_update(self) -> bool:
        return self._should_update

    @property
    def num_rollouts(self) -> int:
        return self._num_rollouts

    @property
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rlmeta/core/loop.py [245:257]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @property
    def running_phase(self) -> Phase:
        return self._running_phase

    @property
    def should_update(self) -> bool:
        return self._should_update

    @property
    def num_rollouts(self) -> int:
        return self._num_rollouts

    @property
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



