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

Class

snake-dqn/replay_memory.js:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20/** Replay buffer for DQN training. */
21export class ReplayMemory {
22 /**
23 * Constructor of ReplayMemory.
24 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected