{"id":15629835,"url":"https://github.com/hunkim/reinforcementzerotoall","last_synced_at":"2025-08-03T20:37:48.119Z","repository":{"id":98203136,"uuid":"83789063","full_name":"hunkim/ReinforcementZeroToAll","owner":"hunkim","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-20T14:52:45.000Z","size":111,"stargazers_count":250,"open_issues_count":5,"forks_count":128,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-03-31T18:21:13.160Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hunkim.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}},"created_at":"2017-03-03T10:55:59.000Z","updated_at":"2025-03-13T07:04:54.000Z","dependencies_parsed_at":"2023-05-18T14:01:09.902Z","dependency_job_id":null,"html_url":"https://github.com/hunkim/ReinforcementZeroToAll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunkim%2FReinforcementZeroToAll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunkim%2FReinforcementZeroToAll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunkim%2FReinforcementZeroToAll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hunkim%2FReinforcementZeroToAll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hunkim","download_url":"https://codeload.github.com/hunkim/ReinforcementZeroToAll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767236,"owners_count":20992548,"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-10-03T10:29:11.576Z","updated_at":"2025-04-08T03:12:59.628Z","avatar_url":"https://github.com/hunkim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reinforcement Zero to All\n\nThis is work in progress and it may have bugs.\nHowever, we call for your comments and pull requests. \n\nWe emphasize on the following:\n\n* **Readiability** over anything else\n    - That's why we choose Python\n* **Pythonic code**\n    - PEP8\n    - Docstring\n* **Use High Level Tensorflow API**\n    - Cleaner and easier to understand\n* **KISS**\n    - [Keep It Simple Stupid](https://www.techopedia.com/definition/20262/keep-it-simple-stupid-principle-kiss-principle)\n\n## Lecture videos\n- [Youtube](https://www.youtube.com/playlist?list=PLlMkM4tgfjnKsCWav-Z2F-MMFRx-2gMGG)\n \n## File naming rule\n\n```\n99_9_description.py\n```\n- First two digits indicates a category of algorithms\n    - 07: DQN\n    - 08: Policy Gradient\n    - 09: Random Search Methods\n    - 10: Actor Critic\n- A second digit indicates an id\n- Description shows what the file is about\n    \n\n## How to use uploader\nIt makes the uploading process a little bit simpler\n\n1. Go to https://gym.openai.com/\n2. Login with your github account\n    * https://gym.openai.com/users/YOUR_GITHUB_ACCOUNT\n3. Copy your OpenAI api key from the upper right corner of your profile page  \n![user](assets/openai_user.jpg)\n4. Modify `gym.ini`\n5. In console\n```bash\n#python gym_uploader.py /path/to/gym_results\npython gym_uploader.py gym-results/\n```\n\n## Install requirements\n```bash\npip install -r requirements.txt\n```\n\n## Run test and autopep8\nTODO: Need to add more test cases\n\n```bash\npytest\n```\n\n```bash\n# pip install autopep8 # if you haven't install\nautopep8 . --recursive --in-place --pep8-passes 2000 --verbose --ignore E501\n```\n\n## Contributions/Comments\nWe always welcome your comments and pull requests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunkim%2Freinforcementzerotoall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhunkim%2Freinforcementzerotoall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhunkim%2Freinforcementzerotoall/lists"}