{"id":31003665,"url":"https://github.com/futureagi/xenoverse","last_synced_at":"2025-10-08T10:49:04.950Z","repository":{"id":77513536,"uuid":"605506044","full_name":"FutureAGI/Xenoverse","owner":"FutureAGI","description":"Xenoverse is a collection of randomized RL, Language, and general-purpose simulation environments, designed for training General-Purpose Learning Agents (GLAs).","archived":false,"fork":false,"pushed_at":"2025-09-26T09:04:29.000Z","size":2039,"stargazers_count":18,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-26T11:18:07.355Z","etag":null,"topics":["agi","ai","artificial-general-intelligence","artificial-intelligence","general-purpose-in-context-learning","general-purpose-learning-agents","in-context-learning","in-context-reinforcement-learning","meta-learning","meta-reinforcement-learning","meta-rl","reinforcement-learning","rl","rl-environment","rl-envs","simulation","simulator"],"latest_commit_sha":null,"homepage":"https://futureagi.github.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FutureAGI.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-23T09:54:29.000Z","updated_at":"2025-09-26T09:04:15.000Z","dependencies_parsed_at":"2024-04-15T05:31:26.798Z","dependency_job_id":"a6a22bb1-8254-4ce9-872f-63934f74ea79","html_url":"https://github.com/FutureAGI/Xenoverse","commit_stats":null,"previous_names":["futureagi/xenoverse"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FutureAGI/Xenoverse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureAGI%2FXenoverse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureAGI%2FXenoverse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureAGI%2FXenoverse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureAGI%2FXenoverse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FutureAGI","download_url":"https://codeload.github.com/FutureAGI/Xenoverse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureAGI%2FXenoverse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278931654,"owners_count":26070788,"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-10-08T02:00:06.501Z","response_time":56,"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":["agi","ai","artificial-general-intelligence","artificial-intelligence","general-purpose-in-context-learning","general-purpose-learning-agents","in-context-learning","in-context-reinforcement-learning","meta-learning","meta-reinforcement-learning","meta-rl","reinforcement-learning","rl","rl-environment","rl-envs","simulation","simulator"],"created_at":"2025-09-13T01:26:15.350Z","updated_at":"2025-10-08T10:49:04.943Z","avatar_url":"https://github.com/FutureAGI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Xenoverse: Toward Training General-Purpose Learning Agents (GLA) with Randomized Worlds\n\n## xenoverse instead of a single universe\n\nThe recent research indicates that the generalization ability of learning agents is primarily dependent on the diversity of training environments. However, the real-world poses a significant limitation on the diversity itself, e.g., physical laws, the gravitational constant is almost constant. We believe this limitation is serious bottleneck to incentivize artificial general intelligence (AGI).\n\nXenoverse is a collection of extremely diverse worlds by procedural generation based on completely random parameters. We propose that AGI should not be trained and adapted in a single universe, but in xenoverse.\n\n## collection of xenoverse environments\n\n- [AnyMDP](xenoverse/anymdp): Procedurally generated unlimited general-purpose Markov Decision Processes (MDP) in discrete spaces.\n\n- [AnyHVAC](xenoverse/anyhvac): Procedurally generated random room and equipments for Heating, Ventilation, and Air Conditioning (HVAC) control\n\n- [MetaLanguage](xenoverse/metalang): Pseudo-language generated from randomized neural networks, benchmarking in-context language learning (ICLL).\n\n- [MazeWorld](xenoverse/mazeworld): Procedurally generated immersed 3D mazes with diverse maze structures.\n\n- [MazeControl](xenoverse/metcontrol): Randomized environments for classic control and locomotions.\n\n\n# Installation\n\n```bash\npip install xenoverse\n```\n\n# Reference\nRelated works\n```bibtex\n@article{wang2024benchmarking,\n  title={Benchmarking General Purpose In-Context Learning},\n  author={Wang, Fan and Lin, Chuan and Cao, Yang and Kang, Yu},\n  journal={arXiv preprint arXiv:2405.17234},\n  year={2024}\n}\n@article{wang2025towards,\n  title={Towards Large-Scale In-Context Reinforcement Learning by Meta-Training in Randomized Worlds},\n  author={Wang, Fan and Shao, Pengtao and Zhang, Yiming and Yu, Bo and Liu, Shaoshan and Ding, Ning and Cao, Yang and Kang, Yu and Wang, Haifeng},\n  journal={arXiv preprint arXiv:2502.02869},\n  year={2025}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffutureagi%2Fxenoverse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffutureagi%2Fxenoverse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffutureagi%2Fxenoverse/lists"}