RuntimeError: mat1 and mat2 shapes cannot be multiplied (1×1 and 35×256)
I keep getting this error and I’m not sure how to fix it. I’m working on a PPO code and this is my first time. The error is in the mu = self.actor(state)
and choose_action
function.