Metadata-Version: 2.1
Name: weblinx-browsergym
Version: 0.0.1.dev8
Summary: BrowserGym integration for the WebLINX benchmark
Home-page: https://github.com/McGill-NLP/weblinx_browsergym
Author: McGill NLP
Author-email: weblinx@googlegroups.com
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: tqdm
Requires-Dist: huggingface-hub
Requires-Dist: numpy
Requires-Dist: weblinx[eval]>=0.3.2
Requires-Dist: datasets
Requires-Dist: Pillow
Requires-Dist: playwright
Requires-Dist: browsergym
Requires-Dist: lxml
Requires-Dist: gymnasium
Provides-Extra: all
Requires-Dist: black; extra == "all"
Requires-Dist: wheel; extra == "all"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: wheel; extra == "dev"


# BrowserGym integration for the WebLINX benchmark

This package provides a BrowserGym environment for the WebLINX benchmark. It is built on top of the [BrowserGym](https://www.github.com/ServiceNow/browsergym) and [WebLINX](https://www.github.com/McGill-NLP/weblinx) packages.

## Installation

To install the package, run:
    
```bash
pip install weblinx-browsergym
```
