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 23a5118 commit fd7a7f9Copy full SHA for fd7a7f9
src/aind_behavior_vr_foraging/launcher.py
@@ -84,7 +84,7 @@ async def experiment(launcher: Launcher) -> None:
84
):
85
trainer = CurriculumApp(
86
settings=CurriculumSettings(
87
- input_trainer_state=input_trainer_state_path, data_directory=launcher.session_directory
+ input_trainer_state=input_trainer_state_path.resolve(), data_directory=launcher.session_directory
88
)
89
90
# Run the curriculum
0 commit comments