chore: adding simulation logging with wandb

This commit is contained in:
2026-01-31 16:21:10 +01:00
parent 33cb0d7e95
commit 4abef97bf7
5 changed files with 81 additions and 31 deletions

View File

@@ -1,3 +1,6 @@
from .demand import estimate_demand, generate_demand_for_actor
from .behavior import sample_behavior
from .render import DashboardRenderer, style_axis
from .wrappers import EconomicMetricsWrapper
from .callbacks import MetricsCallback, EvalMetricsCallback
from .providers import ProviderBenchmark, ProviderResult, BenchmarkConfig