在 C# 中构建代理

发布于 2024-08-11 07:49:13 字数 123 浏览 7 评论 0原文

C# 或 C++ 中有类似 JADEX 或 JADE 的东西吗?我正在做一个关于代理的项目,到目前为止我找不到像 JADEX 这样的东西来用 C# 构建 BDI 代理。我在 C# 中发现的任何内容都是用于进行代理模拟而不是构建代理。

Is there anything like JADEX or JADE in C# or C++? I am doing a project on agents and so far I can't find anything like JADEX for building BDI agents in C#. Anything in C# that I have found is for doing Agent simulations rather than building agents.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

錯遇了你 2024-08-18 07:49:13

我知道可以在.Net 平台上编译 JADE-LEAP,尽管我自己从未这样做过。

不幸的是,在线提供的文档并不是特别全面。 此线程来自 2008 年也许是最好的起点。还有一篇关于在 .NET 上编译 JADE 的五年前的文章,以及2008 年关于用 C# 编译 JADE-LEAP 的问题

最后,我怀疑虽然 JADE-LEAP 与 .Net 兼容的工作已经完成,但我认为 JADEX 的情况并非如此。您可能必须自己移植它,或者只使用 JADE-LEAP 编写自己的 BDI 代理,但不使用 JADEX 扩展。

也许最好先尝试一下,然后在 JADE 邮件列表上发布任何进一步的疑问?

祝你好运!

I understand that it's possible to compile JADE-LEAP on the .Net platform, although I've never done so myself.

Unfortunately, the documentation available online isn't particularly comprehensive. This thread from 2008 is probably the best place to start. There's also a five-year-old article about compiling JADE on .NET, and a question from 2008 about compiling JADE-LEAP in C#.

Finally, I suspect that whilst work has been done to make JADE-LEAP compatible with .Net, I don't think that the same is true for JADEX. You'd probably have to port that yourself, or just write your own BDI Agents with JADE-LEAP but without the JADEX extension.

Perhaps it's best to have a go, then post any further queries on the JADE mailing list?

Good luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文