Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brendanator/atari-rl
/ ArraySyntax
Class
ArraySyntax
networks/loss.py:193–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
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)
199
200
inputs = factory.inputs
201
Callers
1
setup_dsl
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected