Views
No views yet
outputs/ tree of the source repo:<domain>/<suite>/<run>/best.pt
last.pt<domain> ∈ {lichess, droid, fastf1, mujoco, syntheticgrf, dmlabseekavoid}.config.yaml,
metrics.jsonl, summary.json, and eval.json — clone the repo and the
identifiers line up 1-to-1 with the paths here.1from huggingface_hub import snapshot_download
2snapshot_download(
3 repo_id="andrewkang12345/policyINR-checkpoints",
4 repo_type="model",
5 allow_patterns=["lichess/2x_hk240/**/*.pt"],
6 local_dir="outputs",
7)| domain | what it is |
|---|---|
lichess | Top-3 GM Lichess games — discrete UCI-move action |
droid | DROID lowdim teleop — continuous action across collectors |
fastf1 | F1 stint telemetry — driver-as-policy |
mujoco | Custom MuJoCo + Minari baselines + state/action-resampled suites |
syntheticgrf | Synthetic Gaussian random-field policies (sanity / smoke) |
dmlabseekavoid | DMLab seekavoid_arena_01 from RL Unplugged — discrete action |
<data>__<model>__<experiment>__s<seed>/cvae — bag-of-pairs CVAEinr_transformer_history_conditioned — INR-Transformer w/ historyinr_diffusion_history_conditioned — INR-Diffusion w/ historyinr_transformer_fitted_latent — per-unit fitted latent codesinr_transformer_infer_latent[_maml] — meta-learned per-unit latent
(10-step inner adapt + early stopping)