mbrl/util/replay_buffer.py [233:238]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        transitions: TransitionBatch,
        trajectory_indices: List[Tuple[int, int]],
        batch_size: int,
        sequence_length: int,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mbrl/util/replay_buffer.py [332:337]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(
        self,
        transitions: TransitionBatch,
        trajectory_indices: List[Tuple[int, int]],
        batch_size: int,
        sequence_length: int,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



