01 How to install Unity ML Agents in 2024 on Mac OS or Windows

preview_player
Показать описание
In the video, I explained how to install the Unity ML-Agents library on your computer and start working with it.

If you have any questions, ask me them in the comments, or connect to my Discord Server

If you want to get a personal class, find me on Fiver

The code written in this guide is here

You can support me on Patreon

The short plan of installation is:
1. Install Any Python
2. Install PIP
3. Install pipenv
: pip3 install pipenv
4. Create new virtual environment
: pipenv install --python 3.9
5. Come into it
:pipenv shell
6. Install ML-Agents
:pip3 install mlagents
7. Install pytorch
:pip3 install torch==1.11.0
8. Downgrade protobuf
:pip3 install protobuf==3.20
9. Launch training, or just check that it works
Рекомендации по теме
Комментарии
Автор

In case of any questions or issues, just write here, I will help you to deal with them!

ArtiFish-RL