Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine-galataud committed Mar 28, 2024
1 parent 099c221 commit 48f9263
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,24 @@
control policies. It offers a set of estimators and tools to evaluate the performance of a target policy,
compared to a set of baseline policies (characterized by an offline logged dataset), using off-policy evaluation
techniques.

## Installation

Supported Python versions: 3.10+

### From PyPI

```bash
pip install hopes
```

### From source (development version)

```bash
git clone https://github.com/airboxlab/hopes.git
cd hopes
# using poetry
poetry install
# using pip
pip install -r requirements.txt
```

0 comments on commit 48f9263

Please sign in to comment.