Closed PaladinEE15 closed 2 years ago
pyhanabi/r2d2.py", line 69 assert priv_s.dim() == 2, "dim should be 2, [batch, dim], get %d" % s.dim()
s is not defined. Seems that it should be 'priv_s'?
yes! Btw, there is a newer and better repo (https://github.com/facebookresearch/off-belief-learning) that implements the algorithms in this repo and more.
Thanks for the reminder! I'll check it out
pyhanabi/r2d2.py", line 69 assert priv_s.dim() == 2, "dim should be 2, [batch, dim], get %d" % s.dim()
s is not defined. Seems that it should be 'priv_s'?