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