-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possible bugs in get_state_changes
#12
Comments
Hi @Ji4chenLi Thanks for catching this! This is definitely a bug that we have somehow missed. I believe it should not affect any of the results in the TEACh paper as we do not actually use agents' positions or any other info in evaluation (we only use object states). Currently I am thinking of leaving this bug as is to minimize potential disruptions to the ongoing public benchmark phase of the SimBot challenge. We will update the codebase with a fix after the challenge is over (ie sometime in May). In the meantime, if you are interested in creating a new task whose evaluation requires agent info, you will need to fix it locally. Thanks! |
Hi @aishwaryap, Thank you so much for your timely reply! This plan makes sense to me. Currently I am working on accessing the Thanks, |
Hi @Ji4chenLi If you do need the output of Best, |
Hi @aishwaryap,
Thank you for releasing the dataset. It seems that there is a bug in the
get_state_changes
function:teach/src/teach/utils.py
Line 92 in 5554f02
I believe it should be
agent_final = final_state["agents"][idx]
instead. As a result, the state differences of the agents areempty
in allteach-dataset/images/$SPLIT/$REPLAYED_CODE/statediff.*.json
files.Thanks,
Jiachen
The text was updated successfully, but these errors were encountered: