Metadata-Version: 2.1
Name: browsergym_weblinx
Version: 0.0.1.dev0
Summary: BrowserGym integration for the WebLINX benchmark
Home-page: https://github.com/McGill-NLP/browsergym_weblinx
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/McGill-NLP/browsergym) and [WebLINX](https://www.github.com/McGill-NLP/weblinx) packages.

## Installation

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