Danijar Hafner

Results 165 comments of Danijar Hafner

@rishabhRsinghvi Were you able to find out what's causing the issue here? This is a blocker for our adoption unfortunately and would be amazing to fix.

Thanks for the suggestions! ## Example 1 With `split_complex_comprehension = true`, it generates: ```python donated = { k: v for k, v in very_long_dict_name.items() if k not in self.copy_keys} ```...

@bwendling @Spitfire1900 Is this something you might be able to look into?

Hi, I plan to switch to the new API once that's become more widely used than the old one (not sure if that will ever happen though?). I might also...

Could you try running `pathlib.Path('README.md').read_text()` from an interactive python interpreter in the repository root? Maybe pathlib does not fully support Windows?

You're right, the newer TFP library is correct. Also check out the newer code base at http://github.com/danijar/dreamer.

Hi, you can also use a Docker base image with newer CUDA version. The algorithm supports the newest JAX/CUDA versions. Hope that helps!

Hmm interesting, I don't use WandB often so I'm not able to debug this myself.

You can just comment out that line when using Colab.