Jinghuan Shang

Results 7 comments of Jinghuan Shang

I think it does not work. I had to shift to 4.4 to use pyrep as well as RLbench's task builder.

``` pip install chardet pip install cchardet ``` if you switch to later pytorch versions. Worked for me on pytorch 1.13

Reinstall pytorch with your preferred version. For example: ``` conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia ``` Reference: [PyTorch](https://pytorch.org/get-started/locally/)

Hi @saltwaterroon , I think what you observed is similar to mine. Since we train those estimations without supervision, and the ImageNet dataset is not designed for multi-view inputs, the...

Hi @MyJumperBroke23 , I guess we can install `mujoco` `2.x` versions insteal of `3.x`. I will verify this solution later when I am available.

Hi @zichunxx Thanks for catching the issue. I think the recent `gymnasium` change may cause both problems. I updated the requirement list for this repo https://github.com/elicassion/sugarl/commit/e94308aada4daedb43e0d36d1ff895908c48d880 and the `active-gym` repo...