paper-with-me

홈 › Papers

Differentiable Game Mechanics

2019-05-13 · Alistair Letcher, David Balduzzi, Sebastien Racaniere, James Martens, Jakob Foerster, Karl Tuyls, Thore Graepel

Deep learning is built on the foundational guarantee that gradient descent on an objective function converges to local minima. Unfortunately, this guarantee fails in settings, such as generative adversarial nets, that exhibit multiple interacting losses. The behavior of gradient-based methods in games is not well understood -- and is becoming increasingly important as adversarial and multi-objective architectures proliferate. In this paper, we develop new tools to understand and control the dynamics in n-player differentiable games. The key result is to decompose the game Jacobian into two components. The first, symmetric component, is related to potential games, which reduce to gradient descent on an implicit function. The second, antisymmetric component, relates to Hamiltonian games, a new class of games that obey a conservation law akin to conservation laws in classical mechanical systems. The decomposition motivates Symplectic Gradient Adjustment (SGA), a new algorithm for finding stable fixed points in differentiable games. Basic experiments show SGA is competitive with recently proposed algorithms for finding stable fixed points in GANs -- while at the same time being applicable to, and having guarantees in, much more general cases.

📄 PDF Abstract BibTeX arXiv:1905.04926

Code (1)

deepmind/symplectic-gradient-adjustment 공식 구현

Similar Papers 제목 키워드 기반

Automatic Game Design via Mechanic Generation

2019-08-04 · Alexander Zook, Mark O. Riedl

Game designs often center on the game mechanics---rules governing the logical evolution of the game. We seek to develop an intelligent system that generates computer games. As first steps towards this goal we present a c…

Game Design

Mortar: Evolving Mechanics for Automatic Game Design

2025-12-31 · Muhammad U. Nasir, Yuchen Li, Steven James, Julian Togelius arxiv

We present Mortar, a system for autonomously evolving game mechanics for automatic game design. Game mechanics define the rules and interactions that govern gameplay, and designing them manually is a time-consuming and e…

Dynamic Social Interaction Mechanics CrossAnt

2018-11-17 · Samuel Gomes, Carlos Martinho, João Dias

Nowadays, big effort is being put to study gamification and how game elements can be used to engage players. In this scope, we believe there is a growing need to explore the impact game mechanics have on the players' int…

The Mechanics of n-Player Differentiable Games

2018-02-15 · ICML 2018 7 · David Balduzzi, Sebastien Racaniere, James Martens, Jakob Foerster 외

The cornerstone underpinning deep learning is the guarantee that gradient descent on an objective converges to local minima. Unfortunately, this guarantee fails in settings, such as generative adversarial nets, where the…

StatePlay: State-Aware Game World Models for Mechanics-Consistent Generation

2026-07-29 · Zijun Lin, Zeqing Wang, Cheston Tan, Bihan Wen 외 arxiv

Recent game world models can generate visually realistic and interactive environments conditioned on player actions. However, games are not defined by pixels alone; they are governed by explicit mechanics, namely state-d…