Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/benchmarking-dev' into benchmark…
Browse files Browse the repository at this point in the history
…ing-dev
  • Loading branch information
svsawant committed Nov 9, 2023
2 parents cbb1159 + fbdd88a commit 94cbcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_control_gym/controllers/mpc/qlearning_mpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(
self,
env_func,
horizon: int = 5,
q_mpc: list = [1],
q_mpc: list = [2],
r_mpc: list = [1],
warmstart: bool = True,
soft_constraints: bool = False,
Expand Down

0 comments on commit 94cbcc4

Please sign in to comment.