All Projects → KornbergFresnel → CommNet

KornbergFresnel / CommNet

Licence: other
an implementation of CommNet

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to CommNet

Reinforcement Learning
Research repo of RL
Stars: ✭ 20 (-13.04%)
Mutual labels:  deep-reinforcement-learning
mgym
A collection of multi-agent reinforcement learning OpenAI gym environments
Stars: ✭ 41 (+78.26%)
Mutual labels:  multiagent
rl implementations
No description or website provided.
Stars: ✭ 40 (+73.91%)
Mutual labels:  deep-reinforcement-learning
wolpertinger ddpg
Wolpertinger Training with DDPG (Pytorch), Deep Reinforcement Learning in Large Discrete Action Spaces. Multi-GPU/Singer-GPU/CPU compatible.
Stars: ✭ 44 (+91.3%)
Mutual labels:  deep-reinforcement-learning
DeepBeerInventory-RL
The code for the SRDQN algorithm to train an agent for the beer game problem
Stars: ✭ 27 (+17.39%)
Mutual labels:  deep-reinforcement-learning
Autonomous-Drifting
Autonomous Drifting using Reinforcement Learning
Stars: ✭ 83 (+260.87%)
Mutual labels:  deep-reinforcement-learning
Object-Goal-Navigation
Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"
Stars: ✭ 107 (+365.22%)
Mutual labels:  deep-reinforcement-learning
reinforce-js
[INACTIVE] A collection of various machine learning solver. The library is an object-oriented approach (baked with Typescript) and tries to deliver simplified interfaces that make using the algorithms pretty simple.
Stars: ✭ 20 (-13.04%)
Mutual labels:  deep-reinforcement-learning
Dist-A3C
Distributed A3C
Stars: ✭ 37 (+60.87%)
Mutual labels:  deep-reinforcement-learning
l2r
Open-source reinforcement learning environment for autonomous racing.
Stars: ✭ 38 (+65.22%)
Mutual labels:  deep-reinforcement-learning
catalyst-examples
Examples
Stars: ✭ 54 (+134.78%)
Mutual labels:  deep-reinforcement-learning
reinforcement-learning-papers
My notes on reinforcement learning papers
Stars: ✭ 13 (-43.48%)
Mutual labels:  deep-reinforcement-learning
rlflow
A TensorFlow-based framework for learning about and experimenting with reinforcement learning algorithms
Stars: ✭ 20 (-13.04%)
Mutual labels:  deep-reinforcement-learning
snake-reinforcement-DNN
Developing a deep neural network to play a snake game
Stars: ✭ 12 (-47.83%)
Mutual labels:  deep-reinforcement-learning
Deep RL with pytorch
A pytorch tutorial for DRL(Deep Reinforcement Learning)
Stars: ✭ 160 (+595.65%)
Mutual labels:  deep-reinforcement-learning
Mava
A library of multi-agent reinforcement learning components and systems
Stars: ✭ 355 (+1443.48%)
Mutual labels:  multiagent
SRLF
Simple Reinforcement Learning Framework
Stars: ✭ 24 (+4.35%)
Mutual labels:  deep-reinforcement-learning
Deep-Reinforcement-Learning-Notebooks
This Repository contains a series of google colab notebooks which I created to help people dive into deep reinforcement learning.This notebooks contain both theory and implementation of different algorithms.
Stars: ✭ 15 (-34.78%)
Mutual labels:  deep-reinforcement-learning
pytorchrl
Deep Reinforcement Learning algorithms implemented in PyTorch
Stars: ✭ 47 (+104.35%)
Mutual labels:  deep-reinforcement-learning
FinRL
FinRL: The first open-source project for financial reinforcement learning. Please star. 🔥
Stars: ✭ 3,497 (+15104.35%)
Mutual labels:  deep-reinforcement-learning

CommNet

an implementation of CommNet, arxiv link: Learning Multiagent Communication with Backpropagation

What's CommNet

Many tasks in AI require the collaboration of multiple agents. Typically, the communication protocol between agents is manually specified and not altered during training. CommNet is a simple neural model, that uses continuous communication for fully cooperative tasks. The model consists of multiple agents and the communication between them is learned alongside their policy.

Demonstrating

demonstrating the ability of the agents to learn to communicate amongst themselves, yielding improved performance over non-communicative agents and baselines. In some cases, it is possible to interpret the language devised by the agents, revealing simple but effective strategies for solving the task at hand.

Structure

Tasks

  1. Leaver Pulling game
  2. Traffic Junction

Plot of Loss (leaver pulling game)

Plot of reward and baseline

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].