Skip to content

Commit

Permalink
Update cql.py (#15)
Browse files Browse the repository at this point in the history
Removing redundant configs
  • Loading branch information
modanesh authored Feb 10, 2024
1 parent 9aa6be9 commit eeeeef2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions algorithms/offline/cql.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeeeef2

Please sign in to comment.