RuntimeError: t() expects a 2D tensor, but self is 3D`
Hi,
Running EnvtestStock_RPG.ipynb I get the following error:
`---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
RuntimeError: t() expects a 2D tensor, but self is 3D`
In particular, self.s_buffer is a list of 54 tensors, each of size: torch.Size([6, 36])
Do you know what might be causing it?
Thank you in advance
EDIT: my torch version is 1.0.1
I have the same issue.
try use pytorch 0.4.0?