LGZ-BIT opened this issue 2 years ago · 0 comments
a_n = [agent.choose_action(obs, noise_std=0) for agent, obs in zip(self.agent_n, obs_n)] # We do not add noise when evaluating TypeError: 'NoneType' object is not iterable
obs_n = None
怎么解决