# Unity ML-Agents Trainers
The `mlagents` Python package is part of the
[ML-Agents Toolkit](https://github.com/Unity-Technologies/ml-agents). `mlagents`
provides a set of reinforcement and imitation learning algorithms designed to be
used with Unity environments. The algorithms interface with the Python API
provided by the `mlagents_envs` package. See [here](../docs/Python-LLAPI.md) for
more information on `mlagents_envs`.
The algorithms can be accessed using the: `mlagents-learn` access point. See
[here](../docs/Training-ML-Agents.md) for more information on using this
package.
## Installation
Install the `mlagents` package with:
```sh
python -m pip install mlagents==1.1.0
```
## Usage & More Information
For more information on the ML-Agents Toolkit and how to instrument a Unity
scene with the ML-Agents SDK, check out the main
[ML-Agents Toolkit documentation](../docs/Readme.md).
## Limitations
- Resuming self-play from a checkpoint resets the reported ELO to the default
value.
Raw data
{
"_id": null,
"home_page": "https://github.com/Unity-Technologies/ml-agents",
"name": "mlagents",
"maintainer": null,
"docs_url": null,
"requires_python": "<=3.10.12,>=3.10.1",
"maintainer_email": null,
"keywords": null,
"author": "Unity Technologies",
"author_email": "ML-Agents@unity3d.com",
"download_url": "https://files.pythonhosted.org/packages/4d/3f/85127f526ddf99ac7fc8a148a7ea1313dcf7925f33a88640464d9428d76a/mlagents-1.1.0.tar.gz",
"platform": null,
"description": "# Unity ML-Agents Trainers\n\nThe `mlagents` Python package is part of the\n[ML-Agents Toolkit](https://github.com/Unity-Technologies/ml-agents). `mlagents`\nprovides a set of reinforcement and imitation learning algorithms designed to be\nused with Unity environments. The algorithms interface with the Python API\nprovided by the `mlagents_envs` package. See [here](../docs/Python-LLAPI.md) for\nmore information on `mlagents_envs`.\n\nThe algorithms can be accessed using the: `mlagents-learn` access point. See\n[here](../docs/Training-ML-Agents.md) for more information on using this\npackage.\n\n## Installation\n\nInstall the `mlagents` package with:\n\n```sh\npython -m pip install mlagents==1.1.0\n```\n\n## Usage & More Information\n\nFor more information on the ML-Agents Toolkit and how to instrument a Unity\nscene with the ML-Agents SDK, check out the main\n[ML-Agents Toolkit documentation](../docs/Readme.md).\n\n## Limitations\n\n- Resuming self-play from a checkpoint resets the reported ELO to the default\n value.\n",
"bugtrack_url": null,
"license": null,
"summary": "Unity Machine Learning Agents",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/Unity-Technologies/ml-agents"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "91e8fce4fdea507f2d8008564b0ba46288c40b17fa87e0dfcec381889f289753",
"md5": "9a6be22f224c5d33d98fb4762fd559ba",
"sha256": "0671e40fb4e4da8740d18bbce47d5a5ef1c58a0db9d109846fbe3d98d712b4f4"
},
"downloads": -1,
"filename": "mlagents-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9a6be22f224c5d33d98fb4762fd559ba",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<=3.10.12,>=3.10.1",
"size": 171376,
"upload_time": "2024-10-05T14:22:33",
"upload_time_iso_8601": "2024-10-05T14:22:33.093144Z",
"url": "https://files.pythonhosted.org/packages/91/e8/fce4fdea507f2d8008564b0ba46288c40b17fa87e0dfcec381889f289753/mlagents-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4d3f85127f526ddf99ac7fc8a148a7ea1313dcf7925f33a88640464d9428d76a",
"md5": "6a84659a026db88e70090b9b55de399a",
"sha256": "6b1dbc5bcc448065be68ce6f962c9431d7a35868cfb6ae411856f61261241ca5"
},
"downloads": -1,
"filename": "mlagents-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "6a84659a026db88e70090b9b55de399a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<=3.10.12,>=3.10.1",
"size": 133276,
"upload_time": "2024-10-05T14:22:34",
"upload_time_iso_8601": "2024-10-05T14:22:34.834628Z",
"url": "https://files.pythonhosted.org/packages/4d/3f/85127f526ddf99ac7fc8a148a7ea1313dcf7925f33a88640464d9428d76a/mlagents-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-05 14:22:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Unity-Technologies",
"github_project": "ml-agents",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"test_requirements": [
{
"name": "pytest",
"specs": [
[
">=",
"6.2.5"
]
]
},
{
"name": "pytest-cov",
"specs": [
[
">=",
"2.12.1"
]
]
},
{
"name": "pytest-xdist",
"specs": [
[
">=",
"2.5.0"
]
]
},
{
"name": "filelock",
"specs": [
[
">=",
"3.4.2"
]
]
}
],
"lcname": "mlagents"
}