andreped / super-ml-pets

🐢 AI for Super Auto Pets
MIT License
31 stars 13 forks source link

Model history is not linked to model #29

Closed andreped closed 2 years ago

andreped commented 2 years ago

Currently, when training, the training log will be stored in a specific place ./history/sb3_log/.

With how the logging works, if all models are linked to the same file, it will either 1) overwrite it or 2) append to it. It would be better if the history of different models are saved into independent files.

andreped commented 2 years ago

Fixed in e71431a9b7f9bfa580cef3091704a0949563d468.

The training history will be saved with file name structure: history_{model_name}, such that it is possible to link these two.