We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a425b commit 29a41d5Copy full SHA for 29a41d5
mighty/mighty_models/dqn.py
@@ -25,7 +25,6 @@ def __init__(self, num_actions, obs_size, dueling=False, **kwargs):
25
feature_extractor_kwargs.update(kwargs["feature_extractor_kwargs"])
26
27
# Make feature extractor
28
- print(obs_size)
29
self.feature_extractor, self.output_size = make_feature_extractor(
30
**feature_extractor_kwargs
31
)
0 commit comments