Ai
6 Star 33 Fork 12

OpenDILab开源决策智能平台/GoBigger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 845 Bytes
一键复制 编辑 原始数据 按行查看 历史
Whiser 提交于 2021-11-29 17:28 +08:00 . Update setup.py
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',
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/opendilab/GoBigger.git
git@gitee.com:opendilab/GoBigger.git
opendilab
GoBigger
GoBigger
main

搜索帮助