Skip to content

Commit

Permalink
Create SGA.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerneil committed Sep 26, 2018
1 parent 6ace7d2 commit dba30af
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions SGA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# The Mechanics of n-Player Differentiable Games
David Balduzzi 1 Sebastien Racani´ere` 1 James Martens 1 Jakob Foerster 2 Karl Tuyls 1 Thore Graepel 1

## abstract
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 there are multiple interacting losses.

The behavior of gradient-based methods in games is not well understood – and is becoming increasingly important as adversarial and multiobjective architectures proliferate.

In this paper, we develop new techniques to understand and control the dynamics in general games.

The key result is to decompose the second-order dynamics into two components.

The first is related to potential games, which reduce to gradient descent on an implicit function; the second 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 general games.

Basic experiments show SGA is competitive with recently proposed algorithms for finding stable fixed points in GANs – whilst at the same time being applicable to – and having guarantees in – much more general games.

0 comments on commit dba30af

Please sign in to comment.