Skip to content

Commit 187597f

Browse files
committed
h
1 parent 83577ef commit 187597f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bridger/go_explore_phase_1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def _get_tasks(total_task_count, new_task_count, current_best_trajectory_length)
430430
)
431431
if hparams.debug:
432432
object_logger.log(
433-
"start_entries-width-{hparams.env_width}.pkl",
433+
f"start_entries-width-{hparams.env_width}.pkl",
434434
OccurrenceLogEntry(batch_idx=total_task_count, object=start_entries),
435435
)
436436

@@ -558,7 +558,7 @@ def _process_results(count: int, final_flush: bool = False):
558558

559559
for success_entry in success_entries:
560560
object_logger.log(
561-
"success_entry-width-{hparams.env_width}.pkl", success_entry
561+
f"success_entry-width-{hparams.env_width}.pkl", success_entry
562562
)
563563

564564
print(

0 commit comments

Comments
 (0)