danijar/dreamerv3
Mastering Diverse Domains through World Models
Builds a latent world model using categorical representations that predicts future states and rewards, then trains an actor-critic policy through imagined rollouts. Implemented in JAX with support for diverse environments (Atari, robotics, visual control tasks) and scales efficiently—larger models improve both final performance and sample efficiency without hyperparameter tuning across domains.
2,917 stars and 412 monthly downloads. No commits in the last 6 months. Available on PyPI.
Stars
2,917
Forks
484
Language
Python
License
MIT
Category
Last pushed
Sep 23, 2025
Monthly downloads
412
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/danijar/dreamerv3"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
NM512/dreamerv3-torch
Implementation of Dreamer v3 in pytorch.
galilai-group/stable-worldmodel
Reliable, minimal and scalable library for evaluating and conducting world model research
danijar/dreamerv2
Mastering Atari with Discrete World Models
danijar/dreamer
Dream to Control: Learning Behaviors by Latent Imagination
leofan90/Awesome-World-Models
A comprehensive list of papers for the definition of World Models and using World Models for...