Skip to main content

Showing 1–6 of 6 results for author: Solinas, C

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

    cs.AI cs.LG

    Transformer Based Planning in the Observation Space with Applications to Trick Taking Card Games

    Authors: Douglas Rebstock, Christopher Solinas, Nathan R. Sturtevant, Michael Buro

    Abstract: Traditional search algorithms have issues when applied to games of imperfect information where the number of possible underlying states and trajectories are very large. This challenge is particularly evident in trick-taking card games. While state sampling techniques such as Perfect Information Monte Carlo (PIMC) search has shown success in these contexts, they still have major limitations. We p… ▽ More

    Submitted 19 April, 2024; originally announced April 2024.

  2. arXiv:2311.14651  [pdf, other

    cs.GT cs.AI

    History Filtering in Imperfect Information Games: Algorithms and Complexity

    Authors: Christopher Solinas, Douglas Rebstock, Nathan R. Sturtevant, Michael Buro

    Abstract: Historically applied exclusively to perfect information games, depth-limited search with value functions has been key to recent advances in AI for imperfect information games. Most prominent approaches with strong theoretical guarantees require subgame decomposition - a process in which a subgame is computed from public information and player beliefs. However, subgame decomposition can itself requ… ▽ More

    Submitted 24 November, 2023; originally announced November 2023.

  3. arXiv:1905.10911  [pdf, other

    cs.AI

    Policy Based Inference in Trick-Taking Card Games

    Authors: Douglas Rebstock, Christopher Solinas, Michael Buro, Nathan R. Sturtevant

    Abstract: Trick-taking card games feature a large amount of private information that slowly gets revealed through a long sequence of actions. This makes the number of histories exponentially large in the action sequence length, as well as creating extremely large information sets. As a result, these games become too large to solve. To deal with these issues many algorithms employ inference, the estimation o… ▽ More

    Submitted 26 May, 2019; originally announced May 2019.

    Comments: accepted to IEEE Conference on Games 2019 (CoG-2019)

  4. arXiv:1905.10907  [pdf, other

    cs.AI

    Learning Policies from Human Data for Skat

    Authors: Douglas Rebstock, Christopher Solinas, Michael Buro

    Abstract: Decision-making in large imperfect information games is difficult. Thanks to recent success in Poker, Counterfactual Regret Minimization (CFR) methods have been at the forefront of research in these games. However, most of the success in large games comes with the use of a forward model and powerful state abstractions. In trick-taking card games like Bridge or Skat, large information sets and an i… ▽ More

    Submitted 26 May, 2019; originally announced May 2019.

    Comments: accepted by IEEE Conference on Games 2019 (CoG-2019)

  5. Improving Search with Supervised Learning in Trick-Based Card Games

    Authors: Christopher Solinas, Douglas Rebstock, Michael Buro

    Abstract: In trick-taking card games, a two-step process of state sampling and evaluation is widely used to approximate move values. While the evaluation component is vital, the accuracy of move value estimates is also fundamentally linked to how well the sampling distribution corresponds the true distribution. Despite this, recent work in trick-taking card game AI has mainly focused on improving evaluation… ▽ More

    Submitted 22 March, 2019; originally announced March 2019.

    Comments: Accepted for publication at AAAI-19

    Journal ref: Vol 33 (2019): Proceedings of the Thirty-Third AAAI Conference on Artificial Intelligence, Pages 1158-1165

  6. arXiv:1705.01176  [pdf, other

    cs.DC cs.PF

    How does Docker affect energy consumption? Evaluating workloads in and out of Docker containers

    Authors: Eddie Antonio Santos, Carson McLean, Christopher Solinas, Abram Hindle

    Abstract: Context: Virtual machines provide isolation of services at the cost of hypervisors and more resource usage. This spurred the growth of systems like Docker that enable single hosts to isolate several applications, similar to VMs, within a low-overhead abstraction called containers. Motivation: Although containers tout low overhead performance, do they still have low energy consumption? Methodol… ▽ More

    Submitted 2 May, 2017; originally announced May 2017.

    Comments: 12 pages (minus references), 10 figures

    ACM Class: H.3.4