Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)