Skip to content

Commit

Permalink
forgot to add gamma to custom_objects, relevant for finetuning
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped committed Aug 21, 2022
1 parent 534c212 commit ade86e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/train_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def train_with_masks(ret):
"learning_rate": ret.learning_rate,
"batch_size": ret.batch_size,
"clip_range": lambda _: 0.2,
"gamma": ret.gamma,
}

print("Finetuning...")
Expand Down

0 comments on commit ade86e4

Please sign in to comment.