Wenzhang Chen
Results
2
comments of
Wenzhang Chen
OK, thanks! I found another piece of code similar with this problem. Code snippet onpolicy/runner/shared/base_runner.py, line 90~93 are as follows ```python if self.algorithm_name == "mat" or self.algorithm_name == "mat_dec": self.trainer...
@xrz000 Thank you! Do as you said and the problem has been solved!