{"id":30063900,"url":"https://github.com/maxogod/ai-donkey-kong","last_synced_at":"2025-08-08T04:49:41.834Z","repository":{"id":307183532,"uuid":"890052796","full_name":"maxogod/AI-Donkey-Kong","owner":"maxogod","description":"Use of reinforcement learning with PPO to train an Agent that can beat the first level of Donkey Kong","archived":false,"fork":false,"pushed_at":"2025-07-29T20:46:15.000Z","size":10503,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-29T23:05:55.310Z","etag":null,"topics":["anaconda","conda","donkey-kong","fiuba","mlagents","ppo","pytorch","reinforcement-learning","ta061","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxogod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-11-17T22:10:38.000Z","updated_at":"2025-07-29T20:46:19.000Z","dependencies_parsed_at":"2025-07-29T23:19:41.478Z","dependency_job_id":null,"html_url":"https://github.com/maxogod/AI-Donkey-Kong","commit_stats":null,"previous_names":["maxogod/ai-donkey-kong"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/maxogod/AI-Donkey-Kong","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2FAI-Donkey-Kong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2FAI-Donkey-Kong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2FAI-Donkey-Kong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2FAI-Donkey-Kong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxogod","download_url":"https://codeload.github.com/maxogod/AI-Donkey-Kong/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2FAI-Donkey-Kong/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269366807,"owners_count":24405246,"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-08T02:00:09.200Z","response_time":72,"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":["anaconda","conda","donkey-kong","fiuba","mlagents","ppo","pytorch","reinforcement-learning","ta061","unity"],"created_at":"2025-08-08T04:49:15.218Z","updated_at":"2025-08-08T04:49:41.808Z","avatar_url":"https://github.com/maxogod.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Donkey Kong AI\r\n\r\n* [Informe/Report](https://github.com/maxogod/AI-Donkey-Kong/blob/main/informe.pdf)\r\n\r\n* *Click thumbnail to watch the video! [[\u003e]](https://www.youtube.com/watch?v=5XQuDkWKL-M)*\r\n\r\n[\u003cimg width=\"360\" alt=\"video\" src=\"https://github.com/user-attachments/assets/0b9c67ed-763a-4b4c-ae43-a1f917045036\" /\u003e](https://www.youtube.com/watch?v=5XQuDkWKL-M)\r\n\r\n## Sneak peeks\r\n\r\n\u003cimg width=\"360\" src=\"./imgs/1.gif\" alt=\"easy ladder\" /\u003e\r\n\r\n\u003cimg width=\"360\" src=\"./imgs/2.gif\" alt=\"hard ladder\" /\u003e\r\n\r\n## How to use\r\n\r\n### Install Unity\r\n\r\n[Unity 6 (6000.0.27f1) Download](https://unity.com/releases/editor/whats-new/6000.0.27#installs)\r\n\r\n### Install Conda\r\n\r\n[MiniConda Download](https://www.anaconda.com/download/)\r\n\r\n### Install [Pytorch](https://pytorch.org/) and [ML-Agents](https://github.com/Unity-Technologies/ml-agents) Toolkit\r\n\r\n```powershell\r\n# Create from environment config file\r\nconda env create -f ./conda_env.yaml\r\nconda activate donkey\r\n```\r\n\r\nAlternatively...\r\n\r\n```powershell\r\nconda create -n donkey python=3.10.12 # for mlagents 22 (oct/5/2024)\r\nconda activate donkey\r\n\r\n# If using CUDA platform\r\npip3 install torch~=2.2.1 --index-url https://download.pytorch.org/whl/cu121\r\n\r\n# If using AMD ROC platform (only supported in linux)\r\npip3 install torch~=2.2.1 --index-url https://download.pytorch.org/whl/rocm6.2\r\n\r\n# If not using GPU acceleration (CPU only)\r\npip3 install torch~=2.2.1\r\n\r\npython -m pip install mlagents==1.1.0 # If downloading from PyPi, otherwise download it from the ML-Agents gh repo\r\n\r\nmlagents-learn --help # verify if it was installed correctly\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxogod%2Fai-donkey-kong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxogod%2Fai-donkey-kong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxogod%2Fai-donkey-kong/lists"}