mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-04-10 06:08:31 +08:00
Update hands-on.mdx
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user