awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
A

alexis-jacq/Pytorch-DPPO

0
View on GitHub↗
0 stars·0 forks·10 views

Pytorch DPPO

Features

  • Model Implementations - Distributed proximal policy optimization.
  • Reinforcement Learning - Distributed Proximal Policy Optimization.
  • Deep Reinforcement Learning - Listed in the “Deep Reinforcement Learning” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for alexis-jacq/pytorch-dppoStar history chart for alexis-jacq/pytorch-dppo

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Pytorch DPPO

Similar open-source projects, ranked by how many features they share with Pytorch DPPO.
  • jingweiz/pytorch-rljingweiz avatar

    jingweiz/pytorch-rl

    802View on GitHub↗

    Deep Reinforcement Learning with pytorch & visdom

    Python
    View on GitHub↗802
  • mjacar/pytorch-trpoM

    mjacar/pytorch-trpo

    0View on GitHub↗
    View on GitHub↗0
  • ikostrikov/pytorch-nafikostrikov avatar

    ikostrikov/pytorch-naf

    313View on GitHub↗

    Implementation of algorithms for continuous control (DDPG and NAF).

    Python
    View on GitHub↗313
  • pemami4911/neural-combinatorial-rl-pytorchpemami4911 avatar

    pemami4911/neural-combinatorial-rl-pytorch

    610View on GitHub↗

    PyTorch implementation of Neural Combinatorial Optimization with Reinforcement Learning https://arxiv.org/abs/1611.09940

    Python
    View on GitHub↗610
See all 30 alternatives to Pytorch DPPO→

Frequently asked questions

What are the main features of alexis-jacq/pytorch-dppo?

The main features of alexis-jacq/pytorch-dppo are: Model Implementations, Reinforcement Learning, Deep Reinforcement Learning.

What are some open-source alternatives to alexis-jacq/pytorch-dppo?

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.