MCPcopy Create free account
hub / github.com/TeleHuman/PBHC / motion_encoding

Method motion_encoding

humanoidverse/agents/modules/agent_modules.py:58–60  ·  view source on GitHub ↗
(self, motion_obs)

Source from the content-addressed store, hash-verified

56 return module_config_dict
57
58 def motion_encoding(self, motion_obs):
59 motion_embedding = self.motion_encoder(motion_obs)
60 return motion_embedding
61
62 def history_encoding(self, history_obs):
63 history_embedding = self.history_encoder(history_obs)

Callers 2

forwardMethod · 0.95
evaluateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected