MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / displayNumSimulationsSoFar

Function displayNumSimulationsSoFar

data-generator/ui.js:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65/** Updates display of simulation count. */
66export function displayNumSimulationsSoFar() {
67 numSimulationsSoFarElement.innerText = game.GAME_STATE.num_simulations_so_far;
68}
69
70/** Updates message for training results. Used for training speed. */
71export function displayTrainLogMessage(message) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected