Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkillerhahaha authored May 29, 2022
1 parent e1d6b24 commit bcea9c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modelbased-rl/Dreamer/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,13 @@ Graphs and GIFs:
tensorboard --logdir ./logdir
```

Vanilla_Dreamer & ED2_Dreamer:
你可以通过修改参数model_num来分别运行原始版本的Dreamer和ED2_Dreamer。

```
python -u dreamer.py --logdir ./logdir/dmc_humanoid_walk/Dreamer --task dmc_humanoid_walk --model_num Dreamer --steps 5100000 --separate_schema Vanilla
```

```
python -u dreamer.py --logdir ./logdir/dmc_humanoid_walk/ED2_Dreamer --task dmc_humanoid_walk --model_num ED2_Dreamer --steps 5100000 --separate_schema ED2
```

0 comments on commit bcea9c6

Please sign in to comment.