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

More explicit warning #98

Merged
merged 11 commits into from
Jan 4, 2023
Merged

More explicit warning #98

merged 11 commits into from
Jan 4, 2023

Conversation

jkterry1
Copy link
Contributor

@jkterry1 jkterry1 commented Jan 3, 2023

(Peter please see my email)

"support for installation via pip, and numerous other large quality of life improvements. \nWe "
"encourage researchers to switch to this maintained version for all purposes other than comparing "
"to results run on this version of the environments. \n")
input("Please read the raised warning, then press Enter to continue...\n")
Copy link
Contributor

Choose a reason for hiding this comment

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

this would trigger (request user to press Enter) every single time you run the code though, right? I agree with everything except for this

Copy link
Contributor

Choose a reason for hiding this comment

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

this would trigger (request user to press Enter) every single time you run the code though, right? I agree with everything except for this

The issue that led to this was that other writes to stdout drowns out this warning. Alternatively, we could use sleep().

What are your thoughts?

Copy link
Contributor

Choose a reason for hiding this comment

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

Could also use environment variables instead/as well as pressing Enter.

Copy link
Contributor

Choose a reason for hiding this comment

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

^ Added this

Copy link
Contributor

Choose a reason for hiding this comment

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

ok I can live with that!

@pzhokhov pzhokhov merged commit 83ba4d1 into openai:master Jan 4, 2023
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.

3 participants