Skip to content
#

multi-agent

Here are 95 public repositories matching this topic...

Foundation is a flexible, modular, and composable framework to model socio-economic behaviors and dynamics with both agents and governments. This framework can be used in conjunction with reinforcement learning to learn optimal economic policies, as done by the AI Economist (https://www.einstein.ai/the-ai-economist).

  • Updated Oct 27, 2020
  • Python
maro

Multi-Agent Resource Optimization (MARO) platform is an instance of Reinforcement Learning as a Service (RaaS) for real-world resource optimization. It can be applied to many important industrial domains, such as container inventory management in logistics, bike repositioning in transportation, virtual machine provisioning in data centers, and asset management in finance. Besides RL, it also supports other planning/decision mechanisms, such as Operations Research. MARO provides comprehensive support in data processing, simulator building, RL algorithm selection, and distributed training.

  • Updated Nov 7, 2020
  • Python

Algorithm for prioritized multi-agent path finding (MAPF) in grid-worlds. Moves into arbitrary directions are allowed (each agent is allowed to follow any-angle path on the grid). Timeline is continuous, i.e. action durations are not explicitly discretized into timesteps. Different agents' size and moving speed are supported. Planning is carried out in (x, y, \theta) configuration space, i.e. agents' orientation are taken into account.

  • Updated Jul 7, 2020
  • C++
agents-aea
Totoual
Totoual commented Aug 12, 2020

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I would like to have the option to exclude a connection when I am running the agent. If an agent has 5 connections and you want to run 4 of them I need to list all the connections.

Describe alternatives you've considered
For example:
`aea run --exclude_connection "fetchai/soef

Improve this page

Add a description, image, and links to the multi-agent topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the multi-agent topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.