Files
2nd/10_Wiki/Topics_Blog/Player-Psyche-Profiling-Framework.md
T

36 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: P-REINFORCE-AUTO-PPPF-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.94
tags: [auto-reinforced, player-profiling, psychology, game-mechanics, user-segmentation]
last_reinforced: 2026-04-20
---
# [[Player-Psyche-Profiling-Framework|Player-Psyche-Profiling-Framework]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "게이머의 페르소나 설계도: 유저의 심리적 동기를 다각도로 분석하여, 각기 다른 '입맛'을 가진 플레이어 그룹별 최적의 콘텐츠를 매칭하는 분류의 틀."
## 📖 구조화된 지식 (Synthesized Content)
플레이어 심리 프로파일링 프레임워크(PPPF)는 유저를 단순한 통계치가 아닌, 특정 욕구와 성향을 가진 심리적 실체로 이해하기 위한 프레임워크입니다.
1. **대표적인 모델**:
* **Bartle Taxonomy**: 킬러(제압), 성취가(목표), 탐험가(발견), 사교가(소통)의 4개 축.
* **Yees Motivation Grid**: 몰입, 사회성, 성취 등 10가지 세부 동기 분석.
* **Quantic Foundry BrainHex**: 아드레날린 추구형, 질서 추구형 등 신경과학적 요소를 가미한 프로파일링.
2. **프로파일링 과정**:
* **Initial Survey**: 초기 성향 파악.
* **In-game Correlation**: 실제 플레이 데이터와 성향 간의 상관관계 분석 (예: 수집품을 100% 모으는 유저는 '성취가' 프로파일).
* **Dynamic Clustering**: 유저의 레벨이나 플레이 연차가 변함에 따라 프로파일을 실시간 업데이트.
3. **디자인 시너지**:
* 특정 프로파일(예: 탐험가)이 선호하는 이스터 에그나 숨겨진 지형 제작의 근거 마련.
## ⚠️ 모순 및 업데이트 (Contradictions & RL Update)
- **과거 데이터와의 충돌**: 이전에는 고정된 프로파일링을 지향했으나, 현대 이론은 한 명의 플레이어가 게임 내 상황이나 기분에 따라 '다중 자아(Multiple Profiles)'를 오간다는 유동적 관점을 채택함.
- **정책 변화(RL Update)**: 취약 계층(아동, 도박 중독 우려자)의 심리 프로파일을 악용해 과금 유도(Dark Patterns)를 하는 행위를 엄격히 금지하는 AI 윤리 정책이 글로벌 게임 규제의 핵심으로 부상함.
## 🔗 지식 연결 (Graph)
- [[Player-Experience-Modeling|Player-Experience-Modeling]], [[Social Systems Theory|Social Systems Theory]], Personality Psychology, Bartle-Player-Types
- **Modern Tech/Tools**: Quantic Foundry API, Big Five Personality Test integration.
---