Skip to content

[codex] Add GPU graph-guided neural MPPI demo#102

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

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

Conversation

@rsasaki0109
Copy link
Copy Markdown
Owner

Summary

  • Add a CUDA graph-guided neural MPPI demo that compares unguided and experience-graph-guided rollout batches.
  • Register the gpu_graph_guided_neural_mppi CMake target and generate a gallery GIF.
  • Document the benchmark in the capability matrix, planning gallery, and headline table.

Validation

  • git diff --check
  • cmake --build build --target gpu_graph_guided_neural_mppi -j$(nproc)
  • ./bin/gpu_graph_guided_neural_mppi
  • ctest --test-dir build --output-on-failure --label-regex 'cpu|python|gpu' -j$(nproc)\n\n## Demo Result\n- 32768 rollouts x H=72 x guided/unguided batches\n- Cost: 1430.31 -> 842.35 (-41.1%)\n- Terminal error: 1.25 -> 0.15 (-87.8%)\n- Route error: 0.491 -> 0.045\n- GPU: 0.563 ms, 1320.1x vs CPU equivalent rollout evaluation

@rsasaki0109 rsasaki0109 marked this pull request as ready for review May 25, 2026 08:21
@rsasaki0109 rsasaki0109 merged commit e6fc06b into master May 25, 2026
1 check passed
@rsasaki0109 rsasaki0109 deleted the codex/add-gpu-graph-guided-neural-mppi branch May 25, 2026 08:21
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