LightZero


NameLightZero JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/opendilab/LightZero
SummaryA lightweight and efficient MCTS/AlphaZero/MuZero algorithm toolkits.
upload_time2024-04-12 06:17:45
maintainerNone
docs_urlNone
authoropendilab
requires_python>=3.7
licenseApache License, Version 2.0
keywords reinforcement learning mcts muzero
VCS
bugtrack_url
requirements DI-engine gymnasium moviepy numpy pympler bsuite minigrid moviepy pycolab
Travis-CI No Travis.
coveralls test coverage
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/opendilab/LightZero",
    "name": "LightZero",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Reinforcement Learning, MCTS, MuZero",
    "author": "opendilab",
    "author_email": "opendilab@pjlab.org.cn",
    "download_url": "https://files.pythonhosted.org/packages/50/8c/faf6628225568de3b712a53258b2be56cbf01da852cb7c02f879f5c4e02c/LightZero-0.0.5.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "A lightweight and efficient MCTS/AlphaZero/MuZero algorithm toolkits.",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/opendilab/LightZero"
    },
    "split_keywords": [
        "reinforcement learning",
        " mcts",
        " muzero"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "514450ac7ecf8d2fbbec5d8a32122f0f7102cb8e51d040082e27eb0db16d473e",
                "md5": "564d3754e93b74ca01433bcb084c3795",
                "sha256": "251510555dd13195916692f8d59101b5868bf3300ed5fc7f58af603bea96d79d"
            },
            "downloads": -1,
            "filename": "LightZero-0.0.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "564d3754e93b74ca01433bcb084c3795",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1178780,
            "upload_time": "2024-04-12T06:17:43",
            "upload_time_iso_8601": "2024-04-12T06:17:43.499344Z",
            "url": "https://files.pythonhosted.org/packages/51/44/50ac7ecf8d2fbbec5d8a32122f0f7102cb8e51d040082e27eb0db16d473e/LightZero-0.0.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "508cfaf6628225568de3b712a53258b2be56cbf01da852cb7c02f879f5c4e02c",
                "md5": "a1e76c578be771e847f95dcf775ccf89",
                "sha256": "845d5a2e0797eb43b2cf65a9aacaa122ffd1954305cea08bbc1bd002259111ce"
            },
            "downloads": -1,
            "filename": "LightZero-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a1e76c578be771e847f95dcf775ccf89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 390930,
            "upload_time": "2024-04-12T06:17:45",
            "upload_time_iso_8601": "2024-04-12T06:17:45.631779Z",
            "url": "https://files.pythonhosted.org/packages/50/8c/faf6628225568de3b712a53258b2be56cbf01da852cb7c02f879f5c4e02c/LightZero-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-12 06:17:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opendilab",
    "github_project": "LightZero",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "DI-engine",
            "specs": [
                [
                    ">=",
                    "0.4.7"
                ]
            ]
        },
        {
            "name": "gymnasium",
            "specs": []
        },
        {
            "name": "moviepy",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.22.4"
                ]
            ]
        },
        {
            "name": "pympler",
            "specs": []
        },
        {
            "name": "bsuite",
            "specs": []
        },
        {
            "name": "minigrid",
            "specs": []
        },
        {
            "name": "moviepy",
            "specs": []
        },
        {
            "name": "pycolab",
            "specs": []
        }
    ],
    "lcname": "lightzero"
}
        
Elapsed time: 0.23503s