Unity

From Robin

(Difference between revisions)
Jump to: navigation, search
(Download and install Unity)
(Installing Unity ML-Agents)
Line 7: Line 7:
=== Installing Unity ML-Agents ===
=== Installing Unity ML-Agents ===
-
In the Unity editor, go to ''window->package manager''. Inside the package manager search for ML agents in the Unity Registry. Install the most recent ML Agents package. ML-Agents examples can be downloaded from the ML-Agents Github: [https://github.com/Unity-Technologies/ml-agents/blob/main/docs/Installation.md website]  
+
In the Unity editor, go to ''window->package manager''. Inside the package manager search for ML agents in the Unity Registry. Install the most recent ML Agents package. ML-Agents examples can be downloaded from the [https://github.com/Unity-Technologies/ml-agents/blob/main/docs/Installation.md ML-Agents Github]
=== Setting up the Python API ===
=== Setting up the Python API ===

Revision as of 15:26, 27 October 2022

Contents

Installation

Download and install Unity

Official Unity Website

Installing Unity ML-Agents

In the Unity editor, go to window->package manager. Inside the package manager search for ML agents in the Unity Registry. Install the most recent ML Agents package. ML-Agents examples can be downloaded from the ML-Agents Github

Setting up the Python API

pip install mlagents


Using Unity ML-Agents

Running ML-Agents through the Python API

Python API

Python API Documentation

Documentation

Unity ML-Agents Github Page Unity Documentation


Notes on deterministic behavior

David's tips on getting deterministic timing

Personal tools
Front page