learning-to-communicate-pytorch icon indicating copy to clipboard operation
learning-to-communicate-pytorch copied to clipboard

Learning to Communicate with Deep Multi-Agent Reinforcement Learning in PyTorch

Results 2 learning-to-communicate-pytorch issues
Sort by recently updated
recently updated
newest added

Greetings, Can I integrate my custom environment with special states and actions (multi discrete action )

Hello, I've found that the message can be negative at the inference time if we set comm_narrow=True. However, during training, the message is always passed through sigmoid() which returns only...