Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico-PizarroBejarano authored Dec 6, 2024
1 parent 55f3db2 commit 5f20bac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions safe_control_gym/controllers/mpc/mpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f20bac

Please sign in to comment.