-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
58 lines (57 loc) · 2.15 KB
/
CITATION.cff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: Towards Action Model Learning for Player Modeling
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Abhijeet
family-names: Krishnan
email: [email protected]
affiliation: North Carolina State University
orcid: 'https://orcid.org/0000-0002-0463-5105'
- given-names: Aaron
family-names: Williams
email: [email protected]
affiliation: North Carolina State University
- given-names: Chris
family-names: Martens
email: [email protected]
affiliation: North Carolina State University
orcid: 'https://orcid.org/0000-0002-7026-0348'
identifiers:
- type: url
value: >-
https://ojs.aaai.org/index.php/AIIDE/article/view/7436
repository-code: >-
https://github.com/AbhijeetKrishnan/aml-for-player-modeling
abstract: >-
Player modeling attempts to create a computational
model which accurately approximates a player’s
behavior in a game. Most player modeling techniques
rely on domain knowledge and are not transferable
across games. Additionally, player models do not
currently yield any explanatory insight about a
player’s cognitive processes, such as the creation
and refinement of mental models. In this paper, we
present our findings with using action model
learning (AML), in which an action model is learned
given data in the form of a play trace, to learn a
player model in a domain-agnostic manner. We
demonstrate the utility of this model by
introducing a technique to quantitatively estimate
how well a player understands the mechanics of a
game. We evaluate an existing AML algorithm (FAMA)
for player modeling and develop a novel algorithm
called Blackout that is inspired by player
cognition. We compare Blackout with FAMA using the
puzzle game Sokoban and show that Blackout
generates better player models.
keywords:
- 'action model learning, player modeling'
license: CC-BY-3.0
commit: 88a5d8aefc6c7bf73ccff3fa13f83d448d9df149
version: '1.0'
date-released: '2021-03-02'