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 bcea9c6 commit 1a216c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelbased-rl/Dreamer/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tensorboard --logdir ./logdir
```

Vanilla_Dreamer & ED2_Dreamer:
你可以通过修改参数model_num来分别运行原始版本的Dreamer和ED2_Dreamer。
We have seperate the corresponding part such as 'model' and 'algorithm' from the whole project so that you can modify the hyperparameters 'model_num' to run the vanilla dreamer and ED2 dreamer version independently.

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

0 comments on commit 1a216c4

Please sign in to comment.