docs: enhance AWS section in README.md for clarity and efficiency
- Updated the AWS support section to emphasize the benefits of using cloud services for parallel evaluation, including potential time reductions. - Improved clarity in the username and password information for virtual machines, ensuring security measures are highlighted. - Maintained existing content while enhancing the overall readability and user guidance in the documentation.
This commit is contained in:
@@ -95,7 +95,9 @@ Add the following arguments when initializing `DesktopEnv`:
|
||||
> **Note**: If the experiment is interrupted abnormally (e.g., by interrupting signals), there may be residual docker containers which could affect system performance over time. Please run `docker stop $(docker ps -q) && docker rm $(docker ps -a -q)` to clean up.
|
||||
|
||||
### AWS
|
||||
Using cloud services for parallel evaluation can significantly accelerate evaluation efficiency and can even be used as infrastructure for training. We provide comprehensive AWS support with a Host-Client architecture that enables large-scale parallel evaluation of OSWorld tasks. For detailed setup instructions, see [Public Evaluation Guideline](https://github.com/xlang-ai/OSWorld/blob/main/PUBLIC_EVALUATION_GUIDELINE.md) and [AWS Configuration Guide](https://github.com/xlang-ai/OSWorld/blob/main/desktop_env/providers/aws/AWS_GUIDELINE.md).
|
||||
Using cloud services for parallel evaluation can significantly accelerate evaluation efficiency (can reduce evaluation time to within 1 hour through parallelization!) and can even be used as infrastructure for training.
|
||||
We provide comprehensive AWS support with a Host-Client architecture that enables large-scale parallel evaluation of OSWorld tasks.
|
||||
For detailed setup instructions, see [Public Evaluation Guideline](https://github.com/xlang-ai/OSWorld/blob/main/PUBLIC_EVALUATION_GUIDELINE.md) and [AWS Configuration Guide](https://github.com/xlang-ai/OSWorld/blob/main/desktop_env/providers/aws/AWS_GUIDELINE.md).
|
||||
|
||||
### Others
|
||||
We are working on supporting more 👷. Please hold tight!
|
||||
@@ -207,7 +209,10 @@ Please carefully follow the [Public Evaluation Guideline](https://github.com/xla
|
||||
|
||||
## ❓ FAQ
|
||||
### What is the username and password for the virtual machines?
|
||||
The username and password for the virtual machines are as follows (for provider `vmware`, `virtualbox` and `docker`): we set the account credentials for Ubuntu as `user` / `password`. For cloud service providers like `aws`, to prevent attacks due to weak passwords, we default to `osworld-public-evaluation`. If you make further modifications, remember to set the client_password variable and pass it to DesktopEnv and Agent (if supported) when running experiments. Some features like setting up proxy require the environment to have the client VM password to obtain sudo privileges, and for some OSWorld tasks, the agent needs the password to obtain sudo privileges to complete them.
|
||||
The username and password for the virtual machines are as follows (for provider `vmware`, `virtualbox` and `docker`): we set the account credentials for Ubuntu as `user` / `password`.
|
||||
For cloud service providers like `aws`, to prevent attacks due to weak passwords, we default to `osworld-public-evaluation`.
|
||||
If you make further modifications, remember to set the client_password variable and pass it to DesktopEnv and Agent (if supported) when running experiments.
|
||||
Some features like setting up proxy require the environment to have the client VM password to obtain sudo privileges, and for some OSWorld tasks, the agent needs the password to obtain sudo privileges to complete them.
|
||||
|
||||
### How to setup the account and credentials for Google and Google Drive?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user