Jongwook Choi
Jongwook Choi
Any updates on this?
This looks quite verbose and not very intuitive. Why don't we have a simple variable interpolation mechanism?
PR #44 randomly and suddenly breaks the plugin without any warning, deprecation, or documentation (UPDATE: this is now reverted). In addition, some public APIs like `lspkind.presets` and `lspkind.symbol_map` are gone...
The upstream branch already reverted #44, so you'll need to rebase first (and please squash the commits).
This PR is based on flax 0.4.1 and we have some conflicts since Apr 2022. @levskaya Would you be available to continue working on this and rebase? If busy, I...
Hi @skywind3000, thanks for your comment. Yes, sorry I forgot to say I was referring to preview windows (e.g. `quickui#preview#open`). For example, let's imagine a preview windows is opened and...
Awesome. Looking at commit d00c435f7, seems we have the following configurable point: * `g:quickui_preview_focusable` (defaults 1) * `opts = {'focusable' : 1}` Thank you! Also, could we allow place a...
I found a relevant test file: https://github.com/deepmind/lab/blob/master/python/tests/determinism_test.py * It does not check `DEBUG.POS.ROT`. * `reset(seed=...)` on the **same** instance of `Lab` can result different `DEBUG.POS.TRANS` variables as well, which is...
An update: I found that adding **a small number of 'NO-OP's** at the beginning of the episode yields ~a consistent, deterministic behavior~. Maybe during initialization of an episode, something related...
In the example code above we are destroying the environment with this line: `env.close()`. I think all the internal resources (i.e. files) should be released when we close the environment....