""" | |
Overview: | |
Meta information for LightZero package. | |
""" | |
#: Title of this project (should be `LightZero`). | |
__TITLE__ = "LightZero" | |
#: Version of this project. | |
__VERSION__ = "0.0.3" | |
#: Short description of the project, will be included in ``setup.py``. | |
__DESCRIPTION__ = 'A lightweight and efficient MCTS/AlphaZero/MuZero algorithm toolkits.' | |
#: Author of this project. | |
__AUTHOR__ = "LightZero's Contributors" | |
#: Email of the authors'. | |
__AUTHOR_EMAIL__ = "opendilab@opendilab.net" | |