Restore without a checkpoint

I’m training an agent using rllib. The first training run yielded the best results of several training runs, but I accidentally overwrote the final checkpoint. Is there any way to recover the information in the checkpoint from the other files (e.g. result.json, progress.csv, etc)? Those files did not get overwritten.