MCPcopy Create free account
hub / github.com/YeWR/EfficientZero / transform

Method transform

config/atari/__init__.py:165–166  ·  view source on GitHub ↗
(self, images)

Source from the content-addressed store, hash-verified

163 self.transforms = Transforms(self.augmentation, image_shape=(self.obs_shape[1], self.obs_shape[2]))
164
165 def transform(self, images):
166 return self.transforms.transform(images)
167
168
169game_config = AtariConfig()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected