planner_study.render5¶
render5
¶
clean
¶
clean(st)
zero coverage/explored heat for a clean mechanism frame (keeps walls/agents).
Source code in experiments/planner_study/render5.py
45 46 47 48 49 50 | |
draw_edges_panel
¶
draw_edges_panel(ax, pos, w_style, present, degraded=None)
draw the line-of-sight edge set; style each by its (possibly degraded) weight so weakened through-wall links show as faint orange ghosts rather than vanishing.
Source code in experiments/planner_study/render5.py
52 53 54 55 56 57 58 59 60 61 62 63 64 | |