We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e68248b commit a30aed9Copy full SHA for a30aed9
eval_protocol/mcp/execution/manager.py
@@ -504,7 +504,7 @@ def extract_text_content(msg_dict):
504
)
505
506
logger.info(
507
- f"🏁 Environmnet indicates rollout {rollout_idx} terminated at step {step} (reward: {trajectory.total_reward}) in thread {threading.current_thread().name}"
+ f"🏁 Environment indicates rollout {rollout_idx} terminated at step {step} (reward: {trajectory.total_reward}) in thread {threading.current_thread().name}"
508
509
break
510
0 commit comments