Skip to main content

Scripts to perform EGTA

Project description

Empirical Game-Theoretic Analysis

[![Build Status](https://img.shields.io/travis/egtaonline/quiesce.svg?style=flat-square)](https://travis-ci.org/egtaonline/quiesce) [![Coverage](https://img.shields.io/coveralls/egtaonline/quiesce.svg?style=flat-square)](https://coveralls.io/github/egtaonline/quiesce)

A command line tool for running egta on arbitrary simulators.

Setup

` pip install --user -U egta `

Usage

You need a set of supplementary files to actually run this. These files describe the game that’s going to be run, and the process of getting payoff data for each profile when requested. This repository contains a sample simulator called cdasim that can be used for this purpose. Below are some example uses

  1. Perform the quiesce routine on a game that already has game data. One can also add noise to the payoffs for testing of equilibria procedures but this will just run it with no noise.

    ` egta --game-json cdasim/data_game.json quiesce game --load-game `

  2. Perform the quiesce routine on a game that’s defined by a command line simulator. This will get profile data by sampling from the cdasim python simulator.

    ` egta --game-json cdasim/small_game.json quiesce sim -- python3 cdasim/sim.py 1 --single `

    By default the quiesce routine only uses one payoff sample per profile. Setting –count to a larger number will help reduce the noise.

  3. Perform the quiesce routine on a game that’s defined by an EGTA Online zip file. This will get profile by calling the batch script from a zip file the same way as EGTA Online. To accomplish this, this repository has a zip scheduler that takes a zip file and schedules like EGTA Online does.

    ` egta --game-json cdasim/small_game.json quiesce zip cdasim/cdasim.zip `

  1. Perform the quiesce routine on a game with information on EGTA Online. The parameters specified here are for the same simulation that was uploaded there.

    ` egta --game-id 1466 quiesce --dpr buyers:2,sellers:2 egta --sim-memory 2048 --sim-time 60 `

    Note: To use this method, your EGTA Online credentials must be stored in a place where the python api can find them. Note: This game has already been solved, so this call will only fetch the initial game and then solve it without scheduling more profiles.

Development

Makefile has all of the relevant commands for settings up a development environment. Typing make will print out everything it’s setup to do.

make setup will do a best effort to setup an appropriate development environment. The script requires a python interpreter that’s at least version 3.5. To specify a different interpreter than the default lookup on your path use make setup PYTHON=<alternate-python>, e.g. on many ubuntu systems you might need to run make setup PYTHON=python3.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

egta-0.1.0.tar.gz (39.5 kB view details)

Uploaded Source

Built Distribution

egta-0.1.0-py3-none-any.whl (40.8 kB view details)

Uploaded Python 3

File details

Details for the file egta-0.1.0.tar.gz.

File metadata

  • Download URL: egta-0.1.0.tar.gz
  • Upload date:
  • Size: 39.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for egta-0.1.0.tar.gz
Algorithm Hash digest
SHA256 715763d43aa29742f9137d6eeb085803b7a70dfaafe8ce03ae6d0ee8f73eb3f6
MD5 605431a4693591b628c202305586b3ab
BLAKE2b-256 a932650ba28cc59c87ce63062f04cb52c6febd77e4f7a9212b7081384f670f5b

See more details on using hashes here.

File details

Details for the file egta-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for egta-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 42b5b078b71db848976889e9e44be4f9f1b898bd846db65000e83a73d02b4fa2
MD5 38828a4437a26bb9646aeb2dab04da6f
BLAKE2b-256 c2635bbd12e7b16964b21cb7a31713bab77804eb3dd86c47cedde6560328ae77

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page