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.
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.