/PPC-Projet

Primary LanguagePythonMIT LicenseMIT

PPC-Projet : Energy market simulation

by Antoine Merle & Louis Gombert, January 2021

Installation guide

  1. Install the requirements (use virtualenv)
pip install -r requirements.txt
  1. Then, launch the server :
cd market_simulation
python server.py config.json
  1. Run the client
python client.py

You can edit some simulation parameters by changing the server config json file.

Check the pylint compliance with pylint market_simulation

Format using black before pushing : black market_simulation