mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-18 13:55:17 +02:00
add custom experimenter
This commit is contained in:
parent
ab8be7a183
commit
a1668a1d9d
6 changed files with 62 additions and 7 deletions
|
|
@ -25,8 +25,9 @@ ### Run DI RandExp
|
|||
### 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`
|
||||
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`
|
||||
|
||||
|
||||
## Code and Configs Explanation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue