Skip to content

simulation platform for algorithmic pricing

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
AGPL-3.0
COPYING.md
Notifications You must be signed in to change notification settings

kmfrick/price_simulator

 
 

Repository files navigation

Price Simulator: A Simulation Platform for Algorithmic Pricing

Python application

Project structure

The core functionality of the price simulator is in folder price_simulator/src/algorithm. The components of the simulator are programmed as separated objects. Thus, agents, demand, environment and policies have own files and classes. This object-oriented approach allows a free combination of different agents, demand models, or policies. New agents or more sophisticated demand models integrate straightforwardly. main.py shows an examplary entry point to start the simulation. The environment is able to handle an arbitrary amount of different agents. This makes a huge variety of experiments easily possible.

First usage

To start, you'll need docker installed. When done, run this line in price_simulator dir:

docker build -t price-simulator:1.0 .

It will build docker image, used for running other commands. You can execute scripts using Docker. Docker must be build to reflect changes.

docker run price-simulator:1.0

About

simulation platform for algorithmic pricing

Resources

License

Unknown, AGPL-3.0 licenses found

Licenses found

Unknown
LICENSE.md
AGPL-3.0
COPYING.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%