Skip to content

Commit 9bda186

Browse files
committed
v1.2.6
1 parent 094b0e1 commit 9bda186

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = 'XuanCe'
1616
copyright = '2023, XuanCe Contributors.'
1717
author = 'Wenzhang Liu, etc.'
18-
release = "1.2.5"
18+
release = "1.2.6"
1919

2020
# The master toctree document.
2121
master_doc = 'index'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"environment/magent2/libmagent.dylib" # for magent2 environment on MacOS (for Intel CPU)
1515
]
1616
},
17-
version="1.2.5",
17+
version="1.2.6",
1818
description='XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library.',
1919
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.',
2020
author='Wenzhang Liu, et al.',

xuance/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"get_configs"
99
]
1010

11-
__version__ = 'v1.2.5'
11+
__version__ = 'v1.2.6'

0 commit comments

Comments
 (0)