Josh Purtell

Results 7 issues of Josh Purtell

Installing “[email protected]” failed.Hide output… > [email protected] install /private/var/folders/f0/z3y5cpxs5691zcpwxtmszwdh0000gn/T/apm-install-dir-119623-12886-1wzuwpx.6bmz/node_modules/julia-client/node_modules/node-pty-prebuilt > prebuild-install || node scripts/install.js npm WARN deprecated [email protected]: CoffeeScript on NPM has moved to "coffeescript" (no hyphen) prebuild-install WARN install No...

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.39.0 x64 **Electron**: 3.1.10 **OS**: Mac OS X 10.13.6 **Thrown From**: [julia-client](https://github.com/JunoLab/atom-julia-client) package 0.8.10 ### Stack Trace Uncaught TypeError: Cannot read...

Is there any interest in the implementation of algorithms outlined in the following paper: [Matching Normalizing Flows and Probability Paths on Manifolds](https://arxiv.org/pdf/2207.04711.pdf) As an alternative to FFJORD? I would be...

Presently, when I attempt to train on my MacBook this code fails. With more consumer attention via Ragatouille, I believe it'd be good to enable people to experiment with local...

Presently, when there are no triplets, the loop ``` for batch_idx, BatchSteps in zip(range(start_batch_idx, config.maxsteps), reader): ``` is never entered and so batch_idx is unbound here ``` ckpt_path = manage_checkpoints(config,...

Attempts to access pufferlib.environments.atari.make_env

I maintain a few packages mostly for personal use. After upload to pypi via ``` pip install build twine python -m build twine upload dist/* ``` I can immediately download...

question