-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
[rllib] annotate public vs developer vs private APIs #3808
Conversation
Test PASSed. |
Test PASSed. |
Test PASSed. |
What do these changes do?
First cut at annotating public and dev APIs. Also, do some renaming before things are marked as public: move AsyncVectorEnv => BaseEnv; move batch builder classes to their own file.
Related issue number
Closes #3757