mirror of
https://github.com/JackHopkins/factorio-learning-environment.git
synced 2025-09-06 21:48:51 +00:00

* fix: remove duplicate burner mining drill line from crafting statistics * fix: Remove duplicate 'Useful statistics' from task descriptions - Statistics already included in system prompt from instance.get_system_prompt() - Removed CRAFTING_STATISTICS duplication from task goal_description - Cleaned up unused include_stats parameter in UnboundedThroughputTask * fix: Remove goal description duplication and restore useful statistics - Remove duplicate {goal_description} from GYM_AGENT_INSTRUCTIONS template - Add CRAFTING_STATISTICS to agent.md for system prompt inclusion - Goal now appears only once in Task section, not duplicated in Instructions - Statistics are properly included in the system prompt via agent.md * refactor changes * add back system prompt * replace goal description in proper palce * remove redundant goal statement * whitespace * move rstrip to after string generation