Skip to content

Commit

Permalink
set episode to 0
Browse files Browse the repository at this point in the history
Mentioned in
#512 (comment)
  • Loading branch information
maurerle committed Dec 10, 2024
1 parent 06eabbf commit 14713b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assume/scenario/loader_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def load_scenario_folder(
study_case: str,
perform_evaluation: bool = False,
terminate_learning: bool = False,
episode: int = 1,
episode: int = 0,
eval_episode: int = 1,
):
"""
Expand Down

0 comments on commit 14713b3

Please sign in to comment.