|
|
1 năm trước cách đây | |
|---|---|---|
| .. | ||
| README.md | 1 năm trước cách đây | |
| __init__.py | 1 năm trước cách đây | |
| browsing_agent.py | 1 năm trước cách đây | |
| prompt.py | 1 năm trước cách đây | |
| response_parser.py | 1 năm trước cách đây | |
| utils.py | 1 năm trước cách đây | |
This folder implements the basic BrowserGym demo agent that enables full-featured web browsing.
Note that for browsing tasks, GPT-4 is usually a requirement to get reasonable results, due to the complexity of the web page structures.
poetry run python ./openhands/core/main.py \
-i 10 \
-t "tell me the usa's president using google search" \
-c BrowsingAgent \
-m claude-3-5-sonnet-20241022