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.

    `bash egta quiesce game:game:cdasim/data_game.json `

  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.

    `bash egta quiesce 'sim:game:cdasim/small_game.json,command:python3 cdasim/sim.py 1 --single' `

    By default the quiesce routine only uses one payoff sample per profile. Adding ,count:<number> to the description 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.

    `bash egta quiesce zip:game:cdasim/small_game.json,zipf:cdasim/cdasim.zip `

  4. 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.

    `bash egta quiesce eo:game:1466,mem:2048,time:60 --dpr buyers:2,sellers:2 `

    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.2.1.tar.gz (40.0 kB view details)

Uploaded Source

Built Distribution

egta-0.2.1-py3-none-any.whl (41.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for egta-0.2.1.tar.gz
Algorithm Hash digest
SHA256 4f3e84f7f8be98effb0c67fc0dceb41ad441239765bf2a74abfb79a62e6bb957
MD5 2164f37686800ae66ef877d43a3d6425
BLAKE2b-256 118367756ad7a7077f7c0585ed1faba89e31b73a660dbd6e69a4bd7ec23d0d48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for egta-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 56fc2ae41a712e79fef44d0b438ddfc7d30e7985c68c0ef25682924eeb912252
MD5 7035d634317b36d4c9d5a4e26e922088
BLAKE2b-256 ff0f16b41b698e8e5decc3984b011ad426df8aa4141857de4c83029b9af252d1

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