Running
make_sdc_dm_environment(dynamics_model, data_loader_config, env_config)
results in
ValueError: Number of sim agents must match number of sim agent params
There is a bug in Waymax as make_sdc_dm_environment() doesn't supply parameters when creating the PlanningAgentEnvironment.

Running
make_sdc_dm_environment(dynamics_model, data_loader_config, env_config)results in
ValueError: Number of sim agents must match number of sim agent paramsThere is a bug in Waymax as
make_sdc_dm_environment()doesn't supply parameters when creating the PlanningAgentEnvironment.