├── BanditPricing.py ├── LICENSE ├── README.md ├── docs ├── index.html └── poster-neurips19.pdf ├── example.py ├── requirements.txt └── simulationFuncs.py /BanditPricing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwmueller/BanditDynamicPricing/HEAD/BanditPricing.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwmueller/BanditDynamicPricing/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwmueller/BanditDynamicPricing/HEAD/README.md -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwmueller/BanditDynamicPricing/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/poster-neurips19.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwmueller/BanditDynamicPricing/HEAD/docs/poster-neurips19.pdf -------------------------------------------------------------------------------- /example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwmueller/BanditDynamicPricing/HEAD/example.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwmueller/BanditDynamicPricing/HEAD/requirements.txt -------------------------------------------------------------------------------- /simulationFuncs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jwmueller/BanditDynamicPricing/HEAD/simulationFuncs.py --------------------------------------------------------------------------------