Skip to content

che1qian2/ec_bandit

This branch is 1 commit behind qy7171/ec_bandit:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fc644f3 · Dec 1, 2018

History

6 Commits
Oct 21, 2018
Dec 1, 2018
Dec 1, 2018
Oct 21, 2018
Oct 21, 2018

Repository files navigation

ec_bandit

This is the source code for the NIPS2018 paper: Bandit Learning with Implicit Feedback.

Version and Package requirement: python3 supported with numpy/scipy/matplotlib/pandas/coloredlogs. All package should be easily installed with conda.

Data: Please go to the following link and download the data named Xiaomu Questioning: http://moocdata.org/data The description of the data is contained in the downlowded package.

Please unpack the package and move the data file(rawData.pkl) to the subdirectory ./data/ (configured in config.py) Then the following command should run the training phase:

python train.py

To see the figure of cumulative reward, try:

python plot.py

The figure should be plotted and saved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%