xuance


Namexuance JSON
Version 1.1.1 PyPI version JSON
download
home_pageNone
SummaryXuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library.
upload_time2024-05-12 09:33:10
maintainerNone
docs_urlNone
authorWenzhang Liu, et al.
requires_pythonNone
licenseMIT
keywords deep reinforcement learning software library pytorch tensorflow2 mindspore
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xuance",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "deep reinforcement learning, software library, PyTorch, TensorFlow2, MindSpore",
    "author": "Wenzhang Liu, et al.",
    "author_email": "liu_wzh@foxmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5d/96/62c6f94a784fa57326a7eabc4d4420c4d2ed529b372bf7d2b3d60f55b34c/xuance-1.1.1.tar.gz",
    "platform": null,
    "description": "XuanCe is an open-source ensemble of Deep Reinforcement Learning (DRL) algorithm implementations. We call it as Xuan-Ce (\u7384\u7b56) in Chinese. \"Xuan (\u7384)\" means incredible and magic box, \"Ce (\u7b56)\" 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.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "XuanCe: A Comprehensive and Unified Deep Reinforcement Learning Library.",
    "version": "1.1.1",
    "project_urls": {
        "Download": "https://github.com/agi-brain/xuance.git"
    },
    "split_keywords": [
        "deep reinforcement learning",
        " software library",
        " pytorch",
        " tensorflow2",
        " mindspore"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d9662c6f94a784fa57326a7eabc4d4420c4d2ed529b372bf7d2b3d60f55b34c",
                "md5": "a0c4285504ef3bb13036088d216f7198",
                "sha256": "2aa257db7e26534afc42e55065bd60c72192fc4997e67fee5a0c450e52962e89"
            },
            "downloads": -1,
            "filename": "xuance-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a0c4285504ef3bb13036088d216f7198",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1248032,
            "upload_time": "2024-05-12T09:33:10",
            "upload_time_iso_8601": "2024-05-12T09:33:10.264642Z",
            "url": "https://files.pythonhosted.org/packages/5d/96/62c6f94a784fa57326a7eabc4d4420c4d2ed529b372bf7d2b3d60f55b34c/xuance-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-12 09:33:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "agi-brain",
    "github_project": "xuance",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xuance"
}
        
Elapsed time: 0.25273s