kzl / decision-transformer

Official codebase for Decision Transformer: Reinforcement Learning via Sequence Modeling.
MIT License
2.33k stars 440 forks source link

how to print accurate in this code? #63

Open YuZheng23 opened 1 year ago

YuZheng23 commented 1 year ago

Thank you very much for the excellent work you do I successfully ran your code, but I noticed that the output contains these three data: training/train_loss_mean training/train_loss_std training/action_error but not the accuracy data, what should I do if I want to print the accuracy of this code?

yangfan293 commented 1 year ago

Do you know the answer? I am also troubled by this question

SherrySwift commented 1 year ago

troubled by this question, too.