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

Fix Completion metric #1748

Closed
1 task done
Gamenot opened this issue Nov 25, 2022 · 1 comment · Fixed by #1753
Closed
1 task done

Fix Completion metric #1748

Gamenot opened this issue Nov 25, 2022 · 1 comment · Fixed by #1753

Comments

@Gamenot
Copy link
Collaborator

Gamenot commented Nov 25, 2022

  • Base completion on successfully reaching goal of scenario.
@Adaickalavan
Copy link
Member

In PR #1753 , the completion metric is now computed as the proportion of successfully completed scenarios (i.e., goal_achieved / number_of_episodes).

def _completion(counts: Counts) -> float:
return counts.goals / counts.episodes

@Adaickalavan Adaickalavan linked a pull request Nov 28, 2022 that will close this issue
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 a pull request may close this issue.

2 participants