qwertyenv


Nameqwertyenv JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/zbenmo/qwertyenv
SummaryGym and PettingZoo environments (Reinforcement Learning)
upload_time2023-05-10 14:38:11
maintainer
docs_urlNone
authorOren Zeev-Ben-Mordehai
requires_python
licenseBSD 3-Clause License
keywords gym gym environments black jack collect coins (chesss like) reinforcement learning gym wrappers pettingzoo marl gymnasium
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # qwertyenv
Gym environments (Reinforcement Learning)

Black Jack (from RLBook2018)

Collect Coins (Chess like)

"Ensure Valid Action" Gym wrapper.

"Up/Down/Left/Right" Gym wrapper - relevant for example for the Collect Coins environment when the piece is a rock.

> pip install qwertyenv

Example usages for the Black Jack environment and for the Collect Coins environment can be found on github (the project's home).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zbenmo/qwertyenv",
    "name": "qwertyenv",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Gym,Gym environments,Black Jack,Collect Coins (Chesss like),Reinforcement Learning,Gym Wrappers,PettingZoo,MARL,Gymnasium",
    "author": "Oren Zeev-Ben-Mordehai",
    "author_email": "zbenmo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fb/40/8142ff82b7177f68bc42ebece7bf937470f655e706078836cfc0b11c7639/qwertyenv-0.1.1.tar.gz",
    "platform": null,
    "description": "# qwertyenv\nGym environments (Reinforcement Learning)\n\nBlack Jack (from RLBook2018)\n\nCollect Coins (Chess like)\n\n\"Ensure Valid Action\" Gym wrapper.\n\n\"Up/Down/Left/Right\" Gym wrapper - relevant for example for the Collect Coins environment when the piece is a rock.\n\n> pip install qwertyenv\n\nExample usages for the Black Jack environment and for the Collect Coins environment can be found on github (the project's home).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Gym and PettingZoo environments (Reinforcement Learning)",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/zbenmo/qwertyenv"
    },
    "split_keywords": [
        "gym",
        "gym environments",
        "black jack",
        "collect coins (chesss like)",
        "reinforcement learning",
        "gym wrappers",
        "pettingzoo",
        "marl",
        "gymnasium"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b564edbbfef80831f516e8128c0b77d2ed7e9ac1e4b6dd91bb543fcaec25844",
                "md5": "2159f5998cb9bdfacb6596d99dc65a74",
                "sha256": "166a2dec7cc45c250386748f4c8f373d23bd01180a18785abf288e09cb6b0db6"
            },
            "downloads": -1,
            "filename": "qwertyenv-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2159f5998cb9bdfacb6596d99dc65a74",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18088,
            "upload_time": "2023-05-10T14:38:06",
            "upload_time_iso_8601": "2023-05-10T14:38:06.529631Z",
            "url": "https://files.pythonhosted.org/packages/5b/56/4edbbfef80831f516e8128c0b77d2ed7e9ac1e4b6dd91bb543fcaec25844/qwertyenv-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb408142ff82b7177f68bc42ebece7bf937470f655e706078836cfc0b11c7639",
                "md5": "fa11ae49339ba3b54ed36d22b26f7162",
                "sha256": "ebb7df393ab18fca5b95598e311210f07ce2a0b28614be19150089b6f0ba068d"
            },
            "downloads": -1,
            "filename": "qwertyenv-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fa11ae49339ba3b54ed36d22b26f7162",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12586,
            "upload_time": "2023-05-10T14:38:11",
            "upload_time_iso_8601": "2023-05-10T14:38:11.903368Z",
            "url": "https://files.pythonhosted.org/packages/fb/40/8142ff82b7177f68bc42ebece7bf937470f655e706078836cfc0b11c7639/qwertyenv-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-10 14:38:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zbenmo",
    "github_project": "qwertyenv",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "qwertyenv"
}
        
Elapsed time: 0.06183s