KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
cmdp-rtb
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
jsonrpc
:
Sandwych.JsonRpc: A JSON-RPC Client For .NET
NodeRevision
:
No description available.
angular2-collapsible
:
Angular collapsible component styled with Materialize CSS.
musicbrainz_rust
:
A MusicBrainz API client for Rust.
chat
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
cmdp-rtb
?
Download (.md)
## Constrained Markov Decision Process based Real-Time Bidding This is the repository for the code used in the paper **Constrained Markov Decision Process based Real-Time Bidding** ## Experiment 1 Run under the **python** folder: ```bash $ python3 CMDP.py ``` ## Experiment 2 Run under the **python** folder: ```bash $ python3 compare_bidding_functions.py ``` For the data preprocessing, we followed the [make-ipinyou-data](https://github.com/wnzhang/make-ipinyou-data "make-ipinyou-data") For generating bid logs for lin, mcpc, and rlb, we followed the [rlb-dp](https://github.com/han-cai/rlb-dp/blob/master/README.md)