AI“智能代理”的设计模式
是否有推荐的设计模式来设计由多个不一定必须相互交互的智能代理组成的人工智能场景。
认为它基本上是一个遵循正确的对象构造和解构的模式? 一些多路复用分叉一个新代理,然后在作业完成后删除该代理,
这里有什么建议吗?
谢谢!
is there a recommended design pattern for designing an AI scenario consisting of multiple intelligent agents that do not necessarily have to interact with each other.
Thinking it is basically a schema that follows proper object construction and deconstruction?
Some multiplexing forking a new agent and subsequently deleting the agent once job is complete
any recommendations here?
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
出行:
行程、转发和票证等模式封装了代理针对一个或多个目的地的移动管理。
任务:
主从和计划等模式涉及任务的分解以及如何将这些任务委托给一个或多个代理
交互:
会议、储物柜、信使、促进者和有组织的小组等模式涉及定位代理并促进他们的交互。
Traveling:
patterns such as Itinerary, Forwarding, and Ticket encapsulate mobility mgmt of an agent for one or more destinations.
Task:
patterns such as Master-Slave and Plan are concerned with the break-down of task and how these tasks are delegated to one or more agents
Interaction:
patterns such as Meeting, Locker, Messenger, Facilitator, and Organized Group are concerned with locating agents and facilitating their interactions.