Yinglong Dai
Yinglong Dai
I got another problem: "ValueError: Layer decoder expects 1 input(s), but it received 3 input tensors. Inputs received: [
> I got another problem: > "ValueError: Layer decoder expects 1 input(s), but it received 3 input tensors. Inputs received: [
> As far as I found out, this is connected to the fact that the number of input images is not an integer multiple of the batch size. > >...
> > What's my case? > > ValueError: operands could not be broadcast together with shapes (32,) (7,) (32,) > > @daiyl consider decreasing your number of input images by...
Same issue. Have you fixed it? Thanks.
My mujoco-py==1.50.1.0 has the same problem "AttributeError: 'dict2' object has no attribute 'mj_ray'". You can update the mujoco-py. It will run successfully. `pip3 install -U 'mujoco-py=1.50.1'`