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