Collin Kindrom

Results 15 comments of Collin Kindrom

I also need this to add the GLX extension, e.g. `Xvfb ... +extension GLX`. Another idea might be to just accept a string for the extra command-line args, i.e. `Xvfb(extra_args=‘+extension...

I was able to get it working — the commit is here: https://github.com/colllin/SLM-Lab/commit/b7d70cd00e0eb0d36f48910982fcd0a9f7113196 Example usage: ```bash $ RECORD=true python run_lab.py data/dqn_cartpole_2019_123/dqn_cartpole_spec.json dqn_cartpole enjoy@dqn_cartpole_t0_s0_ckpt-best ``` I have some open questions that...

Thanks @kengz, I’d be happy to write a test, add some docs, and submit a PR. Can you help me with something though? When I run the following commands (basically...

Hey, thanks for checking in! I was hoping to copy & paste a test that was similar to what I needed, but couldn’t find a simple test around enjoy mode...

Have already signed CLA in past. Can do it again if needed. On Aug 1, 2014 10:19 AM, "Andreas Hocevar" [email protected] wrote: > Looks good @colllin https://github.com/colllin. Can you please...

If you have any quick tips here, I would appreciate them. I typically use notebooks for development and inline visualization, and I'm trying to migrate a project to dvc right...

@mlisovyi I’ve been using Jupyter in a pipeline with a command like: ``` jupyter nbconvert Train.ipynb --clear-output --inplace --execute --ExecutePreprocessor.timeout=-1 ``` This executes the notebook and overwrites it in-place, as...

Ok, what's the latest recommended solution if `--userland-proxy=false` is unworkable (as described in #14856)? > - use --net=host > - ~~disable the userland proxy~~ > - configure nginx on the...

Also, can we re-open this issue if #14856 was reverted? Or has it been documented somewhere?

This is common behavior in markdown. Even on github, when parsing a markdown file like Readme.md. Two newlines make a paragraph. Single newlines are collapsed to a single space character.