-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Switch Python indentation from 2 spaces to 4 spaces. #726
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
Conversation
Merged build finished. Test PASSed. |
Test PASSed. |
"""Initialize an RLLib algorithm. | ||
|
||
Args: | ||
env_name (str): The name of the OpenAI gym environment to use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 space indentation here
"""Runs one logical iteration of training. | ||
|
||
Returns: | ||
A TrainingResult that describes training progress. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 space here
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
Merged build finished. Test PASSed. |
Test PASSed. |
This should address #610.
TODO: