- 동적 가중치 W: 라운드 감쇠 → 상태 5차원 가중합 clip(Σwᵢ·Sᵢ, 0.2, 0.8) (식 12~13, 기존 w1~w5 연결) - 종료보상에 (1−W) 적용: R = W×R_price + (1−W)×R_end − λ×round (식 8) - R_price 3단계: P<anchor 시 1+β·(anchor−P)/anchor 초과달성 보너스 추가 (식 9~11, beta 의미 재정의) - price zone 경계는 명세(T)와 달리 anchor 유지(우선협상 규칙이 실제 의사결정 경계) — 사유 docstring 명시 - state_calculator/config 의 낡은 반대 컨벤션(anchor≥target) 주석 정정 - RewardCalculator(RewardConfig, StateConfig) 시그니처 변경 + 호출부 5곳 갱신, 테스트 기대값 정정 (76/76 PASS) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| negotiation_demo.html | ||
| test_agent_integration.py | ||
| test_h1_qtable_policy.py | ||
| test_h5_harness.py | ||
| test_negotiation_step_preview.py | ||
| test_p0_scaffold.py | ||
| test_p1_tenant_config.py | ||
| test_p2_state_reward_mapper.py | ||
| test_p3_learning_schema.py | ||
| test_p4_registry_middleware.py | ||
| test_p5_warmstart.py | ||
| test_p7_apis.py | ||
| test_p7_chat.py | ||
| test_p8_session_db.py | ||
| test_scripts_resources.py | ||