Mitchell Fogelson
Mitchell Fogelson
Was there any progress on this?
While I was momentarily able to get things to compile in the end, the whole system continued to struggle. I recommend anyone using a mac M1 to do the following:...
Since you are reopening this, do you want to work with me to get the install working with MacOS? The install for ubuntu 20.04 is really easy and great, and...
I think it is likely just the number of training steps. The default is only set to 10000, which ends up being a total of like 100 epochs. Try something...
I think it is likely # of training iters. Since you are training from scratch. you can try increasing that 5X and see if it makes sense, or you can...
The problem is your huggingface token. In sd.py  The code is looking for the token to be stored locally in ./TOKEN, but huggingface cli stores the token in ~/.huggingface/token...
> Julia packages when installed via `Pkg.add` or `] add` are installed in a readonly directory. I'm pretty sure that's the issue. I would recommend `dev`ing the package for running...
Just want to follow up and saw that allowing value functions to be able to use Distributed would be great addition. I think the threading helps but doesn't allow you...
@suvansh Not with MuJoCo, I do not think that this capability is possible, however, you can do it with Drake. https://drake.mit.edu/
Try this it might work for you as well and a little less hacky: https://github.com/openai/mujoco-py/issues/463#issuecomment-549874271