CleanDiffuserTeam / CleanDiffuser

CleanDiffuser: An Easy-to-use Modularized Library for Diffusion Models in Decision Making
Apache License 2.0
184 stars 16 forks source link

Proposal to integrate work: Hierarchical Diffusion for Offline Decision Making #3

Closed CeHao-NUS closed 2 weeks ago

CeHao-NUS commented 2 weeks ago

Hi, thanks for the code base.

I recommend to integrate two works in the future versions.

  1. Hierarchical Diffusion for Offline Decision Making (https://openreview.net/pdf?id=55kLa7tH9o)
  2. Simple Hierarchical Planning with Diffusion (https://arxiv.org/html/2401.02644v1)

Thanks a lot!

ZibinDong commented 2 weeks ago

Thank you very much for your interest and your proposal. We aim to develop CleanDiffuser into a convenient library for building diffusion decision-making algorithms. Therefore, the algorithms implemented in /pipelines are actually demonstrations of CleanDiffuser's usage, rather than the main focus. Currently, our efforts are focused on writing documentation and tutorials (as you may have noticed, these parts are still incomplete), and we may not have the extra resources to integrate these two algorithms into CleanDiffuser. Perhaps in future versions, after the main tasks are completed, we will incorporate these two excellent diffusion planners. Thank you again for your interest.

CeHao-NUS commented 2 weeks ago

Thanks.