Skip to main content

MiniWoB++ benchmark for BrowserGym

Project description

Miniwob benchmark for BrowserGym

This package provides browsergym.miniwob, which is an unofficial port of the MiniWoB++ benchmark for BrowserGym.

Setup

  1. Install the package
pip install browsergym-miniwob
  1. Clone miniwob (use a specific frozen commit for reproducibility)
git clone git@github.com:Farama-Foundation/miniwob-plusplus.git
git -C "./miniwob-plusplus" reset --hard 7fd85d71a4b60325c6585396ec4f48377d049838
  1. Setup Miniwob URL (change PATH_TO_MINIWOB_CLONED_REPO here to the absolute path to your miniwob-plusplus folder)
export MINIWOB_URL="file://<PATH_TO_MINIWOB_CLONED_REPO>/miniwob/html/miniwob/"

Alternatively, one can setup a simple HTTP server and use a proper URL.

Usage

import gymnasium as gym
import browsergym.miniwob  # register gym environments

env = gym.make("browsergym/miniwob.choose-list")

List of all the available MiniWoB++ environments

env_ids = [id for id in gym.envs.registry.keys() if id.startswith("browsergym/miniwob")]
print("\n".join(env_ids))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

browsergym_miniwob-0.0.1a10.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

browsergym_miniwob-0.0.1a10-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file browsergym_miniwob-0.0.1a10.tar.gz.

File metadata

  • Download URL: browsergym_miniwob-0.0.1a10.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for browsergym_miniwob-0.0.1a10.tar.gz
Algorithm Hash digest
SHA256 e0b1ba15f21a4c68bb241af3b16085bcad56ac9d6e69e5a78bfef026dd9d77e1
MD5 7054cdbb2081477694e08122604121f8
BLAKE2b-256 70217d439f040c5cf93b3fa4e105c75b5b9172636f838ce1beae248cbca00992

See more details on using hashes here.

File details

Details for the file browsergym_miniwob-0.0.1a10-py3-none-any.whl.

File metadata

File hashes

Hashes for browsergym_miniwob-0.0.1a10-py3-none-any.whl
Algorithm Hash digest
SHA256 c44a29a4368dc9a0e6e83633229ed31190d8c79cc85b89576946e5d00c5e47e6
MD5 c412c9840d8a0b317dc5e54bb68284da
BLAKE2b-256 a861933140988e633f24176f19139ec66259664e77bac2979c044f826ab0168c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page