Skip to content

Commit

Permalink
add log adp objective
Browse files Browse the repository at this point in the history
  • Loading branch information
daochenzha committed Aug 5, 2021
1 parent d72db82 commit e786e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion douzero/dmc/arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
help='Experiment id (default: douzero)')
parser.add_argument('--save_interval', default=30, type=int,
help='Time interval (in minutes) at which to save the model')
parser.add_argument('--objective', default='adp', type=str, choices=['adp', 'wp'],
parser.add_argument('--objective', default='adp', type=str, choices=['adp', 'wp', 'logadp'],
help='Use ADP or WP as reward (default: ADP)')

# Training settings
Expand Down

0 comments on commit e786e21

Please sign in to comment.