MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / value

Method value

rl3/a2c/neural_network.py:48–49  ·  view source on GitHub ↗
(ob)

Source from the content-addressed store, hash-verified

46 return a, v#, [] # dummy state
47
48 def value(ob):
49 return sess.run(v0, {X: ob})
50
51 self.X = X
52 self.pi = pi

Callers 1

runMethod · 0.80

Calls 1

runMethod · 0.45

Tested by

no test coverage detected