Skip to content

Commit

Permalink
Merge pull request #196 from ollmer/patch-1
Browse files Browse the repository at this point in the history
Update README.md, fix typo
  • Loading branch information
recursix authored Jan 8, 2025
2 parents 73baabe + be86076 commit 6d2b1ea
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 6d2b1ea

Please sign in to comment.