Skip to content

j-grana6/PyNFG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyNFG - A Python package for modeling and solving Network Form Games

PyNFG is distributed under the GNU Affero GPL. http://www.gnu.org/licenses/agpl.html

  1. Welcome

PyNFG is designed to make it easy for researchers to model strategic environments using the Network Form Game (NFG) formalism developed by David Wolpert with contributions from Ritchie Lee, James Bono and others. The main idea of the NFG framework is to translate a strategic environment into the language of probabilistic graphical models. The result is a more intuitive, powerful, and user-friendly framework than the extensive form.

For an introduction to the semi-NFG framework and Level-K D-Relaxed Strategies:

  • Lee, R. and Wolpert, D.H., “Game-Theoretic Modeling of Human Behavior in Mid-Air Collisions”, Decision-Making with Imperfect Decision Makers, T. Guy, M. Karny and D.H.Wolpert (Ed.’s), Springer (2011).

For an introduction to iterated semi-NFG framework and Level-K Reinforcement Learning:

  • Ritchie Lee, David H. Wolpert, James Bono, Scott Backhaus, Russell Bent, Brendan Tracey. "Counter-Factual Reinforcement Learning: How to Model Decision-Makers That Anticipate The Future." http://arxiv.org/abs/1207.0852
  • Scott Backhaus, Russell Bent, James Bono, Ritchie Lee, Brendan Tracey, David Wolpert, Dongping Xie, Yildiray Yildiz "Cyber-Physical Security: A Game Theory Model of Humans Interacting over Control Systems." http://arxiv.org/abs/1304.3996

For an introduction to Predictive Game Theory:

  1. Installation

PyNFG requires the following packages: Numpy, Scipy, Matplotlib, Networkx, and PyGraphviz. Pygraphviz and Networkx are used only for visualizing the Directed Acyclic Graphs (DAGs) that represent semi-NFGs.

To install from source: Download the source from https://pypi.python.org/pypi/PyNFG/0.1.0. Unzip. Then from the directory with the unzipped files, do "python setup.py install".

  1. Questions and Comments

The documentation is hosted at http://pythonhosted.org/PyNFG/.

For questions about using PyNFG, reporting bugs or offering suggestions, please subscribe (low volume) and mail the googlegroup at pynfg@googlegroups.com.

  1. Contributors

PyNFG is authored by James Bono, Justin Grana and Dongping Xie. The project has received valuable feedback from David Wolpert, Adrian Agogino, Juan Alonso, Brendan Tracey, Alice Fan, Dominic McConnachie, Kee Palopo, Huu Huynh, and others.

About

A Python package for modeling and solving Network Form Games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%