We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9268934 commit 7271b0cCopy full SHA for 7271b0c
rllib/algorithms/algorithm.py
@@ -343,7 +343,7 @@ def from_checkpoint(
343
new="Algorithm.from_checkpoint(path=...)",
344
error=True,
345
)
346
- checkpoint_info = get_checkpoint_info(path)
+ checkpoint_info = get_checkpoint_info(path, filesystem)
347
348
# New API stack -> Use Checkpointable's default implementation.
349
if checkpoint_info["checkpoint_version"] >= version.Version("2.0"):
0 commit comments