add custom experimenter

This commit is contained in:
Yizhou Chi 2024-09-02 20:00:46 +08:00
parent ab8be7a183
commit a1668a1d9d
6 changed files with 62 additions and 7 deletions

View file

@ -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