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

allow evaluated_rewards shorter than points_to_evaluate #522

Merged
merged 3 commits into from
Apr 23, 2022
Merged

Conversation

sonichi
Copy link
Collaborator

@sonichi sonichi commented Apr 22, 2022

@@ -852,6 +878,14 @@ def _valid(
return False
return True

@property
def results(self) -> List[Dict]:
"""A list of dicts of results for each evaluated configuration.
Copy link
Collaborator

Choose a reason for hiding this comment

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

add in docstr "including the ones provided via `evaluated_reward'"?

@sonichi sonichi merged commit a1c49ca into main Apr 23, 2022
@sonichi sonichi deleted the issue514 branch April 23, 2022 23:22
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

Successfully merging this pull request may close these issues.

None yet

2 participants