fixed readme (#26)
This commit is contained in:
committed by
GitHub
parent
e2d6842535
commit
fe19d7e104
@@ -115,6 +115,12 @@ You will see all the logs of the system running normally, including the successf
|
|||||||
## 🧪 Experiments
|
## 🧪 Experiments
|
||||||
### Agent Baselines
|
### Agent Baselines
|
||||||
If you wish to run the baseline agent used in our paper, you can execute the following command as an example under the GPT-4V pure-screenshot setting:
|
If you wish to run the baseline agent used in our paper, you can execute the following command as an example under the GPT-4V pure-screenshot setting:
|
||||||
|
|
||||||
|
Set **OPENAI_API_KEY** environment variable with your API key
|
||||||
|
```bash
|
||||||
|
export OPENAI_API_KEY='changme'
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python run.py --path_to_vm Ubuntu/Ubuntu.vmx --headless --observation_type screenshot --model gpt-4-vision-preview --result_dir ./results
|
python run.py --path_to_vm Ubuntu/Ubuntu.vmx --headless --observation_type screenshot --model gpt-4-vision-preview --result_dir ./results
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user