There are 3 repositories under world-models topic.
DIAMOND (DIffusion As a Model Of eNvironment Dreams) is a reinforcement learning agent trained in a diffusion world model. NeurIPS 2024 Spotlight.
Transformers are Sample-Efficient World Models. ICLR 2023, notable top 5%.
[CVPR 2024 Highlight] GenAD: Generalized Predictive Model for Autonomous Driving & Foundation Models in Autonomous System
DayDreamer: World Models for Physical Robot Learning
A comprehensive survey of forging vision foundation models for autonomous driving, including challenges, methodologies, and opportunities.
A structured implementation of MuZero
A curated list of world models for autonomous driving. Keep updated.
World Model based Autonomous Driving Platform in CARLA :car:
《多模态大模型:新一代人工智能技术范式》作者:刘阳,林倞
Implementation of a framework for Genie2 in Pytorch
Efficient World Models with Context-Aware Tokenization. ICML 2024
Code for the ICLR 2024 spotlight paper: "Learning to Act without Actions" (introducing Latent Action Policies)
World Models applied to the Open AI Sonic Retro Contest
Code for "Planning Goals for Exploration", ICLR2023 Spotlight. An unsupervised RL agent for hard exploration tasks.
[NeurIPS 2024] GenRL: Multimodal-foundation world models enable grounding language and video prompts into embodied domains, by turning them into sequences of latent world model states. Latent state sequences can be decoded using the decoder of the model, allowing visualization of the expected behavior, before training the agent to execute it.
[NeurIPS 2022] SGAM: Building a Virtual 3D World through Simultaneous Generation and Mapping
Recall to Imagine, a model-based RL algorithm with superhuman memory. Oral (1.2%) @ ICLR 2024
TrafficBots: Towards World Models for Autonomous Driving Simulation and Motion Prediction. ICRA 2023. You may also want to check out the updated version: https://github.com/zhejz/TrafficBotsV1.5
Implementation of DreamerV3 in Pytorch
[ICLR 2023] Choreographer: a model-based agent that discovers and learns unsupervised skills in latent imagination, and it's able to efficiently coordinate and adapt the skills to solve downstream tasks.
[ICML 2023] Pre-train world model-based agents with different unsupervised strategies, fine-tune the agent's components selectively, and use planning (Dyna-MPC) during fine-tuning.
World Models with A3C on Carracing-v0 in gym
Clockwork VAEs in JAX/Flax
Attempt at reinforcement learning with curiosity for Sonic the Hedgehog games. Number 149 on OpenAI retro contest leaderboard, but more work needed
Code release for "HarmonyDream: Task Harmonization Inside World Models" (ICML 2024), https://arxiv.org/abs/2310.00344
Learning Robust Dynamics Through Variational Sparse Gating
We develop world models that can be adapted with natural language. Intergrating these models into artificial agents allows humans to effectively control these agents through verbal communication.
Pytorch implementation of DreamerV2: Mastering Atari with Discrete World Models, based on the original implementation
List of world model games and where to find them!
Dreamer on JAX