Skip to content

Commit 2f96929

Browse files
authored
Update README.md
1 parent e98c7d0 commit 2f96929

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Finally, run
4545
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
4646
```
4747

48+
For default choices of `beta`, please checkout Appendix E in the paper.
49+
4850
# Citation
4951
If you find our project helpful, please consider citing
5052

0 commit comments

Comments
 (0)