Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unity-technologies/ml-agents-dots
DOTS compatible version of ML-Agents
https://github.com/unity-technologies/ml-agents-dots
dots ml-agents reinforcement-learning unity
Last synced: 3 months ago
JSON representation
DOTS compatible version of ML-Agents
- Host: GitHub
- URL: https://github.com/unity-technologies/ml-agents-dots
- Owner: Unity-Technologies
- License: other
- Created: 2019-02-11T22:53:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T20:09:31.000Z (over 3 years ago)
- Last Synced: 2024-10-07T09:48:25.029Z (3 months ago)
- Topics: dots, ml-agents, reinforcement-learning, unity
- Language: C#
- Homepage:
- Size: 3.96 MB
- Stars: 18
- Watchers: 17
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ML-Agents DOTS
This repository is a prototype of a DOTS compatible version of the [ML-Agents](https://github.com/Unity-Technologies/ml-agents/tree/python-packages_0.25.0). It uses the [Data Oriented Tech Stack (DOTS)](https://unity.com/dots) of Unity.
Note that not all features of ML-Agents are supported. For example, it is not possible to use imitation learning or cooperative/adversarial behaviors yet. The API of the DOTS version is different from the ML-Agents API in the Editor, it is the responsibility of the user to update the observations of the Agents since there are no implementation of sensors.
For more information about the API please see the [Documentation](./Documentation~/README.md).[Documentation](./Documentation~/README.md)