{"id":22428551,"url":"https://github.com/dakup/gym-trajectory","last_synced_at":"2025-03-27T06:44:03.407Z","repository":{"id":62568861,"uuid":"322848784","full_name":"DaKup/gym-trajectory","owner":"DaKup","description":"Custom environment for OpenAI gym","archived":false,"fork":false,"pushed_at":"2021-10-13T16:22:18.000Z","size":232,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T02:36:48.808Z","etag":null,"topics":[],"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/DaKup.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":"2020-12-19T13:01:28.000Z","updated_at":"2022-08-10T15:12:41.000Z","dependencies_parsed_at":"2022-11-03T17:01:02.448Z","dependency_job_id":null,"html_url":"https://github.com/DaKup/gym-trajectory","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaKup%2Fgym-trajectory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaKup%2Fgym-trajectory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaKup%2Fgym-trajectory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DaKup%2Fgym-trajectory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DaKup","download_url":"https://codeload.github.com/DaKup/gym-trajectory/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245798538,"owners_count":20673901,"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":[],"created_at":"2024-12-05T20:15:10.253Z","updated_at":"2025-03-27T06:44:03.388Z","avatar_url":"https://github.com/DaKup.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gym-trajectory\nCustom environment for OpenAI gym\n\n```pip install gym-trajectory```\n\nN-dimensional trajectory\n\n\n```py\nimport gym\nimport gym_trajectory\n\nenv = gym.make('Trajectory-v0')\nobservation = env.reset()\n\nwhile True:\n    (observation, reward, done, info) = env.step(env.action_space.sample())\n    env.render()\n```\n\n![](gifs/demo.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakup%2Fgym-trajectory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdakup%2Fgym-trajectory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdakup%2Fgym-trajectory/lists"}