mirror of
https://github.com/wassname/Run-Skeleton-Run.git
synced 2026-07-27 11:18:53 +08:00
tidy
This commit is contained in:
@@ -150,7 +150,6 @@ class CriticHead(nn.Module):
|
||||
|
||||
def forward(self, observation):
|
||||
x = self.base.forward(observation)
|
||||
# x = torch.cat((x, action), dim=1)
|
||||
x = self.value_net.forward(x)
|
||||
return x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user