Skip to content

Commit

Permalink
refactor code C51
Browse files Browse the repository at this point in the history
  • Loading branch information
bruzat committed Dec 7, 2020
1 parent 935e493 commit 3619ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blobrl/networks/c51_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def forward(self, observation):
q = q.permute(1, 0, 2)

return q
elif isinstance(self.action_space, MultiDiscrete):
if isinstance(self.action_space, MultiDiscrete):

def do_forward(nvec, llayers, x):
if isinstance(llayers[-1], list):
Expand Down

0 comments on commit 3619ee6

Please sign in to comment.