Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ predict
Method
predict
rl2/atari/dqn_theano.py:309–310 ·
view source on GitHub ↗
(self, X)
Source
from the content-addressed store, hash-verified
307
p.set_value(actual)
308
309
def
predict(self, X):
310
return
self.predict_op(X)
311
312
def
update(self, states, actions, targets):
313
return
self.train_op(states, targets, actions)
Callers
2
sample_action
Method · 0.95
learn
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected