Skip to content

Commit

Permalink
git test
Browse files Browse the repository at this point in the history
  • Loading branch information
svsawant committed Nov 9, 2023
1 parent 8841562 commit fbdd88a
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 fbdd88a

Please sign in to comment.