zbzhu99 / decision-diffuser-jax

A JAX implementation of "Is Conditional Generative Modeling all you need for Decision-Making?"
MIT License
4 stars 1 forks source link

about DD #4

Open xishuxishu opened 1 month ago

xishuxishu commented 1 month ago

Hello, I see you've replicated Decision Diffuser. When I tried to replicate the results of hopper-medium-v2 from its original repository, the score was only 39.39589089718401. Why is there such a big difference between this implementation and what's in the paper? Do you know the reason for this?

github-actions[bot] commented 1 month ago

Congrats to your first issue!

lucasliunju commented 1 month ago

Hi @xishuxishu I have the same question and I would like to ask whether this problem has been solved.

Best

xishuxishu commented 3 weeks ago

Hi @xishuxishu I have the same question and I would like to ask whether this problem has been solved.

Best

You can refer to this code; it is of very high quality and reproducible. https://github.com/CleanDiffuserTeam/CleanDiffuser

lucasliunju commented 3 weeks ago

@xishuxishu Thanks for your suggestion. I find this repo is really helpful!