An open API service indexing awesome lists of open source software.

https://github.com/ansebi/wain22_sim_env

Simulated Environments for WAIN22
https://github.com/ansebi/wain22_sim_env

Last synced: about 2 months ago
JSON representation

Simulated Environments for WAIN22

Awesome Lists containing this project

README

        

# Simulated Contextual Bandits from Recommendation Datasets
Source code for the numerical experiments presented in the paper "Simulated Contextual Bandits for Personalization Tasks from Recommendation Datasets", preprint is available at https://arxiv.org/abs/2210.10631

## Setup
* Install the requirements via
```pip install -r requirements.txt```
* Run the code via
```python -m main -e {evn}```
where `{env}` is one of the recommendation datasets, i.e. `e = {ml25m, imdb}`