igorcheb commited on
Commit
83ab437
1 Parent(s): 987b6f5

Update agent_class.py

Browse files
Files changed (1) hide show
  1. agent_class.py +1 -0
agent_class.py CHANGED
@@ -36,6 +36,7 @@ class ParameterisedPolicy(torch.nn.Module):
36
  sigma = self.elu(x) + 1.000001
37
 
38
  return mu, sigma
 
39
 
40
  def act(self, observation):
41
  """
 
36
  sigma = self.elu(x) + 1.000001
37
 
38
  return mu, sigma
39
+
40
 
41
  def act(self, observation):
42
  """