-
On 24/10/2019 17:41, Aleksander Czechowski wrote:
> I need a new agent in the aiagents/multi agent called QCoordinator
> which will be of multi-agent type
> (will inherit from https://github.co…
-
I'm getting large amount of errors from the junit tests
If you just run the top level junit test you get
```
Ran 18 tests in 6.814s
FAILED (failures=7, errors=2)
```
The first error is
`…
-
instead of lengthy aiagents.single.ClassName.ClassName make it possible that only ClassName needs to be supplied to the agent factory (under assumption of no duplicate names in the aiagents library)
…
-
On 9/11/19 3:18 PM, Aleksander Czechowski wrote:
> FactoryFloorAgent.py is an simple agent that is supposed to head to the nearest task position.
> Check out the current implementation:
> https…