Skip to content

Commit

Permalink
version: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhangliu committed May 12, 2024
1 parent f37263c commit 11e8f57
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions docs/source/documents/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,18 @@ Install via PyPI

.. tabs::

.. group-tab:: PyTorch
.. group-tab:: No DL toolbox

.. code-block:: bash
pip install xuance
.. group-tab:: PyTorch

.. code-block:: bash
pip install xuance[torch]
.. group-tab:: TensorFlow

.. code-block:: bash
Expand Down Expand Up @@ -109,12 +115,18 @@ Alternatively, you can install XuanCe from its GitHub repository.

.. tabs::

.. group-tab:: PyTorch
.. group-tab:: No DL toolbox

.. code-block:: bash
pip install -e .
.. group-tab:: PyTorch

.. code-block:: bash
pip install -e .[torch]
.. group-tab:: TensorFlow

.. code-block:: bash
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"environment/magent2/libmagent.dylib" # for magent2 environment on MacOS (for Intel CPU)
]
},
version="1.1.0",
version="1.1.1",
description='XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library.',
long_description='XuanCe is an open-source ensemble of Deep Reinforcement Learning (DRL) algorithm implementations. We call it as Xuan-Ce (玄策) in Chinese. "Xuan (玄)" means incredible and magic box, "Ce (策)" means policy. DRL algorithms are sensitive to hyper-parameters tuning, varying in performance with different tricks, and suffering from unstable training processes, therefore, sometimes DRL algorithms seems elusive and "Xuan". This project gives a thorough, high-quality and easy-to-understand implementation of DRL algorithms, and hope this implementation can give a hint on the magics of reinforcement learning. We expect it to be compatible with multiple deep learning toolboxes( PyTorch, TensorFlow, and MindSpore), and hope it can really become a zoo full of DRL algorithms.',
author='Wenzhang Liu, et al.',
Expand Down

0 comments on commit 11e8f57

Please sign in to comment.