#19 · Primary category: Robotics & Embodied AI Simulation
dreamerv3
Mastering Diverse Domains through World Models
Project last updated:05/25/26
GitHub Stars
3.7K
Forks
600
Contributors
11
License
MIT
Why we included this project
DreamerV3 is a JAX implementation of the DreamerV3 algorithm, a model-based reinforcement learning approach that has been written up in Nature. Instead of learning directly from trial and error, it builds a compressed world model from past experience and trains its policy on imagined future trajectories, which is why it can learn useful behaviors with comparatively little interaction. The headline result is that one fixed set of hyperparameters performs well across a wide range of tasks, from Atari and Minecraft to simulated robot control, so you can test an idea without tuning each environment separately. The repo ships with config files for the main benchmarks and a Docker setup, so getting a training run going and watching the metrics is straightforward. For anyone building control or embodied agents, it is a solid reference implementation to read, run, and compare against.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
genesis-world
Simulation platform for general-purpose robotics & embodied AI learning.
lerobot
🤗 LeRobot: Making AI for Robotics more accessible with end-to-end learning
ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
AirSim
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
carla
Open-source simulator for autonomous driving research.