Skip to content

Commit fc9a5d0

Browse files
committed
Log incoming beam to CSV
1 parent bd21f9c commit fc9a5d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/eval/study.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,7 @@ def evaluate_challenge(self) -> None:
784784
"final_mae": final_mae,
785785
"steps_to_convergence": steps_to_convergence,
786786
"sum_of_normalized_magnet_changes": sum_of_normalized_magnet_changes,
787+
"incoming_beam": [episode.incoming_beam for episode in self.episodes],
787788
}
788789
)
789790
# Validate steps to convergence (should be max steps if final MAE is not less

0 commit comments

Comments
 (0)