Skip to content

Commit

Permalink
[dev] modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjim0816 committed Jun 15, 2024
1 parent 7acff53 commit 371da67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions joyrl/algos/DoubleDQN/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Email: [email protected]
Date: 2023-03-15 22:04:42
LastEditor: JiangJi
LastEditTime: 2024-01-26 10:14:47
LastEditTime: 2024-06-15 14:03:54
Discription:
'''
class AlgoConfig(object):
Expand Down Expand Up @@ -41,7 +41,7 @@ def __init__(self) -> None:
# }
]
self.merge_layers = [
{'layer_type': 'linear', 'layer_size': [256], 'activation': 'ReLU'},
{'layer_type': 'linear', 'layer_size': [256], 'activation': 'ReLU'},
# {'layer_type': 'linear', 'layer_size': [256], 'activation': 'ReLU'},
# {'layer_type': 'linear', 'layer_size': [256], 'activation': 'ReLU'},
]

0 comments on commit 371da67

Please sign in to comment.