Callback Function:
A callback function can greatly improve results especially when training for a longer period of time. I used a callback function that checked
the mean reward every 1000 steps. Using the code provided on this website,
(
https://stable-baselines3.readthedocs.io/en/master/guide/callbacks.html), I wrote a basic code and worked with AI to modify it for the
intended purpose. Once I gained a more nuanced code, I was able to monitor the training progress throughout and ensure that the model was
improving with each iteration. This allowed me to modify the code and parameters if needed before the training ended to fine-tune a better
model overall.