MetaGPT/expo
2024-08-30 20:35:17 +08:00
..
evaluation add expo 2024-08-30 16:26:05 +08:00
experimenter fix bug - make rollout more consistent 2024-08-30 20:35:17 +08:00
insights add experimenter 2024-08-30 19:55:40 +08:00
results add expo 2024-08-30 16:26:05 +08:00
data.yaml 1. change data.yaml to more generalized path 2024-08-30 16:59:38 +08:00
dataset.py fix bug - make rollout more consistent 2024-08-30 20:35:17 +08:00
datasets.yaml add expo 2024-08-30 16:26:05 +08:00
MCTS.py fix bug - make rollout more consistent 2024-08-30 20:35:17 +08:00
README.md fix bug - make rollout more consistent 2024-08-30 20:35:17 +08:00
research_assistant.py add experimenter 2024-08-30 19:55:40 +08:00
run_exp_augmentation.py 1. change data.yaml to more generalized path 2024-08-30 16:59:38 +08:00
run_experiment.py fix bug - make rollout more consistent 2024-08-30 20:35:17 +08:00
run_mcts.py fix bug - make rollout more consistent 2024-08-30 20:35:17 +08:00
utils.py add experimenter 2024-08-30 19:55:40 +08:00

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

python run_experiment.py --exp_mode mcts --task househouse_prices --rollout 5 --low_is_better