godot_rl_agents icon indicating copy to clipboard operation
godot_rl_agents copied to clipboard

Suggestion for docs: Graphing progress with Tensorboard

Open Jetpackjules opened this issue 3 years ago • 1 comments

Hello,

I just have a quick suggestion for the documentation:

Running the command

Tensorboard --logdir=~\ray_results\PPO\editor\ --port=8008

in a terminal while/after the program is training can provide some useful insight that helps with debugging and fine-tuning the model.

For example: image

This site updates whenever the page is reloaded, and works great for trakcing the success of a model. I think this would be a great addition for new people trying to train their models, as it certainly helped me!

Jetpackjules avatar Feb 05 '23 19:02 Jetpackjules

Thanks for this request.

It seems we have it here now: https://github.com/edbeeching/godot_rl_agents/blob/main/docs/TRAINING_STATISTICS.md

Although adding this link to the quick-start guide or one of the advanced tutorials might be useful.

Ivan-267 avatar Nov 29 '23 09:11 Ivan-267