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

Method evaluate

humanoidverse/agents/modules/ppo_modules.py:97–99  ·  view source on GitHub ↗
(self, critic_obs, **kwargs)

Source from the content-addressed store, hash-verified

95 pass
96
97 def evaluate(self, critic_obs, **kwargs):
98 value = self.critic(critic_obs)
99 return value
100
101class PPOActorFixSigma(PPOActor):
102 def __init__(self,

Callers 7

_compute_returnsMethod · 0.45
_critic_eval_stepMethod · 0.45
_update_ppoMethod · 0.45
_compute_returnsMethod · 0.45
_critic_eval_stepMethod · 0.45
_compute_returnsMethod · 0.45
_critic_eval_stepMethod · 0.45

Calls 1

criticMethod · 0.95

Tested by

no test coverage detected