Skip to content

A multi-agent system project for a PhD application process. The goal is to analyse the emergence of artificial language through observing two neural networks that work together using discrete messages to solve a task.

License

Etiene/minimasproject

Repository files navigation

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.

About

A multi-agent system project for a PhD application process. The goal is to analyse the emergence of artificial language through observing two neural networks that work together using discrete messages to solve a task.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published