diff --git a/metadrive/envs/multigoal_intersection.py b/metadrive/envs/multigoal_intersection.py index a07ad4ad4..f9e3c28c5 100644 --- a/metadrive/envs/multigoal_intersection.py +++ b/metadrive/envs/multigoal_intersection.py @@ -26,9 +26,9 @@ logger = get_logger() EGO_STATE_DIM = 5 -SIDE_DETECT = 240 +SIDE_DETECT = 120 LANE_DETECT = 0 -VEHICLE_DETECT = 0 +VEHICLE_DETECT = 120 NAVI_DIM = 10 GOAL_DEPENDENT_STATE_DIM = 3 @@ -276,7 +276,7 @@ def default_config(cls): "num_scenarios": 1000, # Remove all traffic vehicles for now. - "traffic_density": 0.0, + "traffic_density": 0.1, # If the vehicle does not reach the default destination, it will receive a penalty. "wrong_way_penalty": 10.0,