neural-combinatorial-rl-pytorch
NCO RL PyTorch
An implementation of Neural Combinatorial Optimization with Reinforcement Learning using PyTorch.
PyTorch implementation of Neural Combinatorial Optimization with Reinforcement Learning https://arxiv.org/abs/1611.09940
558 stars
19 watching
140 forks
Language: Python
last commit: over 6 years ago neural-combinatorial-optimizationpytorchreinforcement-learningseq2seq
Related projects:
Repository | Description | Stars |
---|---|---|
atgambardella/pytorch-es | An implementation of an optimization algorithm for training neural networks in machine learning environments. | 350 |
ypxie/pytorch-neucom | An implementation of the Differentiable Neural Computer architecture in PyTorch | 94 |
tristandeleu/pytorch-maml-rl | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 827 |
ikostrikov/pytorch-trpo | A PyTorch implementation of an optimization algorithm for continuous control and reinforcement learning tasks | 433 |
dgriff777/rl_a3c_pytorch | An implementation of an A3C algorithm for reinforcement learning in Pytorch, with various optimizations and extensions to accelerate training. | 562 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
locuslab/optnet | A PyTorch module that adds differentiable optimization as a layer to neural networks | 513 |
d-li14/regnet.pytorch | An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
graal-research/poutyne | A PyTorch framework simplifying neural network training with automated boilerplate code and callback utilities | 569 |
ikostrikov/pytorch-ddpg-naf | An implementation of reinforcement learning algorithms for continuous control tasks using deep neural networks. | 307 |
prabhuomkar/pytorch-cpp | A C++ implementation of PyTorch tutorials | 1,965 |
tobiascz/mnist_pytorch_python_and_capi | An example project demonstrating how to train and deploy a neural network in Python and C++ using PyTorch 1.0 | 96 |
awentzonline/pytorch-cns | Search algorithm for neural network optimization | 26 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |