Skip to content

Commit

Permalink
make_parallel for network containers (#985)
Browse files Browse the repository at this point in the history
* make_parallel for network containers

* Address comments

* Address further comments
  • Loading branch information
emailweixu committed Aug 26, 2021
1 parent cadf72f commit b8cb37a
Show file tree
Hide file tree
Showing 13 changed files with 528 additions and 68 deletions.
2 changes: 1 addition & 1 deletion alf/algorithms/ppg/disjoint_policy_value_network_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_architecture(self, is_sharing_encoder):
EncodingNetwork,
conv_layer_params=self._conv_layer_params,
fc_layer_params=self._fc_layer_params,
preprocessing_combiner=NestConcat(dim=1)),
preprocessing_combiner=NestConcat(dim=0)),
is_sharing_encoder=is_sharing_encoder)

# Verify that the output specs are correct
Expand Down
Loading

0 comments on commit b8cb37a

Please sign in to comment.