How to install Unity ML Agents Beta 0.14.1

Описание к видео How to install Unity ML Agents Beta 0.14.1

#unity #mlagents #artificialintelligence #machinelearning #gamedev

0:00 - Installation
4:40 - Create Unity Project
6:50 - Setup Anaconda Environment
13:02 - Install Barracuda in Unity
14:08 - Install ML Agents in Unity
16:10 - Training

This video is showing you how to install Unity ML Agent Beta 0.14.1.

1. Download and install Anaconda:
https://www.anaconda.com/distribution/

2. Download and install Unity Hub:
https://unity3d.com/get-unity/download

3. Download ML Agents 0.14.1:
https://github.com/Unity-Technologies...

4. Install dependencies as shown here (Advanced: Installing for Development):
https://github.com/Unity-Technologies...

5. Test example as shown here:
https://github.com/Unity-Technologies...
mlagents-learn config/trainer_config.yaml --run-id=firstRun --train

Cheat-sheet as promissed:
conda create -n mlagents0.14.1 python=3.7

cd ml-agents-envs
pip install -e .
cd ..
cd ml-agents
pip install -e .
cd ..

mlagents-learn config/trainer_config.yaml --run-id=firstRun --train

Комментарии

Информация по комментариям в разработке