MPI refer to workers as ranks, not threads. (#833)
This commit is contained in:
@@ -12,13 +12,13 @@ Download the expert data into `./data`, [download link](https://drive.google.com
|
|||||||
|
|
||||||
### Step 2: Run GAIL
|
### Step 2: Run GAIL
|
||||||
|
|
||||||
Run with single thread:
|
Run with single rank:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python -m baselines.gail.run_mujoco
|
python -m baselines.gail.run_mujoco
|
||||||
```
|
```
|
||||||
|
|
||||||
Run with multiple threads:
|
Run with multiple ranks:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mpirun -np 16 python -m baselines.gail.run_mujoco
|
mpirun -np 16 python -m baselines.gail.run_mujoco
|
||||||
|
Reference in New Issue
Block a user