没有合适的资源?快使用搜索试试~ 我知道了~
Nashpy:用于在两个玩家游戏中计算Nash平衡的库
共69个文件
py:31个
rst:24个
md:4个
需积分: 43 13 下载量 198 浏览量
2021-01-31
16:39:33
上传
评论
收藏 81KB ZIP 举报
温馨提示
Nashpy:一个用于计算2个玩家战略游戏均衡性的python库。 该库在2个玩家游戏中实现了纳什均衡的以下算法: 支持列举 最佳响应多面体顶点枚举 Lemke Howson算法 Nashpy具有一组简单的Python依赖关系:它仅需要numpy和scipy因此可以直接在所有操作系统上安装。 安装 通过设计,Nashpy易于安装:最简单的安装方法是从pypi: $ python -m pip install nashpy 用法 通过传递两个二维数组/列表来创建双向矩阵游戏: >> > import nashpy as nash >> > A = [[ 1 , 2 ], [ 3 , 0 ]] >> > B = [[ 0 , 2 ], [ 3 , 1 ]] >> > game = nash . Game ( A , B ) >> > for eq in game . support_enumeration (): ... print ( eq ) ( array ([ 1. , 0. ]), array ([ 0. , 1. ])) ( array ([ 0. , 1. ]
资源推荐
资源详情
资源评论
收起资源包目录
Nashpy-master.zip (69个子文件)
Nashpy-master
setup.py 587B
.gitignore 96B
readthedocs.yml 403B
requirements.txt 28B
src
nashpy
__init__.py 56B
polytope
__init__.py 111B
polytope.py 2KB
algorithms
__init__.py 0B
lemke_howson.py 3KB
lemke_howson_lex.py 4KB
vertex_enumeration.py 1KB
support_enumeration.py 5KB
integer_pivoting
__init__.py 68B
integer_pivoting.py 2KB
integer_pivoting_lex.py 3KB
version.py 23B
learning
__init__.py 0B
fictitious_play.py 1KB
game.py 5KB
CITATION.md 637B
LICENSE 1KB
doctests.py 650B
.github
workflows
config.yml 1KB
README.md 2KB
tests
unit
test_polytope.py 7KB
test_integer_pivoting.py 4KB
test_fictitious_play.py 3KB
__init__.py 0B
test_version.py 201B
test_game.py 17KB
test_integer_pivoting_lex.py 6KB
test_vertex_enumeration.py 2KB
test_lemke_howson_lex.py 2KB
test_lemke_howson.py 3KB
test_support_enumeration.py 13KB
environment.yml 143B
CHANGES.md 1KB
paper.bib 2KB
docs
Makefile 606B
index.rst 727B
conf.py 5KB
_static
learning
divergent_example
main.svg 34KB
main.py 843B
convergent_example
main.svg 38KB
main.py 867B
reference
fictitious-play.rst 3KB
vertex-enumeration.rst 4KB
support-enumeration.rst 2KB
index.rst 212B
bibliography.rst 2KB
lemke-howson.rst 7KB
source
nashpy.algorithms.rst 676B
nashpy.rst 373B
nashpy.learning.rst 262B
degenerate-games.rst 3KB
how-to
install-nashpy.rst 353B
index.rst 257B
solve-with-vertex-enumeration.rst 588B
use-fictitious-play.rst 2KB
solve-with-support-enumeration.rst 593B
calculate-utilities.rst 839B
solve-with-lemke-howson.rst 1KB
create-a-game.rst 1017B
tutorial
index.rst 7KB
discussion
john-nash.rst 613B
index.rst 126B
other-python-game-theory-libraries.rst 975B
gambit.rst 2KB
paper.md 5KB
共 69 条
- 1
资源评论
管墨迪
- 粉丝: 26
- 资源: 4665
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功