-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Misc doc fixes #4483
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
Misc doc fixes #4483
Conversation
| - exclude: | ||
| uidRegex: ^Unity.MLAgents\.Tests\.Communicator$ | ||
| type: Namespace | ||
| - exclude: |
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.
These were showing up in the API docs
| } | ||
|
|
||
| /// <inheritdoc cref="IEnumerable{T}.GetEnumerator"/> | ||
| /// <inheritdoc/> |
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.
Got some warnings from the verbose doc generation about these.
| /// Returns a read-only view of the observations that were generated in | ||
| /// <see cref="CollectObservations(VectorSensor)"/>. This is mainly useful inside of a | ||
| /// <see cref="Heuristic(float[], int[])"/> method to avoid recomputing the observations. | ||
| /// <see cref="Heuristic(in ActionBuffers)"/> method to avoid recomputing the observations. |
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.
bad crefs
Co-authored-by: Vincent-Pierre BERGES <vincentpierre@unity3d.com>
Proposed change(s)
Misc doc fixes
Types of change(s)
Checklist