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

Multiple quality of life improvements #20

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

Multiple quality of life improvements #20

wants to merge 32 commits into from

Conversation

vadim0x60
Copy link
Owner

When I see a stacktrace in my logs I think that something went wrong and try to debug it. In this case, this is an expected scenario

@vadim0x60 vadim0x60 changed the title Removed spooky stacktrace Removed spooky stacktrace, updated programlib Mar 8, 2024
@vadim0x60 vadim0x60 changed the title Removed spooky stacktrace, updated programlib Removed spooky stacktrace, updated programlib, added Gymnasium support Mar 25, 2024
@vadim0x60
Copy link
Owner Author

I added an Evaluation to work with Gymnasium

@vadim0x60 vadim0x60 changed the title Removed spooky stacktrace, updated programlib, added Gymnasium support Multiple quality of life improvements Mar 29, 2024
@@ -10,7 +10,7 @@ class Evaluation(ABC):
Produces a binary pass/fail result, a float score, and a text report
"""

def __init__(self, SUT: Program, passing_score: float = 1.):
def __init__(self, SUT, passing_score: float = 1.):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Isn't SUT of type Program?

SUT is an abbreviation and it's nice to have some explanation and typing hints

Copy link
Collaborator

@Anastasiia-Grishina Anastasiia-Grishina left a comment

Choose a reason for hiding this comment

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

Minor: please, add some notes on SUT and typing.

Otherwise, I'm approving code for RL Gymnasium environment. Note that we do not use Gymnasium in the original SEIDR paper.

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.

2 participants