waremax

Quickstart

From clone to first deterministic trajectory in a few minutes.

  1. 1

    Clone and build the CLI

    You need a stable Rust toolchain via rustup.

    git clone https://github.com/Skelf-Research/waremax
    cd waremax
    cargo install --path .
  2. 2

    Run a scenario

    The seed in the scenario makes the run reproducible.

    waremax run scenario.yaml
  3. 3

    Read the metrics

    WareMax exports an event log, time-series, and a per-task delay attribution that sums to cycle time.

  4. 4

    Optional: the Gymnasium env

    Build the PyO3 extension with maturin and plug it into an RL loop.