Skip to content

Commit

Permalink
Merge pull request #126 from web-arena-x/frankxu2004-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
frankxu2004 authored Apr 15, 2024
2 parents 955eec8 + b476478 commit aeb9e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser_env/helper_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def render(
if render_screenshot:
# image observation
img_obs = observation["image"]
image = Image.fromarray(img_obs)
image = Image.fromarray(img_obs) # type:ignore
byte_io = io.BytesIO()
image.save(byte_io, format="PNG")
byte_io.seek(0)
Expand Down
3 changes: 3 additions & 0 deletions environment_docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ docker exec gitlab sed -i "s|^external_url.*|external_url 'http://<your-server-h
docker exec gitlab gitlab-ctl reconfigure
```

You should be able to access your environment websites now, and stop reading.
However, if you are unable to use AWS AMI, read below to set up on your own machine.

## Shopping Website (OneStopShop)

Download the image tar from the following mirrors:
Expand Down

0 comments on commit aeb9e82

Please sign in to comment.