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

Added answer an ideal to gradeable environments #762

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

whitead
Copy link
Collaborator

@whitead whitead commented Dec 11, 2024

Actually expose answer/ideal in Frame

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. enhancement New feature or request labels Dec 11, 2024
@whitead whitead merged commit a630d92 into main Dec 11, 2024
5 checks passed
@whitead whitead deleted the visible-answer branch December 11, 2024 23:03
@@ -86,6 +86,8 @@ def __init__(
)
self._evaluation_callback = evaluation_callback
self._rewards = rewards
self.answer = ""
Copy link
Collaborator

Choose a reason for hiding this comment

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

Fwiw this is now in some way duplicated across both the evaluation_from_answer: Callable passed in, and these new instance attributes.

We should attempt to fix this duplication when fixing #761

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants