Shih-Ming Wang
Shih-Ming Wang
Could you post the error message?
I spent half day trying to setup the environment on Windows. But it turned out to be more complicated than I thought. I just realized that libmagic on Windows also...
Related issues: https://github.com/neovim/neovim/issues/8854
I think this can be fixed later.
I don't think it's the case (at least in the newest version). Could you please elaborate on your problem? How do you enter the remote cache directory? What operations do...
I can't reproduce. Pressing `'d` I do go to the remote directory as a remote directory. What's your os/vim/rclone/vim-netranger version?
Can you paste the commands for reproducing the issue? I can't reproduce with either `tabo!` or `bwipeout`. Also, if you have any idea, feel free to send a pull request...
`mu` and `l_t` are two separate `Variable` (though highly correlated). `l_t.detach()` does not stop you from calculating `d loss_reinforce / d mu`. For example, consider the following math: ``` x...
Oh. I think you know what I meant. I'll think more and reply again.
I think we shouldn't flow the information through `l_t`. Intuitively, for `loss_reinforce` to decrease, we want `log_pi` to increase. To have `log_pi` to increase, we want `mu` and `l_t` to...