Skip to content

Commit a433cc9

Browse files
Daraanykdojo
authored andcommitted
[RLlib] Broken restore from remote - Add missing FileSystem argument (ray-project#58324)
Signed-off-by: YK <1811651+ykdojo@users.noreply.github.com>
1 parent cba793b commit a433cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rllib/algorithms/algorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def from_checkpoint(
343343
new="Algorithm.from_checkpoint(path=...)",
344344
error=True,
345345
)
346-
checkpoint_info = get_checkpoint_info(path)
346+
checkpoint_info = get_checkpoint_info(path, filesystem)
347347

348348
# New API stack -> Use Checkpointable's default implementation.
349349
if checkpoint_info["checkpoint_version"] >= version.Version("2.0"):

0 commit comments

Comments
 (0)