Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs-examples
/
Class
snake-dqn/agent.js:25–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
import
{ assertPositiveInteger } from
'./utils'
;
24
25
export
class
SnakeGameAgent {
26
/**
27
* Constructor of SnakeGameAgent.
28
*
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected