Jayesh K. Gupta

Results 54 comments of Jayesh K. Gupta

Ah, from `arbtt`'s changelog, Version 0.10.2: > The category report now also has an entry (total time), especially useful with --for-each. Yeah, we aren't using this in `arbtt-graph` so should...

I don't think `ReverseDiff` is designed for that. Your best bet is to `convert` your type into an array.

https://github.com/pabloferz/DLPack.jl might be of interest!

I don't know. It seems the Julian way _is_ to have small modules that do one thing well and there can be a larger meta-package that just reexports things and...

The thing we should have done was to write better unit tests that didn't depend on other packages. But unfortunately no one likes writing new tests :crying_cat_face:. Obviously, if you...

We should probably still keep POMDPTesting separate? Good to have a lightweight dependency that's required only for tests.

Wasn't https://github.com/JuliaPOMDP/POMDPGallery.jl supposed to showcase all the available environments? We could just link that?

Currently `functorch` gives the following error when it encounters `autograd.Function`: ``` functorch functions (vmap, grad, vjp, etc.) currently do not support the use of autograd.Function. Please rewrite your function to...

For me, integration with `vmap` is less important. However, `functorch`'s explicit interface is much nicer to generally integrate with other autodiff systems like those in say Julia. I use it...

I was asking because `Zygote.accum` was being used as well.