About dexart benchmark
seagul1 opened this issue · 2 comments
seagul1 commented
Hello!
when I train DP3 under dexart bucket, the result shows the success rate on train env is lower than test env, Is that normal? And i want to know which success rate you use in your paper?
YanjieZe commented
Yes, it is normal. The test env
there means using some test objects not seen in the training environment. This environment is originally provided by the dexart paper. In our paper, we only study the training environment, since in the test environment the results are just generally lower and do not show other new information.
We might consider removing this part in the code in future, if it leads to confusion.
seagul1 commented
Thanks for your prompt reply!