Skip to content

Commit

Permalink
Updated figure caption
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif1093 committed Mar 12, 2020
1 parent 1d5ebdd commit 5392622
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ python -m digideep.main --params digideep.params.atari_ppo
python -m digideep.main --params digideep.params.atari_ppo --tensorboard
```

* Change a parameter in parameter file from comman-line:
* Change a parameter in parameter file from command-line:

```bash
# Starting PPO training on 'DMCBenchCheetahRun-v0', instead.
python -m digideep.main --params digideep.params.mujoco_ppo --cpanel '{"model_name":"DMCBenchCheetahRun-v0"}'
```

> Any parameter specified in the `cpanel` section in the parameter file can be altered through command-line.
* Playing a trained policy from a checkpoint. Example:

```bash
Expand All @@ -60,7 +62,7 @@ See [usage notes](https://digideep.readthedocs.io/en/latest/notes/02%20Usage.htm

### Sample Results

Sample results of running SAC on the toy environment Pendulum-v0:
Sample results of running `SAC` on the toy environment `Pendulum-v0`:

```bash
python -m digideep.main --params digideep.params.sac_params --tensorboard
Expand Down

0 comments on commit 5392622

Please sign in to comment.