Thank you for your kind response all the time.
If I want to proceed with learning based on the real aloha robot dataset, only the values of joint, action and camera images are saved.
In simulation, we calculate action.nll_loss, guide-pt-left.2d_ce_loss, and guide-pt-right.2d_ce_loss. If I train using only action.nll_loss from the real robot dataset, will I get the same result?
Can I exclude only guide-pt-left.2d_ce_loss and guide-pt-right.2d_ce_loss?
I would be glad if you could also provide an explanation of loss(action.nll_loss, guide-pt-left.2d_ce_loss, and guide-pt-right.2d_ce_loss)
In creating arp.TokenType.make for guide_token_right and guide_token_left, I set is_control=True to prevent them from being calculated in the loss.
I'm training with action.null_loss, but the loss value is negative. Is it okay? what does 'minus' mean?
INFO 2024-11-20 11:13:52 train.py:195 step:0 smpl:8 ep:0 epch:0.00 action.nll_loss:1.480 grdn:52.652 lr:1.0e-05 updt_s:0.845 data_s:0.397
INFO 2024-11-20 11:14:04 train.py:195 step:200 smpl:2K ep:4 epch:0.08 action.nll_loss:0.288 grdn:9.624 lr:1.0e-05 updt_s:0.062 data_s:0.000
INFO 2024-11-20 11:14:16 train.py:195 step:400 smpl:3K ep:8 epch:0.16 action.nll_loss:-0.280 grdn:15.151 lr:1.0e-05 updt_s:0.059 data_s:0.000
INFO 2024-11-20 11:14:28 train.py:195 step:600 smpl:5K ep:12 epch:0.24 action.nll_loss:-0.412 grdn:15.015 lr:1.0e-05 updt_s:0.060 data_s:0.000
Thank you for your kind response all the time.
If I want to proceed with learning based on the real aloha robot dataset, only the values of joint, action and camera images are saved.
In simulation, we calculate action.nll_loss, guide-pt-left.2d_ce_loss, and guide-pt-right.2d_ce_loss. If I train using only action.nll_loss from the real robot dataset, will I get the same result?
Can I exclude only guide-pt-left.2d_ce_loss and guide-pt-right.2d_ce_loss?
I would be glad if you could also provide an explanation of loss(action.nll_loss, guide-pt-left.2d_ce_loss, and guide-pt-right.2d_ce_loss)
In creating arp.TokenType.make for guide_token_right and guide_token_left, I set is_control=True to prevent them from being calculated in the loss.
I'm training with action.null_loss, but the loss value is negative. Is it okay? what does 'minus' mean?
INFO 2024-11-20 11:13:52 train.py:195 step:0 smpl:8 ep:0 epch:0.00 action.nll_loss:1.480 grdn:52.652 lr:1.0e-05 updt_s:0.845 data_s:0.397
INFO 2024-11-20 11:14:04 train.py:195 step:200 smpl:2K ep:4 epch:0.08 action.nll_loss:0.288 grdn:9.624 lr:1.0e-05 updt_s:0.062 data_s:0.000
INFO 2024-11-20 11:14:16 train.py:195 step:400 smpl:3K ep:8 epch:0.16 action.nll_loss:-0.280 grdn:15.151 lr:1.0e-05 updt_s:0.059 data_s:0.000
INFO 2024-11-20 11:14:28 train.py:195 step:600 smpl:5K ep:12 epch:0.24 action.nll_loss:-0.412 grdn:15.015 lr:1.0e-05 updt_s:0.060 data_s:0.000