Configure and Train Your First Agent
Last updated
Once you have set up your use case with scenarios, your next step is to configure and train your first agent.
In the Agent Orchestration Studio, you can configure agents with goals, constraints, and success criteria.
Agents can pursue three goal objectives: maximize, minimize, and maintain. Goal statements can apply to any sensor variable.
For the Material Fusion example, the overall goal of the process is to maximize the quality rating variable. So your agent should be configured with one goal: maximize quality.

For material fusion, you do not need to use constraints or success criteria.
Alternatively, you can use the coding agent workflow to create and configure agents for the Material Fusion use case. Prompt your coding agents to create an agent with a goal to maximize the variable quality_rating and publish it to your organization and use case.
Create a teacher agent with a goal to maximize quality_rating. Include all required files and dependencies. Use the MCP server to publish it to <my organization> and <my use case>.
After the MCP server publishes the agent, it will be visible in your list of agents in the Agent Orchestration Studio.
Eventually, you will build a multi-agent system with a different agent for each scenario. For now, you will build a single-agent system with one agent that learns to specialize in one scenario.
Drag your agent into a blank template within the Agent Orchestration Studio. Then select one scenario from the scenarios list on the right.

Click Train Agent to begin training. For this problem, select 50 training cycles. (For your own industrial control use cases, you will likely need more cycles.) Each training cycle is about 1,000 decisions.
On the Training Sessions page, you'll see the training in progress. A successful training session shows a learning curve with a steep initial climb followed by a plateau, indiciating that the agent has successfully learned.

Last updated