-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Adding references to the Extensions package to help promote it. (#4967) #4968
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# About ML-Agents package (`com.unity.ml-agents`) | ||
|
||
The Unity ML-Agents package contains the C# SDK for the [Unity ML-Agents | ||
The _ML-Agents_ package contains the primary C# SDK for the [Unity ML-Agents | ||
Toolkit]. | ||
|
||
The package allows you to convert any Unity scene to into a learning environment | ||
|
@@ -26,6 +26,11 @@ instrumenting a Unity scene, setting it up for training, and then embedding the | |
trained model back into your Unity scene. The machine learning algorithms that | ||
orchestrate training are part of the companion [Python package]. | ||
|
||
Note that we also provide an _ML-Agents Extensions_ package | ||
(`com.unity.ml-agents.extensions`) that contains early/experimental features | ||
that you may find useful. This package is only available from the [ML-Agents | ||
GitHub repo]. | ||
|
||
## Package contents | ||
|
||
The following table describes the package folder structure: | ||
|
@@ -124,3 +129,4 @@ Please refer to "Information that is passively collected by Unity" in the | |
[execution order of event functions]: https://docs.unity3d.com/Manual/ExecutionOrder.html | ||
[connect with us]: https://github.com/Unity-Technologies/ml-agents#community-and-feedback | ||
[ml-agents forum]: https://forum.unity.com/forums/ml-agents.453/ | ||
[ML-Agents GitHub repo]: https://github.com/Unity-Technologies/ml-agents/blob/release_12_docs/com.unity.ml-agents.extensions | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should this be Release 13? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @surfnerd Any idea why the pre-commit script missed this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Never mind, this was branched off the release branch before that was merged.
surfnerd marked this conversation as resolved.
Show resolved
Hide resolved
|
Uh oh!
There was an error while loading. Please reload this page.