Update hands-on.mdx

This commit is contained in:
Thomas Simonini
2023-02-02 11:49:13 +01:00
committed by GitHub
parent d4bdbe0797
commit a092c80332

View File

@@ -61,10 +61,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 conda, we create a new environment called rl with **Python 3.9**:
```bash
conda create --name rl python=3.8
conda create --name rl python=3.9
conda activate rl
```
@@ -97,6 +97,7 @@ Windows: Download [this executable](https://drive.google.com/file/d/1sqFxbEdTMub
Linux (Ubuntu): Download [this executable](https://drive.google.com/file/d/1KuqBKYiXiIcU4kNMqEzhgypuFP5_45CL/view?usp=sharing)
Mac: Download [this executable](https://drive.google.com/drive/folders/1h7YB0qwjoxxghApQdEUQmk95ZwIDxrPG?usp=share_link)
⚠ For Mac you need also to call this `xattr -cr training-envs-executables/SoccerTwos/SoccerTwos.app` to be able to run SoccerTwos
## Step 1: Understand the environment