paper-with-me

홈 › Papers

LiteEFG: An Efficient Python Library for Solving Extensive-form Games

2024-07-29 · Mingyang Liu, Gabriele Farina, Asuman Ozdaglar

LiteEFG is an efficient library with easy-to-use Python bindings, which can solve multiplayer extensive-form games (EFGs). LiteEFG enables the user to express computation graphs in Python to define updates on the game tree structure. The graph is then executed by the C++ backend, leading to significant speedups compared to running the algorithm in Python. Moreover, in LiteEFG, the user needs to only specify the computation graph of the update rule in a decision node of the game, and LiteEFG will automatically distribute the update rule to each decision node and handle the structure of the imperfect-information game.

📄 PDF Abstract BibTeX arXiv:2407.20351

Code (1)

liumy2010/liteefg 공식 구현

Tasks

Form

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

XLB: A differentiable massively parallel lattice Boltzmann library in Python

2023-11-27 · Mohammadmehdi Ataei, Hesam Salehipour

The lattice Boltzmann method (LBM) has emerged as a prominent technique for solving fluid dynamics problems due to its algorithmic potential for computational scalability. We introduce XLB library, a Python-based differe…

CPUGPU

abess: A Fast Best Subset Selection Library in Python and R

2021-10-19 · Jin Zhu, Xueqin Wang, Liyuan Hu, Junhao Huang 외

We introduce a new library named abess that implements a unified framework of best-subset selection for solving diverse machine learning problems, e.g., linear regression, classification, and principal component analysis…

Model SelectionSparse LearningVariable Selection

DeepInverse: A Python package for solving imaging inverse problems with deep learning

2025-05-26 · Julián Tachella, Matthieu Terris, Samuel Hurault, Andrew Wang 외

DeepInverse is an open-source PyTorch-based library for solving imaging inverse problems. The library covers all crucial steps in image reconstruction from the efficient implementation of forward operators (e.g., optics,…

Image Reconstruction

Fast fully-reproducible serial/parallel Monte Carlo and MCMC simulations and visualizations via ParaMonte::Python library

2020-10-01 · Amir Shahmoradi, Fatemeh Bagheri, Joshua Alexander Osborne

ParaMonte::Python (standing for Parallel Monte Carlo in Python) is a serial and MPI-parallelized library of (Markov Chain) Monte Carlo (MCMC) routines for sampling mathematical objective functions, in particular, the pos…

Uncertainty Quantification

A scikit-based Python environment for performing multi-label classification

2017-02-05 · Piotr Szymański, Tomasz Kajdanowicz

scikit-multilearn is a Python library for performing multi-label classification. The library is compatible with the scikit/scipy ecosystem and uses sparse matrices for all internal operations. It provides native Python i…

General ClassificationManagementMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION