#62 · Primary category: Robotics & Embodied AI Simulation
dreamer
Dream to Control: Learning Behaviors by Latent Imagination
Project last updated:09/10/21
GitHub Stars
623
Forks
121
Contributors
1
License
MIT
Why we included this project
Dreamer is the original implementation of the ICLR 2020 approach that learns control policies by imagining trajectories inside a learned world model. Instead of planning directly in image space, it compresses observations into a compact feature space and predicts ahead there, then backpropagates value gradients through those imagined sequences to train a long-horizon policy. The code is small and self-contained, which makes it a practical reference for reproducing the paper's results on DeepMind Control Suite tasks or adapting the world-model idea to your own simulated control problems. It is a research artifact rather than a production service, so expect to work with TensorFlow 2, dm_control, and the paper instead of a drop-in library. The author points to the newer DreamerV2 repository for Atari and DMControl support, so treat this as the original, simpler implementation.
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.