Making custom plots #103
-
Hello again, I wanted to make my own custom plots of the various losses I have and the returns values. The losses I can figure out, but how do you handle printing the returns in the trainer console? because if I could grab that I could simply save it in a numpy array and use that for plotting after training. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, If you are using wandb, they have a python API that enables you to retrieve everything from there. Otherwise, the stats are retrieved in the code here (there is no API in |
Beta Was this translation helpful? Give feedback.
The losses are also in wandb? Because when I look at the charts I don't see them plotted? EDIT: Oh nevermind it should be there. I see when I exit my trainer it shows all the stats that are being logged.