Skip to content

Commit

Permalink
Update args_fbopt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smilesun authored Oct 10, 2023
1 parent ddde147 commit 75fae54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions domainlab/algos/trainers/args_fbopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ def add_args2parser_fbopt(parser):

parser.add_argument('--coeff_ma_output_state', type=float, default=0.5,
help='setpoint output as state exponential moving average')

parser.add_argument('--coeff_ma_setpoint', type=float, default=0.5,
help='setpoint average')


parser.add_argument('--exp_shoulder_clip', type=float, default=10,
Expand Down

0 comments on commit 75fae54

Please sign in to comment.