You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that fb_offdiag loss is continuously increasing during the training, though the total loss of fb is decreasing.
It's that means the training is focus on fb_diag?
Could you provide some hints about how fb_offdiag affects the final performance?
Hi, may I ask a question about pretraining fb_ddpg?
I installed the whole package.
Then, run pretrain.py to train fb_ddpg agent on walker_walk task without goal space.
python pretrain.py agent=fb_ddpg task=walker_walk use_tb=1 use_hiplog=1
The hyperparameters is remained unchanged.
I found that fb_offdiag loss is continuously increasing during the training, though the total loss of fb is decreasing.
It's that means the training is focus on fb_diag?
Could you provide some hints about how fb_offdiag affects the final performance?
Thank you!!