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

Method priv_encoding

humanoidverse/agents/modules/agent_modules.py:66–68  ·  view source on GitHub ↗
(self, priv_obs)

Source from the content-addressed store, hash-verified

64 return history_embedding
65
66 def priv_encoding(self, priv_obs):
67 priv_embedding = self.priv_encoder(priv_obs)
68 return priv_embedding
69
70 def forward(self, obs_dict, hist_encoding: bool, obs_key="actor_obs", target_key="future_motion_targets"):
71 motion_embedding = self.motion_encoding(obs_dict[target_key])

Callers 3

forwardMethod · 0.95
_update_ppoMethod · 0.80
_update_daggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected