Instructions to use helenlu94/NoveltyAdapt-policies with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use helenlu94/NoveltyAdapt-policies with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="helenlu94/NoveltyAdapt-policies", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
NoveltyAdapt policy checkpoints
Public model checkpoints for NoveltyAdapt, corresponding to the iros2026 code branch.
Paths in this model repository match paths relative to learning/policies/ in the code repository. The top-level domains are coffee_box, coffee_drawer, kitchen, and nut_assembly; the original task, algorithm, training configuration, and seed subfolders are preserved.
Only model checkpoint ZIP files are included: final_model.zip, best_model.zip, and recent_model.zip. Training/evaluation logs, replay buffers, and executor files are not included.
Download
From the code repository root:
pip install huggingface_hub
hf download helenlu94/NoveltyAdapt-policies --include "*.zip" --local-dir learning/policies
See the code repository for environment dependencies and policy visualization instructions.
- Downloads last month
- 19,520