DreamerV3
6 tools in this family (folder Editor/Tools/DreamerV3/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
dreamer_encode_observation | read-only | Encode a game-state observation into a 256-dim float embedding via the |
dreamer_health_check | read-only | Probe the DreamerV3 JAX worker's /health endpoint. |
dreamer_imagine_rollout | read-only | Imagine N-step rollouts for each candidate action against the current |
dreamer_load_checkpoint | writes | Load DreamerV3 world-model weights from a worker-side checkpoint file. |
dreamer_save_checkpoint | writes | Save the current DreamerV3 world-model weights to a worker-side checkpoint |
dreamer_train_step | writes | Submit a batch of recent autoplay transitions for one DreamerV3 SGD update. |