Skip to content

[codex] Add GPU priority-aware graph-neural MPPI demo#108

Merged
rsasaki0109 merged 1 commit into
masterfrom
codex/add-gpu-priority-graph-neural-mppi
May 25, 2026
Merged

[codex] Add GPU priority-aware graph-neural MPPI demo#108
rsasaki0109 merged 1 commit into
masterfrom
codex/add-gpu-priority-graph-neural-mppi

Conversation

@rsasaki0109
Copy link
Copy Markdown
Owner

Summary

  • add a GPU priority-aware graph-neural MPPI demo for 48 robots crossing a shared interaction zone
  • compare coordinated graph baseline against learned right-of-way messages plus priority-ordered rollout arbitration
  • document the new target, benchmark metrics, and GIF in the README gallery

Results

  • cross-route collisions: 261 -> 245
  • reach basin: 36/48 -> 40/48
  • deadlocks: 1 -> 0
  • terminal error: 1.97 -> 1.65
  • GPU rollout evaluation: 7.753 ms, 2870.5x vs CPU equivalent rollout evaluation

Validation

  • cmake --build build --target gpu_priority_graph_neural_mppi -j$(nproc)
  • ./bin/gpu_priority_graph_neural_mppi
  • ctest --test-dir build --output-on-failure --label-regex 'cpu|python|gpu' -j$(nproc)

@rsasaki0109 rsasaki0109 marked this pull request as ready for review May 25, 2026 23:36
@rsasaki0109 rsasaki0109 merged commit 11d1acc into master May 25, 2026
1 check passed
@rsasaki0109 rsasaki0109 deleted the codex/add-gpu-priority-graph-neural-mppi branch May 25, 2026 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant