{"id":21820802,"url":"https://github.com/mryellow/gym-mazeexplorer","last_synced_at":"2025-08-24T13:21:19.911Z","repository":{"id":62568859,"uuid":"97892619","full_name":"mryellow/gym-mazeexplorer","owner":"mryellow","description":"Maze Exploration OpenAIGym environment ","archived":false,"fork":false,"pushed_at":"2019-08-30T23:40:59.000Z","size":24,"stargazers_count":6,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-22T15:51:17.024Z","etag":null,"topics":["maze","maze-explorer","openai-gym","openai-gym-environments"],"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/mryellow.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":"2017-07-21T01:27:20.000Z","updated_at":"2023-04-13T09:30:26.000Z","dependencies_parsed_at":"2022-11-03T16:46:55.760Z","dependency_job_id":null,"html_url":"https://github.com/mryellow/gym-mazeexplorer","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mryellow/gym-mazeexplorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryellow%2Fgym-mazeexplorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryellow%2Fgym-mazeexplorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryellow%2Fgym-mazeexplorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryellow%2Fgym-mazeexplorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mryellow","download_url":"https://codeload.github.com/mryellow/gym-mazeexplorer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mryellow%2Fgym-mazeexplorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271873571,"owners_count":24837277,"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-24T02:00:11.135Z","response_time":111,"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":["maze","maze-explorer","openai-gym","openai-gym-environments"],"created_at":"2024-11-27T16:39:15.169Z","updated_at":"2025-08-24T13:21:19.845Z","avatar_url":"https://github.com/mryellow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gym-mazeexplorer\n\nA maze exploration environment for OpenAIGym wrapping [maze_explorer](https://github.com/mryellow/maze_explorer).\n\n## Installation\n\n### Source\n\n```bash\ngit clone https://github.com/mryellow/gym-mazeexplorer.git\ncd gym-mazeexplorer\npip install -e .\n```\n\n### Package\n\n```bash\npip install gym-mazeexplorer\n```\n\n## Quick example\n\n```python\n\n  import gym\n  import gym_mazeexplorer\n\n  env = gym.make('MazeExplorer-v0')\n  env.reset()\n\n  for _ in range(50):\n    env.render()\n    action = env.action_space.sample()\n    observation, reward, done, info = env.step(action)\n```\n\n## Test\n\n```bash\npython -m unittest discover\n```\n\n## Cite\n\nIf you use Maze Explorer in your academic research, we would be grateful if you could cite it as follows:\n\n```\n@misc{mryellow2017mazeexplorer,\n    author = {Mr-Yellow},\n    title = {Maze Explorer: A maze exploration game for AI agents},\n    howpublished={Web page},\n    url = {https://github.com/mryellow/maze_explorer},\n    year = {2017}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryellow%2Fgym-mazeexplorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmryellow%2Fgym-mazeexplorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryellow%2Fgym-mazeexplorer/lists"}