Narsil-Dinghuai Zhang 张鼎怀

Results 9 comments of Narsil-Dinghuai Zhang 张鼎怀

Hi @Diviyan-Kalainathan , I run `ls -l /Library/Frameworks/R.framework/Versions/` and it shows > total 0 drwxrwxr-x 6 root admin 192 Nov 5 2018 3.5 lrwxr-xr-x 1 root admin 3 Nov 5...

@JaminLi I think it should be `grad_tensor = np.where(tensor.abs() < EPS, 0, grad_tensor)`.

@kevinzakka Hi Kevin, thanks for your reply! I have no idea where to look at in the source code (i.e., I cannot find the code corresponding to some specific environment),...

@kevinzakka Yes, I mean dm_control `suite`. In the `*.py` files you mentioned, there is a `self.get_observation()` function that returns a dict `obs`. But how does dm_control transform this python dict...

Get error on M1 new macbook pro `distutils.errors.CompileError: command '/opt/homebrew/bin/gcc-11' failed: No such file or directory`

I got `distutils.errors.CompileError: command '/opt/homebrew/bin/gcc-11' failed: No such file or directory` on my M1 macbookpro.

Hi @LianhaoYin, I have a code base for some graph combinatorial optimization problems (not including TSP but hopefully you may find it helpful): https://github.com/zdhNarsil/GFlowNet-CombOpt

# Why $k_3$ is a biased KL estimator and how to fix it In John Schulman's [blog](http://joschu.net/blog/kl-approx.html), he introduces a KL estimator called '' $k_3$ estimator'' for $\text{KL}(p_\theta \| p_{\text{base}})$:...