small fix in type + comments
This commit is contained in:
@@ -87,7 +87,7 @@ class AlohaExperienceReplay(AbstractExperienceReplay):
|
||||
batch_size: int = None,
|
||||
*,
|
||||
shuffle: bool = True,
|
||||
root: Path = None,
|
||||
root: Path | None = None,
|
||||
pin_memory: bool = False,
|
||||
prefetch: int = None,
|
||||
sampler: SliceSampler = None,
|
||||
|
||||
Reference in New Issue
Block a user