mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
responsive and representative demand for COI erosion
This commit is contained in:
@@ -15,6 +15,10 @@ def make_env(cfg: Mapping[str, Any]):
|
||||
n_products=int(cfg["n_products"]),
|
||||
alpha=float(cfg["alpha"]),
|
||||
N=int(cfg["N"]),
|
||||
agent_params=(
|
||||
float(cfg.get("agent_mu", 45.0)),
|
||||
float(cfg.get("agent_std", 15.0)),
|
||||
),
|
||||
price_bounds=(float(cfg["price_low"]), float(cfg["price_high"])),
|
||||
lambda_coi=float(cfg["lambda_coi"]),
|
||||
robust_radius=float(cfg["robust_radius"]),
|
||||
|
||||
Reference in New Issue
Block a user