Skip to content

Commit

Permalink
Set out_of_road_done=False
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhenghao committed May 14, 2024
1 parent cb9d0a6 commit 7e078f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions metadrive/envs/multigoal_intersection.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ def default_config(cls):
"success_reward": 10.0,
"driving_reward": 2.0,
"on_continuous_line_done": False,
"out_of_road_done": False,


"vehicle_config": {

Expand Down

0 comments on commit 7e078f1

Please sign in to comment.