Skip to content
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

NOTE TO SELF: make task names consistent with what's in the paper! #2

Open
DanielTakeshi opened this issue Dec 22, 2020 · 0 comments
Open

Comments

@DanielTakeshi
Copy link
Owner

DanielTakeshi commented Dec 22, 2020

The code internally has some different task names than what we reported in the paper, since we were changing what the paper reports for ease of readability, but changing task names in the code requires a little more care. To be specific:

  • The three "fabric" tasks in the paper have "cloth" instead, e.g., "fabric-flat" in the paper is "cloth-flat" in this code.
  • The "bag-items-1" and "bag-items-2" in the paper are referred to as "bag-items-easy" and "bag-items-hard" in the code.
  • The "block-notarget" task in the paper (see the appendix) is referred to as "insertion-goal" in the code.

Complicating matters is that there are a few places in the code which check by detecting if a task name has 'cloth' in it, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant