Skip to content

Commit

Permalink
fix more xml doc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurimas Petrovas committed Sep 11, 2024
1 parent a1e3bc9 commit 5a7535e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions com.unity.ml-agents.extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# Changelog
This changelog isn't used; please add to the `com.unity.ml-agents` changelog instead.

## [Unreleased]
## [0.6.1-preview] - 2022-11-21
* Initial version
2 changes: 1 addition & 1 deletion com.unity.ml-agents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -953,4 +953,4 @@ vector observations to be used simultaneously. (#3981) Thank you @shakenes !

### This is the first release of _Unity Package ML-Agents_.

_Short description of this release_
- Initial release.
2 changes: 1 addition & 1 deletion com.unity.ml-agents/Runtime/Agent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ internal struct AgentParameters
/// To use a step limit when training while allowing agents to run without resetting
/// outside of training, you can set the max step to 0 in <see cref="Initialize"/>
/// if the <see cref="Academy"/> is not connected to an external process.
/// <para>
/// </para>
/// <code>
/// using Unity.MLAgents;
///
Expand Down

0 comments on commit 5a7535e

Please sign in to comment.