معرفی شرکت ها


darkhex-0.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Set of tools to analyze and research the game Dark Hex.
ویژگی مقدار
سیستم عامل -
نام فایل darkhex-0.0.1
نام darkhex
نسخه کتابخانه 0.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Bedir Tapkan
ایمیل نویسنده tapkan@ualberta.ca
آدرس صفحه اصلی https://github.com/BedirT/darkHex
آدرس اینترنتی https://pypi.org/project/darkhex/
مجوز -
# DarkHex Dark Hex is the imperfect information version of the game Hex. This game has a really scarce work on it. In this repository I am including an implementation of the game along with some algorithms implemented specifically for DarkHex. Also I included the results of some of the experiments. For details on DarkHex and any of the algorithms used as well as the experiments please check my thesis [-link-](). - [What is Hex](<https://en.wikipedia.org/wiki/Hex_(board_game)>) - [Dark-Hex Open Spiel Implementation](https://github.com/deepmind/open_spiel/blob/master/open_spiel/games/dark_hex.h) - [Sample Game](Sample_game.md) ## Implementations - [x] pONE - [x] Vanilla CFR - [x] FSI-CFR - [x] Backward Induction Best Response - [ ] AlphaZero Approximate Best Response - [ ] CFR+ - [ ] MCCFR - [ ] NFSP - [ ] Deep CFR ### Installation The library is uploaded on Pypi and can be installed using pip. Before pip called make sure you have the following packages installed: - [Python 3.6](https://www.python.org/downloads/) - [PyGObject - bindings for GTK3](https://pypi.org/project/pygobject/) - [Graphviz](https://www.graphviz.org/) - [GCC](https://gcc.gnu.org/) - [Libcairo](https://www.cairographics.org/) They are mostly required for graph drawing and setup reasons. Please make sure you have these packages installed before installing the library. #### For Debian / Ubuntu ```bash sudo apt-get install libgirepository1.0-dev gcc libcairo2-dev pkg-config gir1.2-gtk-3.0 graphviz ``` #### For MacOS ```bash brew install gobject-introspection graphviz cairo pkg-config gtk+3 gcc ``` After installing the packages you can install the library using pypi. ```bash pip install darkhex ``` #### Setup from source using pip Installing from source would be helpful if you wanted a custom version of the library / helping with development. Make sure you have the packages above installed. ##### Virtual Environment We recommend using a virtual environment for the development. E.g. for Ubuntu or Debian: ```bash sudo apt-get install virtualenv python3-virtualenv virtualenv venv source venv/bin/activate ``` Rest of the installation is just installing python requirements. E.g. for Ubuntu or Debian: ```bash # Install the libraries listed above sudo apt-get install libgirepository1.0-dev gcc libcairo2-dev pkg-config gir1.2-gtk-3.0 graphviz # Install the python packages pip install -r requirements.txt ``` **Update PYTHONPATH on your .bashrc or .zshrc file (or .venv/bin/activate)**


نیازمندی

مقدار نام
- numpy
- open-spiel
- pydot
- xdot
- pycairo
- PyGObject
- dill
- pytest
- typing


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl darkhex-0.0.1:

    pip install darkhex-0.0.1.whl


نصب پکیج tar.gz darkhex-0.0.1:

    pip install darkhex-0.0.1.tar.gz