From: Jomi H. <jom...@gm...> - 2023-12-20 18:05:28
|
Hi Burak, In case agents and environment are running in the same Java Virtual Machine, I’d say that it is possible to do what you want. However, conceptually, I think it is not suitable. The environment should not access to the mind of the agents. Internal actions may be considered for such situations, an internal actions has access to the agent BB, PL, .. everything. HTH, Jomi ps.: take a look at classes RuntimeServices (to get some information about runtime conf.) and RunLocalMAS to access all agents when running local. |