ml-agents/com.unity.ml-agents
Miguel Alonso Jr 9ee3ff0aee
Convenience Features (#5842)
* Added feature to training area replicator to optionally specify replications in builds only.

* Add ModelCarousel component that cycles through a list of models to show training progress.

* Add usage notes and fix default values

* Added new config feature to distribute checkpointing evenly throughout training.

* Dotnet formatting.

* Updated docs.

* Added tests.

Co-authored-by: Jason Rupert <jason.rupert@unity3d.com>
2022-12-14 13:16:48 -08:00
..
Documentation~ Merged main into develop 2022-12-02 14:47:44 -05:00
Editor Nit to core package, update package manifest, update build provider to address this bug: https://unity.slack.com/archives/C8FECS6L9/p1669646048318809 (#5841) 2022-12-08 12:48:23 -05:00
Plugins pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
Runtime Convenience Features (#5842) 2022-12-14 13:16:48 -08:00
Samples/3DBall pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
Tests Convenience Features (#5842) 2022-12-14 13:16:48 -08:00
.gitignore pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
.npmignore pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
CHANGELOG.md Convenience Features (#5842) 2022-12-14 13:16:48 -08:00
CHANGELOG.md.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
CODEOWNERS pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
CODEOWNERS.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
CONTRIBUTING.md pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
CONTRIBUTING.md.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
Editor.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
LICENSE.md pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
LICENSE.md.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
Plugins.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
README.md pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
README.md.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
Runtime.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
Tests.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
Third Party Notices.md pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
Third Party Notices.md.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
catalog-info.yaml pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
catalog-info.yaml.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
com.unity.ml-agents.sln.DotSettings pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
com.unity.ml-agents.sln.DotSettings.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00
package.json Dev rel20 post (#5827) 2022-11-22 16:40:09 -08:00
package.json.meta pull development changes to `main` branch (#81) 2022-11-18 13:21:12 -08:00

README.md

com.unity.ml-agents

ML-Agents is a Unity package that allows users to use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).

Installation

Please refer to the ML-Agents github repo for installation instructions.

Usage

Please refer to the ML-Agents documentation page for usage guides.