Closed LucaVendruscolo closed 6 months ago
Hi @LucaVendruscolo, can you try this branch? https://github.com/Eclectic-Sheep/sheeprl/tree/fix/timer_metrics
Thanks
Thank you so much👍
Hi @LucaVendruscolo, can you share more details about your experiment? For me it's super strange that Dreamer-V3 has a training time of 0s in any form...
cc @michele-milesi maybe we're missing somenthing else?
I think that the reason it returned 0 is because the model was not trained in between two logging stages (if I remember correctly, @LucaVendruscolo has modified the code to run the train()
at every episode end).
So I think we can just skip logging the metric.
This is a case in which the training is executed the first time. The metric contains the correct value, the second time the compute()
method is called, the training was not performed, so the metric returns 0.
OK it makes sense! Thank you
I got this error after the program had been running for about 100,000 steps: