Isaac Poulton

Results 20 comments of Isaac Poulton

I'm getting this too. Cppclean gets about halfway through the GLM codebase before throwing this error.

My internet is working fine on this machine, I'm not sure why it can't download the symbols. Running with `-vvv` prints the following, then hangs (running without `-vvv` doesn't hang,...

I've been running with this branch merged locally for a while now, and I haven't had any noticeable issues.

I don't have more than 10 checkpoints per run, so grouped by prefix is enough for me. I don't think this is a good place to make assumptions about the...

I can reproduce this on X11, GNOME shell 3.36, Ubuntu 20.04.

After fixing #14, it converges, but I feel like it used to converge faster. I'll run some more detailed comparisons when I get time. FPS has dropped about 20% on...

Sorry for the slow reply. Not really sure what's going on here. It builds fine on my machine and in CI. Perhaps a difference between gcc 8 and 9. I...

Sorry for the slow reply, didn't see this issue. There's no visualization functionality yet. I'll consider adding some though.

Perhaps a recent version of gym removed rendering on SubProcEnvs? I'll take a look when I get time.

AFAIK, that formula is a natural consequence of the policy gradient algorithm, and not directly defined anywhere in the code.