dm-env-wrappers


Namedm-env-wrappers JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/kevinzakka/dm_env_wrappers
SummaryA collection of wrappers for dm_env environments
upload_time2023-10-05 22:32:32
maintainerKevin Zakka
docs_urlNone
authorKevin Zakka
requires_python>=3.8
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # `dm_env_wrappers`

[![PyPI Python Version][pypi-versions-badge]][pypi]
[![PyPI version][pypi-badge]][pypi]
[![build][tests-badge]][tests]

[pypi-versions-badge]: https://img.shields.io/pypi/pyversions/dm_env_wrappers
[pypi-badge]: https://badge.fury.io/py/dm_env_wrappers.svg
[pypi]: https://pypi.org/project/dm_env_wrappers/
[tests-badge]: https://github.com/kevinzakka/dm_env_wrappers/actions/workflows/ci.yml/badge.svg
[tests]: https://github.com/kevinzakka/dm_env_wrappers/actions/workflows/ci.yml

`dm_env_wrappers` is a collection of frequently-used wrappers for environments that respect the [dm_env](https://github.com/deepmind/dm_env) interface (e.g., dm_control suite/composer envs).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kevinzakka/dm_env_wrappers",
    "name": "dm-env-wrappers",
    "maintainer": "Kevin Zakka",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "kevinarmandzakka@gmail.com",
    "keywords": "",
    "author": "Kevin Zakka",
    "author_email": "kevinarmandzakka@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/75/16/282b61de9677ae91e1dedbdc63565b76011fdc20ed337111f1211ebe4681/dm_env_wrappers-0.0.13.tar.gz",
    "platform": null,
    "description": "# `dm_env_wrappers`\n\n[![PyPI Python Version][pypi-versions-badge]][pypi]\n[![PyPI version][pypi-badge]][pypi]\n[![build][tests-badge]][tests]\n\n[pypi-versions-badge]: https://img.shields.io/pypi/pyversions/dm_env_wrappers\n[pypi-badge]: https://badge.fury.io/py/dm_env_wrappers.svg\n[pypi]: https://pypi.org/project/dm_env_wrappers/\n[tests-badge]: https://github.com/kevinzakka/dm_env_wrappers/actions/workflows/ci.yml/badge.svg\n[tests]: https://github.com/kevinzakka/dm_env_wrappers/actions/workflows/ci.yml\n\n`dm_env_wrappers` is a collection of frequently-used wrappers for environments that respect the [dm_env](https://github.com/deepmind/dm_env) interface (e.g., dm_control suite/composer envs).\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "A collection of wrappers for dm_env environments",
    "version": "0.0.13",
    "project_urls": {
        "Homepage": "https://github.com/kevinzakka/dm_env_wrappers"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1089bf44ffaafbbf9f4f76331ec25067ec62d79400f542b6c78dd4d17df86609",
                "md5": "02c78a98bfe930ccc75af39fee33a636",
                "sha256": "e269c8a5a85f65cdd0e79eee4f6b26adca2b0fed85f6e4d9b9871ff9deeda2d8"
            },
            "downloads": -1,
            "filename": "dm_env_wrappers-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "02c78a98bfe930ccc75af39fee33a636",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 35072,
            "upload_time": "2023-10-05T22:32:30",
            "upload_time_iso_8601": "2023-10-05T22:32:30.937614Z",
            "url": "https://files.pythonhosted.org/packages/10/89/bf44ffaafbbf9f4f76331ec25067ec62d79400f542b6c78dd4d17df86609/dm_env_wrappers-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7516282b61de9677ae91e1dedbdc63565b76011fdc20ed337111f1211ebe4681",
                "md5": "bc35c8ea352048cb5ffc05c43a160b2b",
                "sha256": "e5d64d8f8f16c96fad130d9160b0cfc909531a96d6cae77128d2b64f14554f9b"
            },
            "downloads": -1,
            "filename": "dm_env_wrappers-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "bc35c8ea352048cb5ffc05c43a160b2b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22014,
            "upload_time": "2023-10-05T22:32:32",
            "upload_time_iso_8601": "2023-10-05T22:32:32.088810Z",
            "url": "https://files.pythonhosted.org/packages/75/16/282b61de9677ae91e1dedbdc63565b76011fdc20ed337111f1211ebe4681/dm_env_wrappers-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-05 22:32:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kevinzakka",
    "github_project": "dm_env_wrappers",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "dm-env-wrappers"
}
        
Elapsed time: 0.24798s