How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Implementation of algorithms for continuous control (DDPG and NAF).
PyTorch implementation of Neural Combinatorial Optimization with Reinforcement Learning https://arxiv.org/abs/1611.09940
The main features of alexis-jacq/pytorch-dppo are: Model Implementations, Reinforcement Learning, Deep Reinforcement Learning.
Open-source alternatives to alexis-jacq/pytorch-dppo include: mjacar/pytorch-trpo. pemami4911/neural-combinatorial-rl-pytorch — PyTorch implementation of Neural Combinatorial Optimization with Reinforcement Learning https://arxiv.org/abs/1611.09940. ikostrikov/pytorch-naf — Implementation of algorithms for continuous control (DDPG and NAF). jingweiz/pytorch-rl — Deep Reinforcement Learning with pytorch & visdom. facebookresearch/translagent — Emergent Translation in Multi-Agent Communication PyTorch implementation of the models described in the paper Emergent… floringogianu/categorical-dqn.