@Ross Perry I have some answers to your questions below from dev. I hope this helps!!
- Does resetting my model bring it back to the beginning of the learning stage hence forgetting months of pre-learnt data?
Resetting the model wipes out all trained model weights and policies, then retrains the model based on the past 2 days of data.
- Can I essentially 'save' my models hyperparameters by running an evaluation then applying the best policy after the reset?
Yes, or you can export the model policy and import it again after resetting the model
- Why is the past 2 days of data important?
2 days allows for training on the most recent data. Customizable retrain durations are part of the roadmap to allow more than 2 days data to retrain the model
If an answer is helpful, please click on or upvote which might help other community members reading this thread.