MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / invalidateQValuesAndBestAction

Function invalidateQValuesAndBestAction

snake-dqn/index.js:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103}
104
105function invalidateQValuesAndBestAction() {
106 currentQValues = null;
107 bestAction = null;
108}
109
110const LOCAL_MODEL_URL = './dqn/model.json';
111const REMOTE_MODEL_URL = 'https://storage.googleapis.com/tfjs-examples/snake-dqn/models/model.json';

Callers 1

stepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected