You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
怎么解决
The text was updated successfully, but these errors were encountered:
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
怎么解决
The text was updated successfully, but these errors were encountered: