Yash Bhisikar
Yash Bhisikar
Hi, wanted to follow up on the status of the link. Has it been made available on DropBox or another internationally accessible platform? If so, could you kindly provide the...
Same needs to be done for ```python dout_proj_bias = dout.sum(dim=(0, 1)) if not ctx.out_proj_bias_is_None else None ``` It should instead be ```python dout_proj_bias = dout.sum(dim=(1)) if not ctx.out_proj_bias_is_None else None...
The fix for this is in the file `Football_Env.py` Change Line 60 from `n=self.env.action_space[idx].n` to `n=self.env.action_space.nvec[idx]`