November 2018
Beginner
246 pages
5h 23m
English
The fastest way to install Python and TensorFlow in Windows is by using the Anaconda distribution (https://www.anaconda.com/).
conda create -n ml-agents python=3.6
With this command, we create an Anaconda environment for the ML-Agents Toolkit. We call this new environment ml-agents and we will use Python 3.6.
Read now
Unlock full access