KT_Q_Table/configs/actions.json

68 lines
1.7 KiB
JSON

{
"actions": [
{
"id": 0,
"name": "STRONG_ACCEPT",
"description": "강한 수락",
"category": "accept",
"strength": "strong"
},
{
"id": 1,
"name": "MEDIUM_ACCEPT",
"description": "중간 수락",
"category": "accept",
"strength": "medium"
},
{
"id": 2,
"name": "WEAK_ACCEPT",
"description": "약한 수락",
"category": "accept",
"strength": "weak"
},
{
"id": 3,
"name": "STRONG_REJECT",
"description": "강한 거절",
"category": "reject",
"strength": "strong"
},
{
"id": 4,
"name": "MEDIUM_REJECT",
"description": "중간 거절",
"category": "reject",
"strength": "medium"
},
{
"id": 5,
"name": "WEAK_REJECT",
"description": "약한 거절",
"category": "reject",
"strength": "weak"
},
{
"id": 6,
"name": "STRONG_PROPOSE",
"description": "강한 가격 제안",
"category": "propose",
"strength": "strong"
},
{
"id": 7,
"name": "MEDIUM_PROPOSE",
"description": "중간 가격 제안",
"category": "propose",
"strength": "medium"
},
{
"id": 8,
"name": "WEAK_PROPOSE",
"description": "약한 가격 제안",
"category": "propose",
"strength": "weak"
}
]
}