-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Doc changes for making Academy non-virtual #3195
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
Doc changes for making Academy non-virtual #3195
Conversation
|
||
See [Academy](Learning-Environment-Design-Academy.md) for a complete list of | ||
the Academy properties and their uses. | ||
#### Academy resetting |
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.
Moved this section from docs/Learning-Environment-Design-Academy.md (now defunct)
@@ -139,9 +139,7 @@ organize the Unity scene: | |||
receives and assigning a reward (positive / negative) when appropriate. Each | |||
Agent is linked to a Policy. | |||
- **Academy** - which orchestrates the observation and decision making process. | |||
Within the Academy, several environment-wide parameters such as the rendering |
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.
Old cleanup
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.
👍
Clean up references to subclassing Academy. These docs will need another pass when we convert to singleton, but they're at least accurate for now.