Skip to content

Commit d83e60d

Browse files
author
Eugene Vinitsky
committed
yaml: align scattered-goal comment with num_target_waypoints=1
1 parent fe7ddb0 commit d83e60d

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

scripts/cluster_configs/single_agent_speed_run.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ env.max_agents_per_env: 1
2424
env.num_agents: 1024
2525
env.use_map_cache: 1
2626

27-
# Three goals placed in a chain: goal 0 at [min,max] Euclidean from the agent,
28-
# goal 1 at [min,max] from goal 0, goal 2 at [min,max] from goal 1. With all
29-
# three in the obs, the value function has lookahead — reaching goal 0 just
30-
# advances the active-goal alias rather than teleporting the obs to a brand
31-
# new random target. 6m floor avoids placing goal 0 on top of the agent; 500m
32-
# saturates at the Town10HD map diameter (~260m) so goals can land anywhere
33-
# on the network.
27+
# Single goal placed at a random drivable point on the map whose Euclidean
28+
# distance from the agent lies in [min_waypoint_spacing, max_waypoint_spacing].
29+
# 6m floor avoids spawning the goal on top of the agent; 500m saturates at the
30+
# Town10HD map diameter (~260m) so goals can land anywhere on the network.
3431
env.num_target_waypoints: 1
3532
env.goal_on_lane: False
3633
env.min_waypoint_spacing: 6.0

0 commit comments

Comments
 (0)