Véronique Ventos

AI
h-index10
4papers
115citations
Novelty35%
AI Score21

4 Papers

8.9AIJan 29, 2021
Optimizing $αμ$

Tristan Cazenave, Swann Legras, Véronique Ventos

$αμ$ is a search algorithm which repairs two defaults of Perfect Information Monte Carlo search: strategy fusion and non locality. In this paper we optimize $αμ$ for the game of Bridge, avoiding useless computations. The proposed optimizations are general and apply to other imperfect information turn-based games. We define multiple optimizations involving Pareto fronts, and show that these optimizations speed up the search. Some of these optimizations are cuts that stop the search at a node, while others keep track of which possible worlds have become redundant, avoiding unnecessary, costly evaluations. We also measure the benefits of parallelizing the double dummy searches at the leaves of the $αμ$ search tree.

2.3AIMay 4, 2020
Construction and Elicitation of a Black Box Model in the Game of Bridge

Véronique Ventos, Daniel Braun, Colin Deheeger et al.

We address the problem of building a decision model for a specific bidding situation in the game of Bridge. We propose the following multi-step methodology i) Build a set of examples for the decision problem and use simulations to associate a decision to each example ii) Use supervised relational learning to build an accurate and readable model iii) Perform a joint analysis between domain experts and data scientists to improve the learning language, including the production by experts of a handmade model iv) Build a better, more readable and accurate model.

2.3AIJan 22, 2020
StarAI: Reducing incompleteness in the game of Bridge using PLP

J Li, S Thepaut, V Ventos

Bridge is a trick-taking card game requiring the ability to evaluate probabilities since it is a game of incomplete information where each player only sees its cards. In order to choose a strategy, a player needs to gather information about the hidden cards in the other players' hand. We present a methodology allowing us to model a part of card playing in Bridge using Probabilistic Logic Programming.

8.5AINov 18, 2019
The αμ Search Algorithm for the Game of Bridge

Tristan Cazenave, Véronique Ventos

αμ is an anytime heuristic search algorithm for incomplete information games that assumes perfect information for the opponents. αμ addresses the strategy fusion and non-locality problems encountered by Perfect Information Monte Carlo sampling. In this paper αμ is applied to the game of Bridge.