معرفی شرکت ها


egta-0.2.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Scripts to perform EGTA
ویژگی مقدار
سیستم عامل -
نام فایل egta-0.2.2
نام egta
نسخه کتابخانه 0.2.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Strategic Reasoning Group
ایمیل نویسنده strategic.reasoning.group@umich.edu
آدرس صفحه اصلی https://github.com/egtaonline/quiesce.git
آدرس اینترنتی https://pypi.org/project/egta/
مجوز Apache 2.0
Empirical Game-Theoretic Analysis ================================= [![build](https://github.com/egtaonline/quiesce/workflows/build/badge.svg)](https://github.com/egtaonline/quiesce/actions) 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`.


نیازمندی

مقدار نام
~=8.1.0 gameanalysis
==0.8.7 egtaonlineapi
~=1.18.0 numpy
~=20.8b1 black
~=7.19 ipython
~=2.6 pylint
~=0.14 pytest-asyncio
~=2.10 pytest-cov
~=0.6 pytest-env
~=1.4 pytest-timeout
~=2.1 pytest-xdist
~=6.1 pytest
~=1.7 sphinx
~=0.4 timeout-decorator
~=3.2 twine
~=0.35 wheel


نحوه نصب


نصب پکیج whl egta-0.2.2:

    pip install egta-0.2.2.whl


نصب پکیج tar.gz egta-0.2.2:

    pip install egta-0.2.2.tar.gz