{"id":30198969,"url":"https://github.com/zuoxingdong/dm2gym","last_synced_at":"2025-08-13T07:38:43.960Z","repository":{"id":57423039,"uuid":"181368744","full_name":"zuoxingdong/dm2gym","owner":"zuoxingdong","description":"Convert DeepMind Control Suite to OpenAI gym environments.","archived":false,"fork":false,"pushed_at":"2020-01-31T18:42:15.000Z","size":13,"stargazers_count":87,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-17T05:31:27.599Z","etag":null,"topics":["dm-control","machine-learning","openai-gym","reinforcement-learning","research"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zuoxingdong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-14T21:03:17.000Z","updated_at":"2025-06-25T09:31:05.000Z","dependencies_parsed_at":"2022-09-06T10:51:30.636Z","dependency_job_id":null,"html_url":"https://github.com/zuoxingdong/dm2gym","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zuoxingdong/dm2gym","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuoxingdong%2Fdm2gym","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuoxingdong%2Fdm2gym/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuoxingdong%2Fdm2gym/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuoxingdong%2Fdm2gym/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zuoxingdong","download_url":"https://codeload.github.com/zuoxingdong/dm2gym/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zuoxingdong%2Fdm2gym/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270204941,"owners_count":24544683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dm-control","machine-learning","openai-gym","reinforcement-learning","research"],"created_at":"2025-08-13T07:38:36.663Z","updated_at":"2025-08-13T07:38:43.598Z","avatar_url":"https://github.com/zuoxingdong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `dm2gym`: Convert DeepMind Control Suite to OpenAI gym environments.\n\nThis repository contains a lightweight wrapper to convert DeepMind Control Suite to OpenAI gym environments. \n\n# Installation\nOne can install directly from PyPI:\n```\npip install dm2gym\n```\nThe installation can also be done with:\n```\ngit clone https://github.com/zuoxingdong/dm2gym.git\ncd dm2gym\npip install -e .\n```\n\n# Getting started\nOne liner to create the environment:\n```python\nimport gym\nenv = gym.make('dm2gym:CheetahRun-v0')\n```\n\nMore examples to specify the environment:\n```python\nenv = gym.make('dm2gym:FishSwim-v0', environment_kwargs={'flat_observation': True})\nenv = gym.make('dm2gym:HopperHop-v0', visualize_reward=True)\n```\n\n# What's new\n- 2019-10-18 (v0.2.0)\n    - Sync to the latest API of DeepMind Control Suite\n    - Support gym registration: create all `dm_control` environments via `gym.make`\n\n- 2019-04-14 (v0.1.0)\n    - Initial release\n\n# Reference\nPlease use this bibtex if you want to cite this repository in your publications:\n    \n    @misc{dm2gym,\n          author = {Zuo, Xingdong},\n          title = {dm2gym: Convert DeepMind Control Suite to OpenAI gym environments.},\n          year = {2019},\n          publisher = {GitHub},\n          journal = {GitHub repository},\n          howpublished = {\\url{https://github.com/zuoxingdong/dm2gym}},\n        }\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzuoxingdong%2Fdm2gym","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzuoxingdong%2Fdm2gym","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzuoxingdong%2Fdm2gym/lists"}