Metadata-Version: 2.1
Name: webactions-lm
Version: 0.0.1
Summary: HeaP: Hierarchical Policies for Web Actions using LLMs
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# HeaP: Hierarchical Policies for Web Actions using LLMs

## Installation

To set up the project, clone the repository and create a virtual environment:

```bash
cd webactions-lm
pyenv virtualenv webactions-lm
pyenv activate webactions-lm
```

Install the required packages:

```bash
pip install -r requirements.txt
```

Install miniwob from https://github.com/Farama-Foundation/miniwob-plusplus. Use commit 43bd1fe. 

## Usage

To run miniwob evaluation:
```bash
python scripts/miniwob/eval_miniwob.py
```

