Boundaries missing for sensitivity analysis

Hi there,

when I am performing the sensitivity analsysis, I get an assertion error that claims following: lane_change missing bound, please add in respective section of configs (on the bottom)

Indeed, the configs file of the commonroad environment is missing this information. Could you give me reasonable boundaries?

Thank you,
Annabel

Dear Annabel,

Since lane_change is a boolean value, the bound should be [False, True].

Best,
Xiao