Update hands-on.mdx python version

mlagents now requires Python >=3.10.1, <=3.10.12
This commit is contained in:
Loris Gaven
2023-10-31 14:59:59 +01:00
committed by GitHub
parent df404142ae
commit a76aa005df

View File

@@ -57,10 +57,10 @@ We're constantly trying to improve our tutorials, so **if you find some issues
We advise you to use [conda](https://docs.conda.io/en/latest/) as a package manager and create a new environment.
With conda, we create a new environment called rl with **Python 3.9**:
With conda, we create a new environment called rl with **Python 3.10.12**:
```bash
conda create --name rl python=3.9
conda create --name rl python=3.10.12
conda activate rl
```