mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-29 10:56:22 +02:00
1. 暂时在expo文件夹里单独放一个requirements.txt
2. Dummy CustomExperimenter
This commit is contained in:
parent
a1668a1d9d
commit
6aafe680c1
4 changed files with 42 additions and 30 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue