MCPcopy Create free account
hub / github.com/brendanator/atari-rl / __init__

Method __init__

networks/loss.py:194–195  ·  view source on GitHub ↗
(self, getitem)

Source from the content-addressed store, hash-verified

192 def setup_dsl(self, factory, config):
193 class ArraySyntax(object):
194 def __init__(self, getitem):
195 self.getitem = getitem
196
197 def __getitem__(self, key):
198 return self.getitem(key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected