parent
864ee3df2f
commit
61182450b6
@ -4,7 +4,7 @@
|
||||
|
||||
---
|
||||
|
||||
[](https://pypi.org/project/tianshou/) [](https://github.com/conda-forge/tianshou-feedstock) [](https://tianshou.readthedocs.io/en/master) [](https://tianshou.readthedocs.io/zh/master/) [](https://github.com/thu-ml/tianshou/actions) [](https://codecov.io/gh/thu-ml/tianshou) [](https://github.com/thu-ml/tianshou/issues) [](https://github.com/thu-ml/tianshou/stargazers) [](https://github.com/thu-ml/tianshou/network) [](https://github.com/thu-ml/tianshou/blob/master/LICENSE)
|
||||
[](https://pypi.org/project/tianshou/) [](https://github.com/conda-forge/tianshou-feedstock) [](https://tianshou.readthedocs.io/en/master) [](https://tianshou.readthedocs.io/zh/master/) [](https://github.com/thu-ml/tianshou/actions) [](https://codecov.io/gh/thu-ml/tianshou) [](https://github.com/thu-ml/tianshou/issues) [](https://github.com/thu-ml/tianshou/stargazers) [](https://github.com/thu-ml/tianshou/network) [](https://github.com/thu-ml/tianshou/blob/master/LICENSE)
|
||||
|
||||
> ⚠️️ **Transition to Gymnasium**: The maintainers of OpenAI Gym have recently released [Gymnasium](http://github.com/Farama-Foundation/Gymnasium),
|
||||
> which is where future maintenance of OpenAI Gym will be taking place.
|
||||
@ -69,7 +69,7 @@ In Chinese, Tianshou means divinely ordained and is derived to the gift of being
|
||||
|
||||
## Installation
|
||||
|
||||
Tianshou is currently hosted on [PyPI](https://pypi.org/project/tianshou/) and [conda-forge](https://github.com/conda-forge/tianshou-feedstock). It requires Python >= 3.6.
|
||||
Tianshou is currently hosted on [PyPI](https://pypi.org/project/tianshou/) and [conda-forge](https://github.com/conda-forge/tianshou-feedstock). It requires Python >= 3.8.
|
||||
|
||||
You can simply install Tianshou from PyPI with the following command:
|
||||
|
||||
|
@ -63,7 +63,7 @@ Here is Tianshou's other features:
|
||||
Installation
|
||||
------------
|
||||
|
||||
Tianshou is currently hosted on `PyPI <https://pypi.org/project/tianshou/>`_ and `conda-forge <https://github.com/conda-forge/tianshou-feedstock>`_. It requires Python >= 3.6.
|
||||
Tianshou is currently hosted on `PyPI <https://pypi.org/project/tianshou/>`_ and `conda-forge <https://github.com/conda-forge/tianshou-feedstock>`_. It requires Python >= 3.8.
|
||||
|
||||
You can simply install Tianshou from PyPI with the following command:
|
||||
|
||||
|
5
setup.py
5
setup.py
@ -74,7 +74,7 @@ setup(
|
||||
author="TSAIL",
|
||||
author_email="trinkle23897@gmail.com",
|
||||
license="MIT",
|
||||
python_requires=">=3.6",
|
||||
python_requires=">=3.8",
|
||||
classifiers=[
|
||||
# How mature is this project? Common values are
|
||||
# 3 - Alpha
|
||||
@ -89,11 +89,10 @@ setup(
|
||||
"License :: OSI Approved :: MIT License",
|
||||
# Specify the Python versions you support here. In particular, ensure
|
||||
# that you indicate whether you support Python 2, Python 3 or both.
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
],
|
||||
keywords="reinforcement learning platform pytorch",
|
||||
packages=find_packages(
|
||||
|
0
tianshou/py.typed
Normal file
0
tianshou/py.typed
Normal file
Loading…
x
Reference in New Issue
Block a user