Lizhi-sjtu/MARL-code-pytorch

MAPPO 'Box' object has no attribute 'n'

sling0318 opened this issue · 0 comments

self.args.action_dim_n = [self.env.action_space[i].n for i in range(self.args.N)]  # actions dimensions of N agents

AttributeError: 'Box' object has no attribute 'n'