Hi @jonas-eschmann 馃
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2509.11481.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models for instance),
you can also claim the paper as yours which will show up on your public profile at HF, add Github and project page URLs.
Your work on RAPTOR, a foundation policy for quadrotor control, is incredibly impressive! It's fantastic to see the policy released via PyPI as a Python package and as C++ headers for deployment.
Would you like to host the RAPTOR foundation policy on https://huggingface.co/models?
Hosting on Hugging Face will give you more visibility and enable better discoverability. We can add tags in the model cards so that people find the models easier, link it to the paper page, and it would be a great resource for the robotics community.
If you're interested, here's a guide for uploading models: https://huggingface.co/docs/hub/models-uploading. For the Python package, you could potentially use the PyTorchModelHubMixin class which adds from_pretrained and push_to_hub to any custom nn.Module. This would allow users to easily pip install foundation-policy and then from_pretrained from the Hugging Face Hub. For the C++ header, people can also use hf_hub_download to easily fetch the policy files.
We encourage researchers to push each model checkpoint to a separate model repository, so that things like download stats also work. After uploading, we can also link the models to the paper page (read here) so people can discover your work.
You can also build a demo for your model on Spaces to showcase its capabilities. We can even provide you a ZeroGPU grant, which gives you A100 GPUs for free.
Let me know if you're interested or need any guidance!
Kind regards,
Niels
Hi @jonas-eschmann 馃
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through Hugging Face's daily papers as yours got featured: https://huggingface.co/papers/2509.11481.
The paper page lets people discuss about your paper and lets them find artifacts about it (your models for instance),
you can also claim the paper as yours which will show up on your public profile at HF, add Github and project page URLs.
Your work on RAPTOR, a foundation policy for quadrotor control, is incredibly impressive! It's fantastic to see the policy released via PyPI as a Python package and as C++ headers for deployment.
Would you like to host the RAPTOR foundation policy on https://huggingface.co/models?
Hosting on Hugging Face will give you more visibility and enable better discoverability. We can add tags in the model cards so that people find the models easier, link it to the paper page, and it would be a great resource for the robotics community.
If you're interested, here's a guide for uploading models: https://huggingface.co/docs/hub/models-uploading. For the Python package, you could potentially use the PyTorchModelHubMixin class which adds
from_pretrainedandpush_to_hubto any customnn.Module. This would allow users to easilypip install foundation-policyand thenfrom_pretrainedfrom the Hugging Face Hub. For the C++ header, people can also use hf_hub_download to easily fetch the policy files.We encourage researchers to push each model checkpoint to a separate model repository, so that things like download stats also work. After uploading, we can also link the models to the paper page (read here) so people can discover your work.
You can also build a demo for your model on Spaces to showcase its capabilities. We can even provide you a ZeroGPU grant, which gives you A100 GPUs for free.
Let me know if you're interested or need any guidance!
Kind regards,
Niels