Skip to main content

Showing 1–10 of 10 results for author: Richoux, F

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

    cs.AI

    Injecting Combinatorial Optimization into MCTS: Application to the Board Game boop

    Authors: Florian Richoux

    Abstract: Games, including abstract board games, constitute a convenient ground to create, design, and improve new AI methods. In this field, Monte Carlo Tree Search is a popular algorithm family, aiming to build game trees and explore them efficiently. Combinatorial Optimization, on the other hand, aims to model and solve problems with an objective to optimize and constraints to satisfy, and is less common… ▽ More

    Submitted 12 June, 2024; originally announced June 2024.

    Comments: 8 pages, 3 figures

  2. Terrain Analysis in StarCraft 1 and 2 as Combinatorial Optimization

    Authors: Florian Richoux

    Abstract: Terrain analysis in Real-Time Strategy games is a necessary step to allow spacial reasoning. The goal of terrain analysis is to gather and process data about the map topology and properties to have a qualitative spatial representation. On StarCraft games, all previous works on terrain analysis propose a crisp analysis based on connected component detection, Voronoi diagram computation and pruning,… ▽ More

    Submitted 17 May, 2022; originally announced May 2022.

    Comments: Accepted to IEEE CEC 2022

  3. microPhantom: Playing microRTS under uncertainty and chaos

    Authors: Florian Richoux

    Abstract: This competition paper presents microPhantom, a bot playing microRTS and participating in the 2020 microRTS AI competition. microPhantom is based on our previous bot POAdaptive which won the partially observable track of the 2018 and 2019 microRTS AI competitions. In this paper, we focus on decision-making under uncertainty, by tackling the Unit Production Problem with a method based on a combinat… ▽ More

    Submitted 16 June, 2020; v1 submitted 22 May, 2020; originally announced May 2020.

  4. Learning Interpretable Error Functions for Combinatorial Optimization Problem Modeling

    Authors: Florian Richoux, Jean-François Baffier

    Abstract: In Constraint Programming, constraints are usually represented as predicates allowing or forbidding combinations of values. However, some algorithms exploit a finer representation: error functions. Their usage comes with a price though: it makes problem modeling significantly harder. Here, we propose a method to automatically learn an error function corresponding to a constraint, given a function… ▽ More

    Submitted 7 July, 2021; v1 submitted 22 February, 2020; originally announced February 2020.

  5. arXiv:1901.06268  [pdf, other

    cs.LG q-bio.QM stat.ML

    Comparing two deep learning sequence-based models for protein-protein interaction prediction

    Authors: Florian Richoux, Charlène Servantie, Cynthia Borès, Stéphane Téletchéa

    Abstract: Biological data are extremely diverse, complex but also quite sparse. The recent developments in deep learning methods are offering new possibilities for the analysis of complex data. However, it is easy to be get a deep learning model that seems to have good results but is in fact either overfitting the training data or the validation data. In particular, the fact to overfit the validation data,… ▽ More

    Submitted 14 January, 2019; originally announced January 2019.

  6. Constrained optimization under uncertainty for decision-making problems: Application to Real-Time Strategy games

    Authors: Valentin Antuori, Florian Richoux

    Abstract: Decision-making problems can be modeled as combinatorial optimization problems with Constraint Programming formalisms such as Constrained Optimization Problems. However, few Constraint Programming formalisms can deal with both optimization and uncertainty at the same time, and none of them are convenient to model problems we tackle in this paper. Here, we propose a way to deal with combinatorial… ▽ More

    Submitted 23 April, 2019; v1 submitted 3 January, 2019; originally announced January 2019.

    Comments: Published at the 2019 IEEE Congress on Evolutionary Computation (CEC'19)

  7. arXiv:1611.00625  [pdf, other

    cs.LG cs.AI

    TorchCraft: a Library for Machine Learning Research on Real-Time Strategy Games

    Authors: Gabriel Synnaeve, Nantas Nardelli, Alex Auvolat, Soumith Chintala, Timothée Lacroix, Zeming Lin, Florian Richoux, Nicolas Usunier

    Abstract: We present TorchCraft, a library that enables deep learning research on Real-Time Strategy (RTS) games such as StarCraft: Brood War, by making it easier to control these games from a machine learning framework, here Torch. This white paper argues for using RTS games as a benchmark for AI research, and describes the design and components of TorchCraft.

    Submitted 3 November, 2016; v1 submitted 1 November, 2016; originally announced November 2016.

    ACM Class: I.2.1

  8. Prediction of Parallel Speed-ups for Las Vegas Algorithms

    Authors: Charlotte Truchet, Florian Richoux, Philippe Codognet

    Abstract: We propose a probabilistic model for the parallel execution of Las Vegas algorithms, i.e., randomized algorithms whose runtime might vary from one execution to another, even with the same input. This model aims at predicting the parallel performances (i.e., speedups) by analysis the runtime distribution of the sequential runs of the algorithm. Then, we study in practice the case of a particular La… ▽ More

    Submitted 18 December, 2012; originally announced December 2012.

    Comments: 10 pages, 14 figures, 5 tables. Latex ACM Sigplan format

    Journal ref: Proceedings of the IEEE 2013 42nd International Conference on Parallel Processing

  9. arXiv:1011.4757  [pdf, ps, other

    cs.CC cs.LO

    Complexity of Existential Positive First-Order Logic

    Authors: Manuel Bodirsky, Miki Hermann, Florian Richoux

    Abstract: Let gamma be a (not necessarily finite) structure with a finite relational signature. We prove that deciding whether a given existential positive sentence holds in gamma is in Logspace or complete for the class CSP(gamma)_NP under deterministic polynomial-time many-one reductions. Here, CSP(gamma)_NP is the class of problems that can be reduced to the Constraint Satisfaction Problem of gamma under… ▽ More

    Submitted 11 January, 2011; v1 submitted 22 November, 2010; originally announced November 2010.

    Comments: 8 pages

  10. arXiv:1011.4744  [pdf, ps, other

    cs.CC

    Complexity of Homogeneous Co-Boolean Constraint Satisfaction Problems

    Authors: Florian Richoux

    Abstract: Constraint Satisfaction Problems (CSP) constitute a convenient way to capture many combinatorial problems. The general CSP is known to be NP-complete, but its complexity depends on a template, usually a set of relations, upon which they are constructed. Following this template, there exist tractable and intractable instances of CSPs. It has been proved that for each CSP problem over a given set of… ▽ More

    Submitted 22 November, 2010; originally announced November 2010.

    Comments: 9 pages