Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 989 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 989 Bytes

Mini multi-agent system project

Created for a PhD application process.

Two neural networks, a sender and a receiver, work together to get the sum of two numbers. The sender gets two numbers as input and sends a discrete message to the receiver, who must complete the task and tell us the sum. These networks are created using PyTorch and then are wrapped by the EGG framework to handle the messaging part.

Adapted from basic games example by Facebook Research.

This source code is licensed under the MIT license found in the LICENSE file in the root directory of this source tree.