mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-27 01:11:40 +00:00
Wandb changes
This commit is contained in:
parent
0e694b954a
commit
b7e713b101
1 changed files with 7 additions and 0 deletions
|
|
@ -625,6 +625,13 @@ class EndlessTerminalsEnv(HermesAgentBaseEnv):
|
|||
"""Periodic evaluation (optional)."""
|
||||
return {}
|
||||
|
||||
async def wandb_log(self, wandb_metrics: Optional[Dict] = None):
|
||||
"""Log Endless Terminals specific metrics to wandb."""
|
||||
if wandb_metrics is None:
|
||||
wandb_metrics = {}
|
||||
|
||||
await super().wandb_log(wandb_metrics)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
EndlessTerminalsEnv.cli()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue