mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-08-14 09:31:42 +08:00
dqn lr
This commit is contained in:
@ -271,7 +271,7 @@ def main():
|
||||
# Target model updating interval
|
||||
'update_target_model': 250,
|
||||
# Learning rate.
|
||||
'learning_rate': FloatDynamicHyperParam(2.5e-4, (0, 1e-3)),
|
||||
'learning_rate': FloatDynamicHyperParam(1e-4, (0, 1e-3)),
|
||||
}
|
||||
|
||||
# Configurations
|
||||
|
Reference in New Issue
Block a user