We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98c7d0 commit 2f96929Copy full SHA for 2f96929
README.md
@@ -45,6 +45,8 @@ Finally, run
45
TASK="halfcheetah-medium-v2"; seed=0; python3 -u finetune_policy.py --expid ${TASK}-baseline-seed${seed} --env $TASK --seed ${seed} --actor_load_path ./EDA_model_factory/${TASK}-baseline-seed${seed}/behavior_ckpt200.pth --critic_load_path ./EDA_model_factory/${TASK}-baseline-seed${seed}/critic_ckpt150.pth --beta=0.1
46
```
47
48
+For default choices of `beta`, please checkout Appendix E in the paper.
49
+
50
# Citation
51
If you find our project helpful, please consider citing
52
0 commit comments