Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
class
PPOActorFixSigma(PPOActor):
102
def
__init__(self,
Callers
7
_compute_returns
Method · 0.45
_critic_eval_step
Method · 0.45
_update_ppo
Method · 0.45
_compute_returns
Method · 0.45
_critic_eval_step
Method · 0.45
_compute_returns
Method · 0.45
_critic_eval_step
Method · 0.45
Calls
1
critic
Method · 0.95
Tested by
no test coverage detected