Run ddpg++ by default

This commit is contained in:
dvanaken
2019-12-11 00:12:45 +01:00
committed by Dana Van Aken
parent c4e8eb53a1
commit ffc88bfaae

View File

@@ -119,7 +119,7 @@ ACTOR_HIDDEN_SIZES = [128, 128, 64]
CRITIC_HIDDEN_SIZES = [64, 128, 64]
# Use the same setting from the CDBTune paper
USE_DEFAULT = True
USE_DEFAULT = False
# Overwrite the DDPG settings if using CDBTune
if USE_DEFAULT:
DDPG_SIMPLE_REWARD = False