From eeeeef2671235fcce3a3eb255576a207d78840e6 Mon Sep 17 00:00:00 2001 From: "Mohamad H. Danesh" Date: Sat, 10 Feb 2024 05:00:53 -0500 Subject: [PATCH] Update cql.py (#15) Removing redundant configs --- algorithms/offline/cql.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/algorithms/offline/cql.py b/algorithms/offline/cql.py index 3b49a05e..099bce29 100644 --- a/algorithms/offline/cql.py +++ b/algorithms/offline/cql.py @@ -54,8 +54,6 @@ class TrainConfig: normalize: bool = True # Normalize states normalize_reward: bool = False # Normalize reward q_n_hidden_layers: int = 3 # Number of hidden layers in Q networks - reward_scale: float = 1.0 # Reward scale for normalization - reward_bias: float = 0.0 # Reward bias for normalization bc_steps: int = int(0) # Number of BC steps at start reward_scale: float = 5.0 # Reward scale for normalization reward_bias: float = -1.0 # Reward bias for normalization