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.