[go: nahoru, domu]

Skip to content

Commit

Permalink
Update commands in PPO example scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
seungjaeryanlee committed May 13, 2019
1 parent 6fae00f commit 4fb5a79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tf_agents/agents/ppo/examples/v1/train_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
```bash
tensorboard --logdir ~/tmp/ppo --port 2223 &
tf_agents/agents/ppo/examples/v1/train_eval.py -- \
--root_dir=~/tmp/ppo --logtostderr
python tf_agents/agents/ppo/examples/v1/train_eval.py \
--root_dir=~/tmp/ppo \
--logtostderr
```
"""

Expand Down
5 changes: 3 additions & 2 deletions tf_agents/agents/ppo/examples/v2/train_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
```bash
tensorboard --logdir ~/tmp/ppo --port 2223 &
tf_agents/agents/ppo/examples/train_eval.py -- \
--root_dir=~/tmp/ppo --logtostderr
python tf_agents/agents/ppo/examples/v2/train_eval.py \
--root_dir=~/tmp/ppo \
--logtostderr
```
"""

Expand Down

0 comments on commit 4fb5a79

Please sign in to comment.