mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 20:32:38 +02:00
| .. | ||
| evaluation | ||
| experimenter | ||
| insights | ||
| results | ||
| data.yaml | ||
| dataset.py | ||
| datasets.yaml | ||
| MCTS.py | ||
| README.md | ||
| research_assistant.py | ||
| run_exp_augmentation.py | ||
| run_experiment.py | ||
| run_mcts.py | ||
| utils.py | ||
Expo
Instruction
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
If the dataset has reg metric, remember to use --low_is_better
python run_experiment.py --exp_mode mcts --task househouse_prices --rollout 5 --low_is_better