chore: fixing discretization of actions

This commit is contained in:
2026-02-15 15:45:46 +01:00
parent ef1d1f6557
commit 2b47c3499a
5 changed files with 436 additions and 55 deletions

View File

@@ -5,3 +5,4 @@ from .wrappers import EconomicMetricsWrapper
from .callbacks import MetricsCallback, EvalMetricsCallback
from .providers import ProviderBenchmark, ProviderResult, BenchmarkConfig
from .coi import compute_uplift_coi, extract_purchases, compute_agent_probability
from .discrete import EventQTable