|
|
vor 1 Jahr | |
|---|---|---|
| .. | ||
| README.md | vor 1 Jahr | |
| __init__.py | vor 1 Jahr | |
| browsing_agent.py | vor 1 Jahr | |
| prompt.py | vor 1 Jahr | |
| response_parser.py | vor 1 Jahr | |
| utils.py | vor 1 Jahr | |
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 gpt-4o-2024-05-13