Skip to content
Snippets Groups Projects
Commit d268b325 authored by Nicola Gatto's avatar Nicola Gatto
Browse files

Fix wrong parameter call

parent bcf8b105
No related branches found
No related tags found
3 merge requests!20Implemented layer variables and RNN layer,!19Integrate TD3 Algorithm and Gaussian Noise,!18Integrate TD3 Algorithm and Gaussian Noise
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<#if (config.strategy.epsilon_decay_start)??> <#if (config.strategy.epsilon_decay_start)??>
'epsilon_decay_start': ${config.strategy.epsilon_decay_start}, 'epsilon_decay_start': ${config.strategy.epsilon_decay_start},
</#if> </#if>
<#if (config.strategy.epsilon_decay_start)??> <#if (config.strategy.epsilon_decay_per_step)??>
'epsilon_decay_per_step': ${config.strategy.epsilon_decay_per_step?string('True', 'False')}, 'epsilon_decay_per_step': ${config.strategy.epsilon_decay_per_step?string('True', 'False')},
</#if> </#if>
<#if (config.strategy.method)?? && (config.strategy.method=="ornstein_uhlenbeck")> <#if (config.strategy.method)?? && (config.strategy.method=="ornstein_uhlenbeck")>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment