Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse committed May 15, 2024
1 parent 7e1e571 commit 0d0838d
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 @@ -43,7 +43,7 @@ import gymnasium as gym
import browsergym.core # register the openended task as a gym environment

env = gym.make(
"browsergym/openended", start_url="https://www.google.com/", wait_for_user_message=True
"browsergym/openended", task_kwargs={"start_url": "https://www.google.com/"}, wait_for_user_message=True
)
obs, info = env.reset()
done = False
Expand Down

0 comments on commit 0d0838d

Please sign in to comment.