feat: SVG/pi/ds/DRPA/CSC-MPPI (28~32번째 변형)#19
Merged
Geonhee-LEE merged 2 commits intomainfrom Mar 21, 2026
Merged
Conversation
SVG-MPPI: SVGD 파티클 최적화로 다중 모드 탐색 (Honda, ICRA 2024) pi-MPPI: QP/clip projection으로 jerk/snap 하드 제약 보장 (Andrejev, RA-L 2025) dsMPPI: 결정론적 샘플링 (Halton/Sobol) + CEM 반복 (Walker, 2026) DRPA-MPPI: 반발 포텐셜로 local minima 자동 탈출 (Fuke, 2025) CSC-MPPI: primal-dual 제약 투영 + DBSCAN 클러스터링 (2025) - 5개 컨트롤러, 5개 벤치마크, 140개 테스트 추가 - 전체 1653 tests 통과 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
MPPI_THEORY.md에 5개 변형의 수학적 배경, 알고리즘, 구현 세부사항 추가 (§27-31). TUTORIALS.md에 5개 벤치마크 가이드 (§9.18-9.22) + CLI 커맨드 + 파라미터 테이블 추가. 변형 선택 가이드 (§32) 업데이트. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
5종 고급 MPPI 변형 구현 (28~32번째):
주요 성과
파일 변경
Test plan
python -m pytest tests/ --override-ini="addopts="(1653/1653 통과)🤖 Generated with Claude Code