Skip to content

Commit

Permalink
Update README.md, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ollmer authored Jan 7, 2025
1 parent 73baabe commit be86076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ from agentlab.agents.generic_agent import AGENT_4o_MINI
from agentlab.experiments.study import make_study

study = make_study(
benchmark="miniwob", # or "webarena", "workarnea_l1" ...
benchmark="miniwob", # or "webarena", "workarena_l1" ...
agent_args=[AGENT_4o_MINI],
comment="My first study",
)
Expand Down

0 comments on commit be86076

Please sign in to comment.