MCPcopy Create free account
hub / github.com/WendyShang/flare / forward

Method forward

encoder.py:141–142  ·  view source on GitHub ↗
(self, obs, detach=False)

Source from the content-addressed store, hash-verified

139 self.feature_dim = obs_shape[0]
140
141 def forward(self, obs, detach=False):
142 return obs
143
144 def copy_conv_weights_from(self, source):
145 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected