mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
updated gifs in README + fix for multiworker crashes + improved Atari DQN and Dueling DDQN presets
This commit is contained in:
@@ -20,7 +20,8 @@ schedule_params.heatup_steps = EnvironmentSteps(50000)
|
||||
# Agent #
|
||||
#########
|
||||
agent_params = DQNAgentParameters()
|
||||
agent_params.network_wrappers['main'].learning_rate = 0.00025
|
||||
# since we are using Adam instead of RMSProp, we adjust the learning rate as well
|
||||
agent_params.network_wrappers['main'].learning_rate = 0.0001
|
||||
|
||||
###############
|
||||
# Environment #
|
||||
|
||||
Reference in New Issue
Block a user