philtabor / Youtube-Code-Repository

Repository for most of the code from my YouTube channel
859 stars 479 forks source link

API has changed, `state_steps` argument must contain a list of singleton tensors #62

Open TranHungAnh96 opened 1 year ago

TranHungAnh96 commented 1 year ago

image

I got this issue when I run the a3c.py, I also found someone has the same error as me on this link https://github.com/facebookresearch/fairscale/issues/1083 I thought this because of the pytorch version, could you give me the pytorch version you used for this code? Btw, does anyone meet the same thing, how can you guys fix this? Thanks a lot.