Lizhi-sjtu/MARL-code-pytorch

运行错误

LGZ-BIT opened this issue · 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

怎么解决