diff --git a/safe_control_gym/controllers/mpc/mpc.py b/safe_control_gym/controllers/mpc/mpc.py index 61287b92f..108a6fa31 100644 --- a/safe_control_gym/controllers/mpc/mpc.py +++ b/safe_control_gym/controllers/mpc/mpc.py @@ -441,11 +441,11 @@ def run(self, '''Runs evaluation with current policy. Args: - render (bool): if to do real-time rendering. - logging (bool): if to log on terminal. + render (bool): If to do real-time rendering. + logging (bool): If to log on terminal. Returns: - dict: evaluation statisitcs, rendered frames. + dict: evaluation statistics, rendered frames. ''' if env is None: env = self.env