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 9e7002f commit a82caabCopy full SHA for a82caab
ding/model/common/tests/test_head.py
@@ -90,4 +90,4 @@ def test_ensemble(self):
90
model = EnsembleHead(embedding_dim, action_shape, 3, 3, 3)
91
outputs = model(inputs)['pred']
92
self.output_check(model, outputs)
93
- assert outputs.shape == (B, action_shape * 3, 1)
+ assert outputs.shape == (B, action_shape * 3)
0 commit comments