Ângelo
Ângelo
Hi there, I am also interested in reproducing the results for SVG(1). I have my own [implementation](https://github.com/angelolovatto/raylab/blob/master/raylab/agents/svg/svg_one.py) of SVG(1), but some details about the implementation in the original [paper](http://papers.nips.cc/paper/5796-learning-continuous-control-policies-by-stochastic-value-gradients) are...
Hi Daniel and sorry for the late reply. I believe this error is due to missing the `--name` parameter in the `raylab experiment` command (I forgot to set this as...
I also get the same error in mujoco-py using Anaconda python3.6, although everything works when I switch to python3.7 [(Issue #331)](https://github.com/openai/mujoco-py/issues/331)
Thanks @negezor! I was having the same problem since we were trying to reuse the 'schema' crate in our company (we use a private Cargo registry) but it was difficult...
I also include the `.cargo` directory, since sometimes I have workspace-wide build configurations or custom registries set up. My `.dockerignore` ends up looking like this: https://github.com/0xangelo/cargo-workspace-template/blob/main/.dockerignore
This doesn't seem to be working. On a simple project with `color_eyre` as a dependency, I still see suggestions for it  I did `export RA_LOG=info` in the root of...
For those who are using Neovim and may run into the same problems as I did above, getting rid of [rustaceanvim](https://github.com/mrcjkb/rustaceanvim) did it for me. I've spent way too much...