mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-05 03:28:05 +08:00
Update hands-on.mdx python version
mlagents now requires Python >=3.10.1, <=3.10.12
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user