mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-04 13:22:39 +02:00
fix bug - make rollout more consistent
This commit is contained in:
parent
32759f031c
commit
ae6a195750
7 changed files with 50 additions and 10 deletions
32
expo/README.md
Normal file
32
expo/README.md
Normal 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`
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue