BillyTann
Results
1
issues of
BillyTann
老师好,首先向您的工作致以敬意! 当所有env都done时,会运行到这句代码:位于xuance/torch/runners/runner_pettingzoo.py文件的第219-220行, ```python if done_n[h][i_env].all(): mas_group.memory.finish_path(0.0, i_env) ``` 这个被置为0.0的值会引发位于xuance/common/memory_tools_marl.py文件中,`finish_path()`函数中该语句的报错: ```python vs = np.append(np.array(self.data['values'][i_env, path_slice]), [value], axis=0) ``` 报错内容为:ValueError: all the input arrays must have same number of dimensions, but the...