Giter Club home page Giter Club logo

cbrl_kdd22's Introduction

ROI-Constrained Bidding via Curriculum-Guided Bayesian Reinforcement Learning

Brief

The official PyTorch implementation of the SIGKDD '22 paper: ROI-Constrained Bidding via Curriculum-Guided Bayesian Reinforcement Learning (CBRL).

PDF available at ACM DL ResearchGate, Arxiv.

Installation

Special dependencies on:

  • dopamine-rl: for replay buffer
  • pulp: for solving linear programming
  • pytorch
  • gym
  • seaborn
  • ...

Usage

Due to privacy regulations, the commercial data is currently not available.

If time permits, I may update the synthetic dataset built on top of the commercial data.

The repo now includes:

  • CBRL-crude: as proposed in the paper (with its variants).
  • CBRL-automated: CBRL with automated curriculum learning, as been briefly discussed in the appendix.
  • RCPO: adapted version of the CMDP policy optimization alg. to the Constrained Bidding problem.
  • Hard: a hard barrier counterpart to RCPO, also a baseline of CBRL.
  • Ind-RS: a reward shaping baseline of CBRL.
  • Ind-ICM: an ICM baseline of CBRL.

Refer to the shell for detailed usage doc:

bash scripts/CBRL.sh 12 [BRL:0/1] 5 1 0.2 [dataset] # crude version, and BRL&CRL variants
bash scripts/CBRL_auto.sh 12 [BRL:0/1] 5 [dataset] # automated CBRL, no hand-tuning curriculum
bash scripts/CBRL_eval.sh ... # to evaluate models on the test set
bash scripts/RCPO.sh ... 
bash scripts/Hard.sh ... 
bash scripts/Ind_RS.sh ...
bash scripts/Ind_ICM.sh ...

For prior arts please refer to their official repo.

Cite

Haozhe Wang, Chao Du, Panyan Fang, Shuo Yuan, Xuming He, Liang Wang, Bo Zheng. 2022. ROI-Constrained Bidding via Curriculum-Guided Bayesian Reinforcement Learning. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD ’22), August 14–18, 2022, Washington, DC, USA. ACM, New York, NY, USA, 11 pages. https://doi.org/10.1145/3534678.3539211

@InProceedings{wang2022cbrl,
  title = {ROI-Constrained Bidding via Curriculum-Guided
Bayesian Reinforcement Learning},
  author = {Wang, Haozhe and Du, Chao and Fang, Panyan and Yuan, Shuo and He, Xuming and Wang, Liang and Zheng, Bo},
  booktitle = {Proceedings of the 28th ACM SIGKDD
Conference on Knowledge Discovery and Data Mining (KDD ’22)},
  year = {2022},
  doi = {10.1145/3534678.3539211}
}

Misc

Contact: [email protected], Linkedin.

cbrl_kdd22's People

Contributors

hazekiahwon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.