Currently there is no quick way to inspect a saved checkpoint without writing custom code. A dedicated script scripts/inspect_checkpoint.py would allow users to:
- Load and display model architecture
-
- Print hyperparameter config
-
-
- Show training metadata (episode count, epsilon, etc.)
-
-
-
- Verify the checkpoint is valid before running full evaluation
This is a common need when experimenting with multiple checkpoints.
Currently there is no quick way to inspect a saved checkpoint without writing custom code. A dedicated script
scripts/inspect_checkpoint.pywould allow users to:This is a common need when experimenting with multiple checkpoints.