robjlyons
robjlyons
Hi, what are the systems requirements for this? I'm using a 3070Ti and am running out of cuda memory. Thanks,
Hi, What would you suggest as a basic config setup for generating expert demonstrations on a custom environment? Thanks,
I'm trying to run this in Windows. I have tried several versions of Pytorch but with no luck. Do I have a package version wrong? Error and pip list pasted...
Hi, I have been using TCNs to train and model more complicated effects like Delay and Reverb (https://colab.research.google.com/corgiredirector?site=https%3A%2F%2Farxiv.org%2Fabs%2F2112.02926) I have also had some luck in using these in the Neutone...
Hi, I am running this on a personal computer with a 3070ti and 32gb of ram. I am immediately running out of memory with a error saying it can't allocate...
Hi, I have run this in google colab, just running through your ReadMe and got this error. ``` from go_explore import GoExplore go_explore = GoExplore("MontezumaRevenge-v0") go_explore.explore(total_timesteps=100000) go_explore.robustify(total_timesteps=1000) TypeError: __init__() missing...