1 Star 0 Fork 1

李想 / qiuqiucomp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
lx1374327576 提交于 2022-01-15 20:25 . initial commit
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from setuptools import setup
setup(
name='gobigger',
version='0.1.3',
description='Go-Bigger: Multi-Agent Decision Intelligence Environment',
author='OpenDILab',
license='Apache License, Version 2.0',
keywords='Go-Bigger DI',
packages=[
'gobigger',
'gobigger.agents',
'gobigger.balls',
'gobigger.server',
'gobigger.utils',
'gobigger.managers',
'gobigger.players',
'gobigger.render',
'gobigger.envs',
'gobigger.bin',
],
install_requires=[
'easydict',
'gym>=0.15.3', # pypy incompatible
'pygame>=2.0.0',
'pytest>=5.0.0',
'opencv-python',
'numpy>=1.10, <= 1.19',
]
)
Python
1
https://gitee.com/lixiangwlgc/qiuqiucomp.git
git@gitee.com:lixiangwlgc/qiuqiucomp.git
lixiangwlgc
qiuqiucomp
qiuqiucomp
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891