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 bd21f9c commit fc9a5d0Copy full SHA for fc9a5d0
src/eval/study.py
@@ -784,6 +784,7 @@ def evaluate_challenge(self) -> None:
784
"final_mae": final_mae,
785
"steps_to_convergence": steps_to_convergence,
786
"sum_of_normalized_magnet_changes": sum_of_normalized_magnet_changes,
787
+ "incoming_beam": [episode.incoming_beam for episode in self.episodes],
788
}
789
)
790
# Validate steps to convergence (should be max steps if final MAE is not less
0 commit comments