Skip to main content

Showing 1–35 of 35 results for author: Machado, M C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2406.12284  [pdf, other

    cs.LG cs.AI

    Demystifying the Recency Heuristic in Temporal-Difference Learning

    Authors: Brett Daley, Marlos C. Machado, Martha White

    Abstract: The recency heuristic in reinforcement learning is the assumption that stimuli that occurred closer in time to an acquired reward should be more heavily reinforced. The recency heuristic is one of the key assumptions made by TD($λ$), which reinforces recent experiences according to an exponentially decaying weighting. In fact, all other widely used return estimators for TD learning, such as $n$-st… ▽ More

    Submitted 18 June, 2024; originally announced June 2024.

    Comments: RLC 2024. 18 pages, 8 figures, 1 table

  2. arXiv:2406.06811  [pdf, other

    cs.LG

    Learning Continually by Spectral Regularization

    Authors: Alex Lewandowski, Saurabh Kumar, Dale Schuurmans, András György, Marlos C. Machado

    Abstract: Loss of plasticity is a phenomenon where neural networks become more difficult to train during the course of learning. Continual learning algorithms seek to mitigate this effect by sustaining good predictive performance while maintaining network trainability. We develop new techniques for improving continual learning by first reconsidering how initialization can ensure trainability during early ph… ▽ More

    Submitted 10 June, 2024; originally announced June 2024.

  3. arXiv:2402.03903  [pdf, other

    cs.LG

    Averaging $n$-step Returns Reduces Variance in Reinforcement Learning

    Authors: Brett Daley, Martha White, Marlos C. Machado

    Abstract: Multistep returns, such as $n$-step returns and $λ$-returns, are commonly used to improve the sample efficiency of reinforcement learning (RL) methods. The variance of the multistep returns becomes the limiting factor in their length; looking too far into the future increases variance and reverses the benefits of multistep learning. In our work, we demonstrate the ability of compound returns -- we… ▽ More

    Submitted 5 June, 2024; v1 submitted 6 February, 2024; originally announced February 2024.

    Comments: ICML 2024. 27 pages, 7 figures, 3 tables

  4. arXiv:2312.01624  [pdf, other

    cs.LG cs.AI

    GVFs in the Real World: Making Predictions Online for Water Treatment

    Authors: Muhammad Kamran Janjua, Haseeb Shah, Martha White, Erfan Miahi, Marlos C. Machado, Adam White

    Abstract: In this paper we investigate the use of reinforcement-learning based prediction approaches for a real drinking-water treatment plant. Develo** such a prediction system is a critical step on the path to optimizing and automating water treatment. Before that, there are many questions to answer about the predictability of the data, suitable neural network architectures, how to overcome partial obse… ▽ More

    Submitted 3 December, 2023; originally announced December 2023.

    Comments: Published in Machine Learning (2023)

    Journal ref: Machine Learning (2023): 1-31

  5. arXiv:2312.01203  [pdf, other

    cs.LG cs.AI

    Harnessing Discrete Representations For Continual Reinforcement Learning

    Authors: Edan Meyer, Adam White, Marlos C. Machado

    Abstract: Reinforcement learning (RL) agents make decisions using nothing but observations from the environment, and consequently, heavily rely on the representations of those observations. Though some recent breakthroughs have used vector-based categorical representations of observations, often referred to as discrete representations, there is little work explicitly assessing the significance of such a cho… ▽ More

    Submitted 5 December, 2023; v1 submitted 2 December, 2023; originally announced December 2023.

    Comments: 23 pages, 16 figures, submitted to ICLR 2024

  6. arXiv:2312.00246  [pdf, other

    cs.LG

    Directions of Curvature as an Explanation for Loss of Plasticity

    Authors: Alex Lewandowski, Haruto Tanaka, Dale Schuurmans, Marlos C. Machado

    Abstract: Loss of plasticity is a phenomenon in which neural networks lose their ability to learn from new experience. Despite being empirically observed in several problem settings, little is understood about the mechanisms that lead to loss of plasticity. In this paper, we offer a consistent explanation for loss of plasticity: Neural networks lose directions of curvature during training and that loss of p… ▽ More

    Submitted 27 June, 2024; v1 submitted 30 November, 2023; originally announced December 2023.

  7. arXiv:2310.15719  [pdf, other

    cs.LG cs.AI

    Recurrent Linear Transformers

    Authors: Subhojeet Pramanik, Esraa Elelimy, Marlos C. Machado, Adam White

    Abstract: The self-attention mechanism in the transformer architecture is capable of capturing long-range dependencies and it is the main reason behind its effectiveness in processing sequential data. Nevertheless, despite their success, transformers have two significant drawbacks that still limit their broader applicability: (1) In order to remember past information, the self-attention mechanism requires a… ▽ More

    Submitted 24 October, 2023; originally announced October 2023.

    Comments: transformers, reinforcement learning, partial observability

  8. arXiv:2310.10833  [pdf, other

    cs.LG cs.AI

    Proper Laplacian Representation Learning

    Authors: Diego Gomez, Michael Bowling, Marlos C. Machado

    Abstract: The ability to learn good representations of states is essential for solving large reinforcement learning problems, where exploration, generalization, and transfer are particularly challenging. The Laplacian representation is a promising approach to address these problems by inducing informative state encoding and intrinsic rewards for temporally-extended action discovery and reward sha**. To ob… ▽ More

    Submitted 3 April, 2024; v1 submitted 16 October, 2023; originally announced October 2023.

  9. arXiv:2303.07507  [pdf, other

    cs.LG cs.AI

    Loss of Plasticity in Continual Deep Reinforcement Learning

    Authors: Zaheer Abbas, Rosie Zhao, Joseph Modayil, Adam White, Marlos C. Machado

    Abstract: The ability to learn continually is essential in a complex and changing world. In this paper, we characterize the behavior of canonical value-based deep reinforcement learning (RL) approaches under varying degrees of non-stationarity. In particular, we demonstrate that deep RL agents lose their ability to learn good policies when they cycle through a sequence of Atari 2600 games. This phenomenon i… ▽ More

    Submitted 13 March, 2023; originally announced March 2023.

  10. arXiv:2301.11321  [pdf, other

    cs.LG

    Trajectory-Aware Eligibility Traces for Off-Policy Reinforcement Learning

    Authors: Brett Daley, Martha White, Christopher Amato, Marlos C. Machado

    Abstract: Off-policy learning from multistep returns is crucial for sample-efficient reinforcement learning, but counteracting off-policy bias without exacerbating variance is challenging. Classically, off-policy bias is corrected in a per-decision manner: past temporal-difference errors are re-weighted by the instantaneous Importance Sampling (IS) ratio after each action via eligibility traces. Many off-po… ▽ More

    Submitted 31 May, 2023; v1 submitted 26 January, 2023; originally announced January 2023.

    Comments: ICML 2023. 8 pages, 2 figures. arXiv admin note: text overlap with arXiv:2112.12281

  11. arXiv:2301.11181  [pdf, other

    cs.LG cs.AI

    Deep Laplacian-based Options for Temporally-Extended Exploration

    Authors: Martin Klissarov, Marlos C. Machado

    Abstract: Selecting exploratory actions that generate a rich stream of experience for better learning is a fundamental challenge in reinforcement learning (RL). An approach to tackle this problem consists in selecting actions according to specific policies for an extended period of time, also known as options. A recent line of work to derive such exploratory options builds upon the eigenfunctions of the gra… ▽ More

    Submitted 9 June, 2023; v1 submitted 26 January, 2023; originally announced January 2023.

  12. arXiv:2211.07805  [pdf, other

    cs.LG cs.AI

    Agent-State Construction with Auxiliary Inputs

    Authors: Ruo Yu Tao, Adam White, Marlos C. Machado

    Abstract: In many, if not every realistic sequential decision-making task, the decision-making agent is not able to model the full complexity of the world. The environment is often much larger and more complex than the agent, a setting also known as partial observability. In such settings, the agent must leverage more than just the current sensory inputs; it must construct an agent state that summarizes pre… ▽ More

    Submitted 5 May, 2023; v1 submitted 14 November, 2022; originally announced November 2022.

    Comments: Published in Transactions on Machine Learning Research. 13 pages + 2 references + 15 appendix, 12 figures

  13. arXiv:2203.15955  [pdf, other

    cs.LG

    Investigating the Properties of Neural Network Representations in Reinforcement Learning

    Authors: Han Wang, Erfan Miahi, Martha White, Marlos C. Machado, Zaheer Abbas, Raksha Kumaraswamy, Vincent Liu, Adam White

    Abstract: In this paper we investigate the properties of representations learned by deep reinforcement learning systems. Much of the early work on representations for reinforcement learning focused on designing fixed-basis architectures to achieve properties thought to be desirable, such as orthogonality and sparsity. In contrast, the idea behind deep reinforcement learning methods is that the agent designe… ▽ More

    Submitted 5 May, 2023; v1 submitted 29 March, 2022; originally announced March 2022.

  14. arXiv:2203.11369  [pdf, other

    cs.LG

    Temporal Abstractions-Augmented Temporally Contrastive Learning: An Alternative to the Laplacian in RL

    Authors: Akram Erraqabi, Marlos C. Machado, Mingde Zhao, Sainbayar Sukhbaatar, Alessandro Lazaric, Ludovic Denoyer, Yoshua Bengio

    Abstract: In reinforcement learning, the graph Laplacian has proved to be a valuable tool in the task-agnostic setting, with applications ranging from skill discovery to reward sha**. Recently, learning the Laplacian representation has been framed as the optimization of a temporally-contrastive objective to overcome its computational limitations in large (or continuous) state spaces. However, this approac… ▽ More

    Submitted 21 March, 2022; originally announced March 2022.

  15. Reward-Respecting Subtasks for Model-Based Reinforcement Learning

    Authors: Richard S. Sutton, Marlos C. Machado, G. Zacharias Holland, David Szepesvari, Finbarr Timbers, Brian Tanner, Adam White

    Abstract: To achieve the ambitious goals of artificial intelligence, reinforcement learning must include planning with a model of the world that is abstract in state and time. Deep learning has made progress with state abstraction, but temporal abstraction has rarely been used, despite extensively developed theory based on the options framework. One reason for this is that the space of possible options is i… ▽ More

    Submitted 16 September, 2023; v1 submitted 7 February, 2022; originally announced February 2022.

    Journal ref: Artificial Intelligence, first published online September 6, 2023

  16. arXiv:2110.05740  [pdf, other

    cs.LG cs.AI

    Temporal Abstraction in Reinforcement Learning with the Successor Representation

    Authors: Marlos C. Machado, Andre Barreto, Doina Precup, Michael Bowling

    Abstract: Reasoning at multiple levels of temporal abstraction is one of the key attributes of intelligence. In reinforcement learning, this is often modeled through temporally extended courses of actions called options. Options allow agents to make predictions and to operate at different levels of abstraction within an environment. Nevertheless, approaches based on the options framework often start with th… ▽ More

    Submitted 11 April, 2023; v1 submitted 12 October, 2021; originally announced October 2021.

    Comments: This is the final, published JMLR version

    Journal ref: Journal of Machine Learning Research (JMLR), 24(80):1-69, 2023

  17. arXiv:2109.11052  [pdf, other

    cs.LG

    On Bonus-Based Exploration Methods in the Arcade Learning Environment

    Authors: Adrien Ali Taïga, William Fedus, Marlos C. Machado, Aaron Courville, Marc G. Bellemare

    Abstract: Research on exploration in reinforcement learning, as applied to Atari 2600 game-playing, has emphasized tackling difficult exploration problems such as Montezuma's Revenge (Bellemare et al., 2016). Recently, bonus-based exploration methods, which explore by augmenting the environment reward, have reached above-human average performance on such domains. In this paper we reassess popular bonus-base… ▽ More

    Submitted 22 September, 2021; originally announced September 2021.

    Comments: Full version of arXiv:1908.02388

    Journal ref: Published as a conference paper at ICLR 2020

  18. arXiv:2108.05828  [pdf, other

    cs.LG cs.AI stat.ML

    A general class of surrogate functions for stable and efficient reinforcement learning

    Authors: Sharan Vaswani, Olivier Bachem, Simone Totaro, Robert Mueller, Shivam Garg, Matthieu Geist, Marlos C. Machado, Pablo Samuel Castro, Nicolas Le Roux

    Abstract: Common policy gradient methods rely on the maximization of a sequence of surrogate functions. In recent years, many such surrogate functions have been proposed, most without strong theoretical guarantees, leading to algorithms such as TRPO, PPO or MPO. Rather than design yet another surrogate function, we instead propose a general framework (FMA-PG) based on functional mirror ascent that gives ris… ▽ More

    Submitted 30 October, 2023; v1 submitted 12 August, 2021; originally announced August 2021.

    Comments: Fixed minor typos

  19. arXiv:2101.05265  [pdf, other

    cs.LG cs.AI stat.ML

    Contrastive Behavioral Similarity Embeddings for Generalization in Reinforcement Learning

    Authors: Rishabh Agarwal, Marlos C. Machado, Pablo Samuel Castro, Marc G. Bellemare

    Abstract: Reinforcement learning methods trained on few environments rarely learn policies that generalize to unseen environments. To improve generalization, we incorporate the inherent sequential structure in reinforcement learning into the representation learning process. This approach is orthogonal to recent approaches, which rarely exploit this structure explicitly. Specifically, we introduce a theoreti… ▽ More

    Submitted 18 March, 2021; v1 submitted 13 January, 2021; originally announced January 2021.

    Comments: ICLR 2021 (Spotlight). Website: https://agarwl.github.io/pse

  20. arXiv:2008.13773  [pdf, other

    cs.LG stat.ML

    Beyond variance reduction: Understanding the true impact of baselines on policy optimization

    Authors: Wesley Chung, Valentin Thomas, Marlos C. Machado, Nicolas Le Roux

    Abstract: Bandit and reinforcement learning (RL) problems can often be framed as optimization problems where the goal is to maximize average performance while having access only to stochastic estimates of the true gradient. Traditionally, stochastic optimization theory predicts that learning dynamics are governed by the curvature of the loss function and the noise of the gradient estimates. In this paper we… ▽ More

    Submitted 19 February, 2021; v1 submitted 31 August, 2020; originally announced August 2020.

  21. arXiv:2006.11266  [pdf, other

    cs.LG cs.AI stat.ML

    An operator view of policy gradient methods

    Authors: Dibya Ghosh, Marlos C. Machado, Nicolas Le Roux

    Abstract: We cast policy gradient methods as the repeated application of two operators: a policy improvement operator $\mathcal{I}$, which maps any policy $π$ to a better one $\mathcal{I}π$, and a projection operator $\mathcal{P}$, which finds the best approximation of $\mathcal{I}π$ in the set of realizable policies. We use this framework to introduce operator-based versions of traditional policy gradient… ▽ More

    Submitted 22 October, 2020; v1 submitted 19 June, 2020; originally announced June 2020.

    Comments: NeurIPS 2020

  22. arXiv:1908.02388  [pdf, other

    cs.LG stat.ML

    Benchmarking Bonus-Based Exploration Methods on the Arcade Learning Environment

    Authors: Adrien Ali Taïga, William Fedus, Marlos C. Machado, Aaron Courville, Marc G. Bellemare

    Abstract: This paper provides an empirical evaluation of recently developed exploration algorithms within the Arcade Learning Environment (ALE). We study the use of different reward bonuses that incentives exploration in reinforcement learning. We do so by fixing the learning algorithm used and focusing only on the impact of the different exploration bonuses in the agent's performance. We use Rainbow, the s… ▽ More

    Submitted 24 September, 2021; v1 submitted 6 August, 2019; originally announced August 2019.

    Comments: Accepted at the second Exploration in Reinforcement Learning Workshop at the 36th International Conference on Machine Learning, Long Beach, California. The full version arxiv.longhoe.net/abs/2109.11052 was published as a conference paper at ICLR 2020

  23. arXiv:1810.00123  [pdf, other

    cs.LG cs.AI stat.ML

    Generalization and Regularization in DQN

    Authors: Jesse Farebrother, Marlos C. Machado, Michael Bowling

    Abstract: Deep reinforcement learning algorithms have shown an impressive ability to learn complex control policies in high-dimensional tasks. However, despite the ever-increasing performance on popular benchmarks, policies learned by deep reinforcement learning algorithms can struggle to generalize when evaluated in remarkably similar environments. In this paper we propose a protocol to evaluate generaliza… ▽ More

    Submitted 17 January, 2020; v1 submitted 28 September, 2018; originally announced October 2018.

    Comments: Earlier versions of this work were presented both at the NeurIPS'18 Deep Reinforcement Learning Workshop and the 4th Multidisciplinary Conference on Reinforcement Learning and Decision Making (RLDM'19)

  24. arXiv:1807.11622  [pdf, other

    cs.LG cs.AI stat.ML

    Count-Based Exploration with the Successor Representation

    Authors: Marlos C. Machado, Marc G. Bellemare, Michael Bowling

    Abstract: In this paper we introduce a simple approach for exploration in reinforcement learning (RL) that allows us to develop theoretically justified algorithms in the tabular case but that is also extendable to settings where function approximation is required. Our approach is based on the successor representation (SR), which was originally introduced as a representation defining state generalization by… ▽ More

    Submitted 26 November, 2019; v1 submitted 30 July, 2018; originally announced July 2018.

    Comments: This paper appears in the Proceedings of the 34th AAAI Conference on Artificial Intelligence (AAAI 2020)

  25. arXiv:1803.09001  [pdf, other

    cs.LG cs.AI stat.ML

    Accelerating Learning in Constructive Predictive Frameworks with the Successor Representation

    Authors: Craig Sherstan, Marlos C. Machado, Patrick M. Pilarski

    Abstract: Here we propose using the successor representation (SR) to accelerate learning in a constructive knowledge system based on general value functions (GVFs). In real-world settings like robotics for unstructured and dynamic environments, it is infeasible to model all meaningful aspects of a system and its environment by hand due to both complexity and size. Instead, robots must be capable of learning… ▽ More

    Submitted 23 March, 2018; originally announced March 2018.

  26. arXiv:1712.04065  [pdf, other

    cs.AI

    The Eigenoption-Critic Framework

    Authors: Miao Liu, Marlos C. Machado, Gerald Tesauro, Murray Campbell

    Abstract: Eigenoptions (EOs) have been recently introduced as a promising idea for generating a diverse set of options through the graph Laplacian, having been shown to allow efficient exploration. Despite its initial promising results, a couple of issues in current algorithms limit its application, namely: (1) EO methods require two separate steps (eigenoption discovery and reward maximization) to learn a… ▽ More

    Submitted 11 December, 2017; originally announced December 2017.

  27. arXiv:1710.11089  [pdf, other

    cs.LG cs.AI

    Eigenoption Discovery through the Deep Successor Representation

    Authors: Marlos C. Machado, Clemens Rosenbaum, Xiaoxiao Guo, Miao Liu, Gerald Tesauro, Murray Campbell

    Abstract: Options in reinforcement learning allow agents to hierarchically decompose a task into subtasks, having the potential to speed up learning and planning. However, autonomously learning effective sets of options is still a major challenge in the field. In this paper we focus on the recently introduced idea of using representation learning methods to guide the option discovery process. Specifically,… ▽ More

    Submitted 23 February, 2018; v1 submitted 30 October, 2017; originally announced October 2017.

    Comments: Published as a conference paper at ICLR 2018

  28. arXiv:1709.06009  [pdf, other

    cs.LG

    Revisiting the Arcade Learning Environment: Evaluation Protocols and Open Problems for General Agents

    Authors: Marlos C. Machado, Marc G. Bellemare, Erik Talvitie, Joel Veness, Matthew Hausknecht, Michael Bowling

    Abstract: The Arcade Learning Environment (ALE) is an evaluation platform that poses the challenge of building AI agents with general competency across dozens of Atari 2600 games. It supports a variety of different problem settings and it has been receiving increasing attention from the scientific community, leading to some high-profile success stories such as the much publicized Deep Q-Networks (DQN). In t… ▽ More

    Submitted 30 November, 2017; v1 submitted 18 September, 2017; originally announced September 2017.

  29. arXiv:1703.00956  [pdf, other

    cs.LG cs.AI

    A Laplacian Framework for Option Discovery in Reinforcement Learning

    Authors: Marlos C. Machado, Marc G. Bellemare, Michael Bowling

    Abstract: Representation learning and option discovery are two of the biggest challenges in reinforcement learning (RL). Proto-value functions (PVFs) are a well-known approach for representation learning in MDPs. In this paper we address the option discovery problem by showing how PVFs implicitly define options. We do it by introducing eigenpurposes, intrinsic reward functions derived from the learned repre… ▽ More

    Submitted 15 June, 2017; v1 submitted 2 March, 2017; originally announced March 2017.

    Comments: Appearing in the Proceedings of the 34th International Conference on Machine Learning (ICML)

  30. arXiv:1606.05593  [pdf, other

    cs.AI

    Introspective Agents: Confidence Measures for General Value Functions

    Authors: Craig Sherstan, Adam White, Marlos C. Machado, Patrick M. Pilarski

    Abstract: Agents of general intelligence deployed in real-world scenarios must adapt to ever-changing environmental conditions. While such adaptive agents may leverage engineered knowledge, they will require the capacity to construct and evaluate knowledge themselves from their own experience in a bottom-up, constructivist fashion. This position paper builds on the idea of encoding knowledge as temporally e… ▽ More

    Submitted 17 June, 2016; originally announced June 2016.

    Comments: Accepted for presentation at the Ninth Conference on Artificial General Intelligence (AGI 2016), 4 pages, 1 figure

  31. arXiv:1605.07700  [pdf, other

    cs.LG cs.AI

    Learning Purposeful Behaviour in the Absence of Rewards

    Authors: Marlos C. Machado, Michael Bowling

    Abstract: Artificial intelligence is commonly defined as the ability to achieve goals in the world. In the reinforcement learning framework, goals are encoded as reward functions that guide agent behaviour, and the sum of observed rewards provide a notion of progress. However, some domains have no such reward signal, or have a reward signal so sparse as to appear absent. Without reward feedback, agent behav… ▽ More

    Submitted 24 May, 2016; originally announced May 2016.

    Comments: Extended version of the paper presented at the workshop entitled Abstraction in Reinforcement Learning, at the 33rd International Conference on Machine Learning, New York, NY, USA, 2016

  32. arXiv:1512.04087  [pdf, other

    cs.AI cs.LG

    True Online Temporal-Difference Learning

    Authors: Harm van Seijen, A. Rupam Mahmood, Patrick M. Pilarski, Marlos C. Machado, Richard S. Sutton

    Abstract: The temporal-difference methods TD($λ$) and Sarsa($λ$) form a core part of modern reinforcement learning. Their appeal comes from their good performance, low computational cost, and their simple interpretation, given by their forward view. Recently, new versions of these methods were introduced, called true online TD($λ$) and true online Sarsa($λ$), respectively (van Seijen & Sutton, 2014). These… ▽ More

    Submitted 8 September, 2016; v1 submitted 13 December, 2015; originally announced December 2015.

    Comments: This is the published JMLR version. It is a much improved version. The main changes are: 1) re-structuring of the article; 2) additional analysis on the forward view; 3) empirical comparison of traditional and new forward view; 4) added discussion of other true online papers; 5) updated discussion for non-linear function approximation

    Journal ref: Journal of Machine Learning Research (JMLR), 17(145):1-40, 2016

  33. arXiv:1512.01563  [pdf, other

    cs.LG

    State of the Art Control of Atari Games Using Shallow Reinforcement Learning

    Authors: Yitao Liang, Marlos C. Machado, Erik Talvitie, Michael Bowling

    Abstract: The recently introduced Deep Q-Networks (DQN) algorithm has gained attention as one of the first successful combinations of deep neural networks and reinforcement learning. Its promise was demonstrated in the Arcade Learning Environment (ALE), a challenging framework composed of dozens of Atari 2600 games used to evaluate general competency in AI. It achieved dramatically better results than earli… ▽ More

    Submitted 21 April, 2016; v1 submitted 4 December, 2015; originally announced December 2015.

    Comments: A shorter version of this paper appears in the Proceedings of the 15th International Conference on Autonomous Agents and Multiagent Systems (AAMAS 2016)

  34. arXiv:1410.4604  [pdf, other

    cs.LG cs.AI

    Domain-Independent Optimistic Initialization for Reinforcement Learning

    Authors: Marlos C. Machado, Sriram Srinivasan, Michael Bowling

    Abstract: In Reinforcement Learning (RL), it is common to use optimistic initialization of value functions to encourage exploration. However, such an approach generally depends on the domain, viz., the scale of the rewards must be known, and the feature representation must have a constant norm. We present a simple approach that performs optimistic initialization with less dependence on the domain.

    Submitted 16 October, 2014; originally announced October 2014.

  35. arXiv:1312.3903  [pdf, other

    cs.AI cs.LG

    A Methodology for Player Modeling based on Machine Learning

    Authors: Marlos C. Machado

    Abstract: AI is gradually receiving more attention as a fundamental feature to increase the immersion in digital games. Among the several AI approaches, player modeling is becoming an important one. The main idea is to understand and model the player characteristics and behaviors in order to develop a better AI. In this work, we discuss several aspects of this new field. We proposed a taxonomy to organize t… ▽ More

    Submitted 13 December, 2013; originally announced December 2013.

    Comments: Thesis presented by Marlos C. Machado as part of the requirements for the degree or Master of Science in Computer Science granted by the Universidade Federal de Minas Gerais. February, 18th, 2013