Xinyu Zhang

Results 1 issues of Xinyu Zhang

It seems you used pytorch 1.0.1 in your project. Pytorch has added inplace detection since 1.5 which makes your code ```python def get_action(self, obs, deterministic=False): ''' sample action from the...