MPI refer to workers as ranks, not threads. (#833)

This commit is contained in:
Yu Feng
2019-04-01 15:38:45 -07:00
committed by pzhokhov
parent c02b575f01
commit 58541db226

View File

@@ -12,13 +12,13 @@ Download the expert data into `./data`, [download link](https://drive.google.com
### Step 2: Run GAIL
Run with single thread:
Run with single rank:
```bash
python -m baselines.gail.run_mujoco
```
Run with multiple threads:
Run with multiple ranks:
```bash
mpirun -np 16 python -m baselines.gail.run_mujoco