- Team Members - Vijay Chandar, Zihan Zhu, Bowen Wang
- Title - Nash-Equilibrium-Based CPM Prediction for Optimal Bidding in First-Price Ad Auctions
This project uses Python 3.12.1.
macOS / Linux
python3 -m venv venv
source venv/bin/activateWindows (PowerShell)
python -m venv venv
venv\Scripts\activatepip install -q -r requirements.txtMake the script executable:
chmod +x run_all.shRun everything:
./run_all.shBuild Docker Image:
docker build -t cis5200-adops .Run Docker Container:
docker run --rm cis5200-adops