Skip to content

Commit

Permalink
change obs
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhenghao committed May 14, 2024
1 parent 8787adb commit 8d3527b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadrive/envs/multigoal_intersection.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 8d3527b

Please sign in to comment.