tomvannoord63 / RL

Repository of Reinforcement Learning Projects and Notebooks
0 stars 0 forks source link

StableBaselines3 Tensorboard Implementation #1

Open tomvannoord63 opened 1 year ago

tomvannoord63 commented 1 year ago

Tensorboard needs to be integrated into the project for data and training visualization. This is a core feature of the project.

tomvannoord63 commented 1 year ago

Initial implementation taking place on tboard branch. TensorBoard is working with some hyperparameter tracking implemented. More will be added as the project continues and it becomes clear which are the most valuable.

tomvannoord63 commented 1 year ago

Need to consider a better naming scheme for the tb_logname. Currently each time the training runs the name is just called "run#".