AI contests for deep reinforcement learning bots in online markets
You can install the package through pip using
pip install git+https://github.com/AIMarketContest/simulation.git
You will then interface with the package through the aic
command.
If you wish to clone the project and manually install dependencies, giving you access to the code, you can follow the instructions in the Contribution guide.
Here is a brief overview of the toolbox's workflow:
A more in depth explanation and tutorial can be found here.
When in the poetry virtual environment, black should be available and can be run with black .
.
Furthermore, it is advisable to set up a pre-commit hook with black by running the following in the poetry virtual environment:
pre-commit install
.