1. 暂时在expo文件夹里单独放一个requirements.txt

2. Dummy CustomExperimenter
This commit is contained in:
Yizhou Chi 2024-09-02 20:23:45 +08:00
parent a1668a1d9d
commit 6aafe680c1
4 changed files with 42 additions and 30 deletions

View file

@ -1,10 +1,17 @@
# Expo
## Setup
In the root directory, `pip install -e .`
`cd expo`
`pip install -r requirements.txt`
## Instruction
- 下载数据集https://deepwisdom.feishu.cn/drive/folder/RVyofv9cvlvtxKdddt2cyn3BnTc?from=from_copylink
- 修改`data.yaml``datasets_dir`为数据集合集根目录存储位置
## Examples
@ -29,6 +36,11 @@ ### Run DI MCTS
- `python run_experiment.py --exp_mode mcts --task househouse_prices --rollout 5 --low_is_better`
## Custom Experimenter
## Code and Configs Explanation