-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Conversation
When wizard_first, the len_episode is incorrectly determined, resulting in some data not being used.
Hi @Reveyer! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Hi @Reveyer, thank you for flagging this bug! In the interest of reproducibility, could you please make some minor modifications to the PR:
Thanks again! |
Additionally, it would be great if we could limit this change to |
Add flag `--add-missing-turns` for the previous work that can be rewired, and the ability to add missing data for the training set or the entire set.
I think adding an argument would better achieve what you said. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you! yes, an argument works great here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greatly appreciated
Co-authored-by: Stephen Roller <roller@fb.com>
Patch description
When
wizard_first
is True, thelen_episode
is incorrectly determined, resulting in some data not being used.Testing steps
I tested it using command
Before the change
After the change
Other information