{"id":17325994,"url":"https://github.com/eleurent/obstacle-env","last_synced_at":"2025-06-13T17:33:02.687Z","repository":{"id":68385074,"uuid":"129298453","full_name":"eleurent/obstacle-env","owner":"eleurent","description":"An environment for an obstacle avoidance task","archived":false,"fork":false,"pushed_at":"2021-08-27T13:11:26.000Z","size":6197,"stargazers_count":36,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-21T17:51:05.066Z","etag":null,"topics":["gym-environment","obstacle-avoidance","reinforcement-learning"],"latest_commit_sha":null,"homepage":"","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/eleurent.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-12T18:59:07.000Z","updated_at":"2025-02-14T15:49:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"df184db3-1e93-4906-a295-9807f64b06ce","html_url":"https://github.com/eleurent/obstacle-env","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eleurent/obstacle-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleurent%2Fobstacle-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleurent%2Fobstacle-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleurent%2Fobstacle-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleurent%2Fobstacle-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eleurent","download_url":"https://codeload.github.com/eleurent/obstacle-env/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eleurent%2Fobstacle-env/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259688400,"owners_count":22896403,"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","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":["gym-environment","obstacle-avoidance","reinforcement-learning"],"created_at":"2024-10-15T14:14:47.176Z","updated_at":"2025-06-13T17:33:02.675Z","avatar_url":"https://github.com/eleurent.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# obstacle-env\n\nAn environment for *obstacle avoidance* tasks\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"docs/media/obstacle-env.gif\"\u003e\u003cbr/\u003e\n    \u003cem\u003eA few episodes of the environment.\u003c/em\u003e\n\u003c/p\u003e\n\n[![Build Status](https://travis-ci.org/eleurent/obstacle-env.svg?branch=master)](https://travis-ci.org/eleurent/obstacle-env)\n\n## Installation\n\n`pip install --user git+https://github.com/eleurent/obstacle-env`\n\n## Usage\n\n```python\nimport obstacle_env\n\nenv = gym.make(\"obstacle-v0\")\n\ndone = False\nwhile not done:\n    action = ... # Your agent code here\n    obs, reward, done, _ = env.step(action)\n    env.render()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feleurent%2Fobstacle-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feleurent%2Fobstacle-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feleurent%2Fobstacle-env/lists"}