-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77ae2e1
commit a9acfcd
Showing
2 changed files
with
18 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,25 +83,21 @@ If the tests pass, your environment is ready! | |
> Check out our [Contributing Guide](CONTRIBUTING.md) to learn how you can plugin your agent to improve Computer Agent Arena! | ||
### Test Customized Agents | ||
Once you have implemented your agent, you can test it by running: | ||
Once you have implemented your agent, you can add it to the test suite by adding a new test function in `test/test_agents.py`. | ||
```bash | ||
# Activate the virtual environment | ||
source .env | ||
|
||
# Run the tests | ||
python test/test_agents.py --agent [your_agent_name] | ||
# Run the tests and pass | ||
python test/test_agents.py | ||
``` | ||
|
||
After testing, submit a pull request (PR) with your implementation. Refer to the [Contributing Guide](CONTRIBUTING.md) for detailed instructions. | ||
|
||
Once your PR is submitted, email us at [[email protected]](mailto:[email protected]) for further details. | ||
Once your PR is submitted, email us at [here](mailto:[email protected]) for further details. | ||
|
||
We really appreciate any contributions to improve Computer Agent Arena! If there are any questions, feel free to open an issue or contact us via [email](mailto:[email protected]). | ||
|
||
## 📚 Documentation | ||
|
||
For detailed information about the platform and APIs, refer to the official [Documentation](https://xlang-ai.github.io/computer-agent-arena). | ||
|
||
## 📄 Citation | ||
|
||
If you find this project useful, please consider citing our project: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters