Skip to content

Commit

Permalink
Remove U turn
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhenghao committed May 14, 2024
1 parent 3103a68 commit cb9d0a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadrive/envs/multigoal_intersection.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class MultiGoalIntersectionNavigationManager(BaseManager):
agent to a specific goal.
"""
GOALS = {
"u_turn": (-Road(FirstPGBlock.NODE_2, FirstPGBlock.NODE_3)).end_node,
# "u_turn": (-Road(FirstPGBlock.NODE_2, FirstPGBlock.NODE_3)).end_node,
"right_turn": Road(
CustomizedIntersection.node(block_idx=1, part_idx=0, road_idx=0),
CustomizedIntersection.node(block_idx=1, part_idx=0, road_idx=1)
Expand Down

0 comments on commit cb9d0a6

Please sign in to comment.