Skip to content
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

Release/3.0.0 #6153

Merged
merged 37 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
241b919
adding wrench
AlexRibard Aug 28, 2024
c4668ac
correct build path
AlexRibard Aug 28, 2024
205396d
release branch and 6.0 target
AlexRibard Aug 28, 2024
fc6ca44
XmlDoc update
AlexRibard Sep 2, 2024
66d1508
adressing xml docs
AlexRibard Sep 2, 2024
d8e30fa
more docs
AlexRibard Sep 3, 2024
3ce9849
updating the release
AlexRibard Sep 4, 2024
eb3b742
test xmldoc fixes
Sep 10, 2024
f82f8cd
more xml doc fixes
Sep 10, 2024
d67dc94
Uncompress the 3DBall sample
Sep 10, 2024
d93a5fc
Fix API documentation
Sep 10, 2024
3008e79
more xml doc fixes
Sep 11, 2024
2ee26c1
Revert "Uncompress the 3DBall sample"
Sep 11, 2024
401418f
reformat MaxStep xml
Sep 11, 2024
a1e3bc9
more xml doc fixes
Sep 11, 2024
5a7535e
fix more xml doc issues
Sep 11, 2024
430a1b2
fix summary tag
Sep 11, 2024
8fd8460
Updated changelog for missing PRs.
miguelalonsojr Sep 12, 2024
799f8f0
Removed tabs from .tests.json.
miguelalonsojr Sep 12, 2024
47da469
Updated changelog.
miguelalonsojr Sep 12, 2024
b658a48
Removed tabs from CHANGELOG.
miguelalonsojr Sep 12, 2024
038e99b
Fix failing ci post upgrade (#6141) (#6145)
miguelalonsojr Sep 12, 2024
f74208d
Removing standalone tests dep from wrench packaging.
miguelalonsojr Sep 12, 2024
2fa290c
Fixed package works issues. Updated com.unity.ml-agents.md.
miguelalonsojr Sep 12, 2024
2ab6c24
Updated com.unity.ml-agents.md.
miguelalonsojr Sep 12, 2024
1612e55
Updated package version in Academy.cs
miguelalonsojr Sep 12, 2024
0d3c10d
Adding back in package pack deps.
miguelalonsojr Sep 12, 2024
d374fa1
Updated package pack testing deps..
miguelalonsojr Sep 14, 2024
1a0e031
Regenerated wrench ymls.
miguelalonsojr Sep 14, 2024
9ecb3bd
License update.
miguelalonsojr Sep 24, 2024
67c7a27
Extensions License update.
miguelalonsojr Sep 24, 2024
900555d
Another license tweak.
miguelalonsojr Sep 24, 2024
d9ea8f2
Another license tweak.
miguelalonsojr Sep 25, 2024
0874236
Upgraded to sentis 2.1.0.
miguelalonsojr Sep 27, 2024
54db12e
Merge branch 'develop' into release/3.0.0
miguelalonsojr Sep 30, 2024
86814f4
Updated standalone yamato build test to using new ml-agents ubuntu ci…
miguelalonsojr Oct 3, 2024
9ac55b2
Merge branch 'release/3.0.0' of github.com:Unity-Technologies/ml-agen…
miguelalonsojr Oct 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix more xml doc issues
  • Loading branch information
Aurimas Petrovas committed Sep 11, 2024
commit 5a7535e81ad11f076a4cbd0765346039e2345aa0
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