Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.31 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.31 KB

Simulation

License: MIT codecov

AI contests for deep reinforcement learning bots in online markets

Install

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.

For devs

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.

Running the program

Here is a brief overview of the toolbox's workflow:

Workflow

A more in depth explanation and tutorial can be found here.

Developer tools

Styling

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.