代码拉取完成,页面将自动刷新
from setuptools import setup, find_packages
setup(
name='highway-env',
version='1.0.dev0',
description='An environment for simulated highway driving tasks',
url='https://github.com/eleurent/highway-env',
author='Edouard Leurent',
author_email='eleurent@gmail.com',
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Researchers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
],
keywords='autonomous highway driving simulation environment reinforcement learning',
packages=find_packages(exclude=['docs', 'scripts', 'tests']),
install_requires=['gym', 'numpy', 'pygame', 'matplotlib', 'pandas'],
tests_require=['pytest'],
extras_require={
'dev': ['scipy'],
'deploy': ['pytest-runner', 'sphinx<1.7.3', 'sphinx_rtd_theme']
},
entry_points={
'console_scripts': [],
},
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。