egta.trace module¶
Module for tracing continuous equilibria
- 
egta.trace.trace_all_equilibria(agame0, agame1, *, regret_thresh=0.001, dist_thresh=0.1, max_step=0.1, executor=None, **innerloop_args)[source]¶ Trace out all equilibria between all games
Parameters: - agame0 (AsyncGame) – The game that is played when time is 0.
 - agame1 (AsyncGame) – The game that is played when time is 1.
 - regret_thresh (float, optional) – The threshold for epsilon regret for equilibria returned.
 - exectutor (Executor, optional) – The executor to run computation intensive operations in.