LePlanner

Official checkpoints for LePlanner: Amortized Iterative Control in Frozen Latent World Models.

[Paper] [Code]

Results

Environment Success
PushT 98% (rh=1)
Reacher 100%
TwoRooms 100%

Download

from huggingface_hub import hf_hub_download

env = "reacher"  # or "pusht" / "tworooms"

controller = hf_hub_download("nottygian/Leplanner", f"checkpoints/Leplanner Controller/{env}/controller.pt", repo_type="model")
density   = hf_hub_download("nottygian/Leplanner", f"checkpoints/Leplanner Controller/{env}/density.pt", repo_type="model")
world_model = hf_hub_download("nottygian/Leplanner", f"checkpoints/base_world_models/{env}/weights.pt", repo_type="model")

Structure

checkpoints/
β”œβ”€β”€ Leplanner Controller/             # Trained controllers + density
β”‚   β”œβ”€β”€ pusht/
β”‚   β”‚   β”œβ”€β”€ controller.pt             # 98% success
β”‚   β”‚   └── density.pt
β”‚   β”œβ”€β”€ reacher/
β”‚   β”‚   β”œβ”€β”€ controller.pt             # 100% success
β”‚   β”‚   └── density.pt
β”‚   └── tworooms/
β”‚       β”œβ”€β”€ controller.pt             # 100% success
β”‚       └── density.pt
β”œβ”€β”€ base_world_models/                # Frozen LeWM world models
β”‚   β”œβ”€β”€ pusht/config.json + weights.pt
β”‚   β”œβ”€β”€ reacher/config.json + weights.pt
β”‚   └── tworooms/config.json + weights.pt
└── results/eval/results.jsonl       # Raw evaluation logs

code/                                 # Training & evaluation scripts

Citation

@article{leplanner,
  title={LePlanner: Amortized Iterative Control in Frozen Latent World Models},
  author={[Authors]},
  journal={[Venue]},
  year={[Year]},
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Video Preview
loading