mirror of
https://github.com/xlang-ai/OSWorld.git
synced 2024-04-29 12:26:03 +03:00
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
|
||||
### 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:
|
||||
|
||||
Set **OPENAI_API_KEY** environment variable with your API key
|
||||
```bash
|
||||
export OPENAI_API_KEY='changme'
|
||||
```
|
||||
|
||||
```bash
|
||||
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