Brandon Amos

Results 91 issues of Brandon Amos

Config has to be rerun for SSL libraries to successfully compile [1]. See what this changes and if there is a portable way to avoid rerunning this: ``` ./config threads...

Hi, just a minor issue here. The `gym_pendulum` environment in here runs for 201 steps instead of 200 steps as the original gym pendulum does and I think it's because...

The policy is given the last recurrent state from the replay buffer and isn't reset between episode boundaries. In my case I have the number of updates set to the...

One interesting use-case of the derivatives Theseus provides in the quadratic fitting example in tutorial 1 is that they can also be used to obtain the derivative of the function...

This tutorial parameterizes a quadratic `ax^2+b` with `a` optimized by PyTorch autograd and `b` optimized with the Theseus NLLS for a given `a`. The key piece that enables `a` to...

documentation

Hi @zkolter @gauravmm or anybody else with admin rights here, I don't seem to have write access in here anymore, can you please merge this when you get a chance?

I'm not sure if it is leaking memory, but the forwards pass may leave some objects around that the gc may not be able to clear.