fix bug - make rollout more consistent

This commit is contained in:
Yizhou Chi 2024-08-30 20:35:17 +08:00
parent 32759f031c
commit ae6a195750
7 changed files with 50 additions and 10 deletions

32
expo/README.md Normal file
View file

@ -0,0 +1,32 @@
# Expo
## Instruction
- 下载数据集https://deepwisdom.feishu.cn/drive/folder/RVyofv9cvlvtxKdddt2cyn3BnTc?from=from_copylink
## Examples
### Run Base DI
`python run_experiment.py --exp_mode base --task titanic`
### Run DI RandExp
- Single insight
`python run_experiment.py --exp_mode aug --task titanic --aug_mode single`
- Set insight
`python run_experiment.py --exp_mode aug --task titanic --aug_mode set`
### Run DI MCTS
`python run_experiment.py --exp_mode mcts --task titanic --rollout 5`
`python run_experiment.py --exp_mode mcts --task househouse_prices --rollout 5 --low_is_better`