An open API service indexing awesome lists of open source software.

https://github.com/duruii/replica-aucb

⚙️REPLICA of "Auction-based combinatorial multi-armed bandit mechanisms with strategic arms"
https://github.com/duruii/replica-aucb

aucb aution bandit-algorithms bandits cmab mab multi-armed-bandit

Last synced: 2 months ago
JSON representation

⚙️REPLICA of "Auction-based combinatorial multi-armed bandit mechanisms with strategic arms"

Awesome Lists containing this project

README

        

# Replica-AUCB: Auction-Based Combinatorial Multi-Armed Bandit Mechanisms with Strategic Arms

> Developed and tested on Apple M1, macOS 13.5.2 (22G91).

## Overview

This repository houses the Python implementation of the Auction-Based Combinatorial Multi-Armed Bandit (AUCB)
algorithms, which is based on the work presented in the following paper:

```
@inproceedings{gao2021auction,
title={Auction-based combinatorial multi-armed bandit mechanisms with strategic arms},
author={Gao, Guoju and Huang, He and Xiao, Mingjun and Wu, Jie and Sun, Yu-E and Zhang, Sheng},
booktitle={IEEE INFOCOM 2021-IEEE Conference on Computer Communications},
pages={1--10},
year={2021},
organization={IEEE}
}
```

Our codebase seeks to faithfully replicate the algorithms and experiments documented, thereby enabling verification of
the paper's claims.

## Experimental Results

The replicated experimental results are illustrated in the figure below:

![Replicated Experimental Results](fig.jpg)

## Issues

For bugs, questions, or discussions, please use the issues section of this repository.

## Contributions

We welcome contributions to enhance the accuracy of replication. Fork the repository, commit your changes, and make a
pull request.