filmov
tv
How to install Unity ML Agents Release 19 in 2022 and build your own Machine Learning project
Показать описание
#unity #mlagents #ArtificialIntelligence #MachineLearning #ReinforcementLearning #AI #NeuralNetworks #gamedev
In this video, I will show you how to install ML-Agents Release 19 for Unity 2020.3 or later, step by step, to create your own Machine Learning project using Unity and Reinforcement Learning.
0:00 - Introduction
0:20 - Download and Install Anaconda
0:45 - Download ML-Agents Release 19 via GitHub
1:00 - Setup Anaconda Environment
3:05 - Create New Unity Project
4:15 - Install ML-Agents in Unity
5:00 - Import ML-Agents Examples
6:15 - Test ML-Agents with Push Block environment
6:30 - Start Training your own Neural Network
9:20 - Test your Neural Network in Inference Mode
In this video, I will show you how to install Unity ML Agent Release 19 in 5 simple steps:
1. Download and Install Unity Hub and Unity 2020.3 or later (not in the video)
2. Download and Install Anaconda
3. Download ML-Agents Release 19
4. Open an Anaconda Prompt and create a new environment and activate it:
conda create -n mlagents_R19 python=3.8
conda activate mlagents_R19
5. Install ML-Agents in your Anaconda Environment:
pip3 install -e ./ml-agents-envs
pip3 install -e ./ml-agents
6. Start Training using Proximal Policy Optimisation (PPO):
------
ML-Agents Release 19 Installation Guide:
ML-Agents Release 19 Getting Started:
In this video, I will show you how to install ML-Agents Release 19 for Unity 2020.3 or later, step by step, to create your own Machine Learning project using Unity and Reinforcement Learning.
0:00 - Introduction
0:20 - Download and Install Anaconda
0:45 - Download ML-Agents Release 19 via GitHub
1:00 - Setup Anaconda Environment
3:05 - Create New Unity Project
4:15 - Install ML-Agents in Unity
5:00 - Import ML-Agents Examples
6:15 - Test ML-Agents with Push Block environment
6:30 - Start Training your own Neural Network
9:20 - Test your Neural Network in Inference Mode
In this video, I will show you how to install Unity ML Agent Release 19 in 5 simple steps:
1. Download and Install Unity Hub and Unity 2020.3 or later (not in the video)
2. Download and Install Anaconda
3. Download ML-Agents Release 19
4. Open an Anaconda Prompt and create a new environment and activate it:
conda create -n mlagents_R19 python=3.8
conda activate mlagents_R19
5. Install ML-Agents in your Anaconda Environment:
pip3 install -e ./ml-agents-envs
pip3 install -e ./ml-agents
6. Start Training using Proximal Policy Optimisation (PPO):
------
ML-Agents Release 19 Installation Guide:
ML-Agents Release 19 Getting Started:
Комментарии