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
- Host: GitHub
- URL: https://github.com/ansebi/wain22_sim_env
- Owner: Ansebi
- Created: 2022-10-12T21:34:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-20T12:20:09.000Z (over 2 years ago)
- Last Synced: 2025-01-21T12:35:56.828Z (4 months ago)
- Language: Python
- Size: 10.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}`