You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These strings should be converted into a VehicleStateType. It probably makes sense to add a from_string classmethod to that enum while we're at it (similar to this).
Then, we'll need to update the dispatcher at this following location to use the vehicle.vehicle_state.vehicle_state_type when looking in the environment.config.dispatcher.valid_dispatch_states:
I recently added this to the manhattan.yaml scenario file:
The model ran without complaint but the true value for
reserve_base
should have beenreservebase
.We should validate these inputs and compare them to our list of vehicle state names, only accepting valid names.
The text was updated successfully, but these errors were encountered: