Metadata-Version: 2.1
Name: weblinx_browsergym
Version: 0.0.1.dev1
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
Provides-Extra: dev
Provides-Extra: all


# 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
```
