Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

[BB3] Fix for R2C2 Model #4786

Merged
merged 3 commits into from
Sep 14, 2022
Merged

[BB3] Fix for R2C2 Model #4786

merged 3 commits into from
Sep 14, 2022

Conversation

klshuster
Copy link
Contributor

Patch description
Addressing issue #4785

Testing steps
Tested with command in #4785 , confirmed it worked

@klshuster
Copy link
Contributor Author

note: still need to fix something with memories on the r2c2 agent, will ping when this is resolved

@klshuster
Copy link
Contributor Author

should be good now

self.dictionary = agent.dictionary
else:
# R2C2
self.dictionary = agent.dict
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question: does it make more sense to replace them all in R2C2?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While that would make this cleaner, I'd rather just handle it here for now; the R2C2 models all subclass from TGA at some capacity which I think is where we're setting self.dict anyway (and don't want to bubble all the way down to that...)

@klshuster klshuster merged commit 568d19f into main Sep 14, 2022
@klshuster klshuster deleted the fix_for_r2c2_bb3 branch September 14, 2022 18:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants