Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorlayer/TensorLayer
/ _qvalues_func
Method
_qvalues_func
examples/reinforcement_learning/tutorial_C51.py:225–226 ·
view source on GitHub ↗
(self, obv)
Source
from the content-addressed store, hash-verified
223
224
@tf.function
225
def
_qvalues_func(self, obv):
226
return
self.qnet(obv)
227
228
def
train(self, b_o, b_a, b_r, b_o_, b_d):
229
# TODO: move q_estimation in tf.function
Callers
1
get_action
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected