{"id":17187506,"url":"https://github.com/davidmchan/dmlabinstall","last_synced_at":"2025-06-23T20:07:17.986Z","repository":{"id":93526704,"uuid":"215903511","full_name":"DavidMChan/DMLabInstall","owner":"DavidMChan","description":"Installation Files for Deepmind Lab","archived":false,"fork":false,"pushed_at":"2021-06-03T19:30:00.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T03:54:32.870Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/DavidMChan.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":"2019-10-17T23:32:50.000Z","updated_at":"2021-06-03T19:30:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c274f180-fa79-45e1-972d-362d4b8e77a8","html_url":"https://github.com/DavidMChan/DMLabInstall","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DavidMChan/DMLabInstall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidMChan%2FDMLabInstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidMChan%2FDMLabInstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidMChan%2FDMLabInstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidMChan%2FDMLabInstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidMChan","download_url":"https://codeload.github.com/DavidMChan/DMLabInstall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidMChan%2FDMLabInstall/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261548735,"owners_count":23175495,"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-15T01:06:33.358Z","updated_at":"2025-06-23T20:07:17.957Z","avatar_url":"https://github.com/DavidMChan.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DMLabInstall\n\nThis is code for installing DeepMind Lab on OSX for the LOST Project.\n\n## Installation\n\nTo install, run:\n```bash\ncurl https://raw.githubusercontent.com/DavidMChan/DMLabInstall/master/install_lab.sh | bash\n```\nin the directory that you want to install DMLab.\n\nIf you want to change the name of the lab folder, use the command:\n```bash\nexport LAB_DIRNAME=mylab \ncurl https://raw.githubusercontent.com/DavidMChan/DMLabInstall/master/install_lab.sh | bash\n```\n\n## Instructions for running experiments\n\n\n#### Condition: SPARSE rewards (no apples)\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_TR --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_A.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEWno --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_B.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEW --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_C.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEWb --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_D.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEW4 --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_E.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEW4 --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_F.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEW4b --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_G.txt`\n\n\n\n#### Condition: DENSE rewards (apples)\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_TR --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_A.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEWA --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_B.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEW --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_C.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEWb --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_D.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEW4A --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_E.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEW4 --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_F.txt`\n\n- `bazel run -c opt --define graphics=sdl //:game -- --level_script demos/map_generation/naren_manual_eliza_NEW4b --observation DEBUG.POS.TRANS --observation DEBUG.POS.ROT --observation VEL.TRANS --observation VEL.ROT \u003e kid1_G.txt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidmchan%2Fdmlabinstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidmchan%2Fdmlabinstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidmchan%2Fdmlabinstall/lists"}