awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
google-deepmind avatar

google-deepmind/acme

0
View on GitHub↗
4,005 स्टार्स·541 फोर्क्स·Python·Apache-2.0·7 व्यूज़

Acme

Acme एक रीइन्फोर्समेंट लर्निंग फ्रेमवर्क और एक्ज़ीक्यूशन इंजन है जिसे लर्निंग एल्गोरिदम विकसित करने और बेंचमार्क करने के लिए डिज़ाइन किया गया है। यह एजेंटों का निर्माण करने और प्रदर्शन बेसलाइन स्थापित करने के लिए उपयोग किए जाने वाले मॉड्यूलर घटकों और संदर्भ कार्यान्वयनों की एक लाइब्रेरी प्रदान करता है।

यह सिस्टम एजेंट आर्किटेक्चर को सिंगल-स्ट्रीम एक्ज़ीक्यूशन से बड़े वितरित वातावरण तक स्केल करने में सक्षम बनाता है। यह शुरुआती प्रोटोटाइपिंग से प्रशिक्षण और मूल्यांकन के लिए वितरित एक्ज़ीक्यूशन में संक्रमण की अनुमति देता है।

यह फ्रेमवर्क रीइन्फोर्समेंट लर्निंग डेवलपमेंट और एजेंट आर्किटेक्चर प्रोटोटाइपिंग को कवर करता है, जो मानक संदर्भ एजेंटों के खिलाफ नए मॉडलों को बेंचमार्क करने के लिए आवश्यक बिल्डिंग ब्लॉक्स प्रदान करता है।

Features

  • Distributed RL Scaling - Acts as an execution engine for scaling reinforcement learning training and rollout generation across distributed GPU nodes.
  • Reinforcement Learning - Offers a comprehensive framework for training agents through trial and error using modular components.
  • Distributed - Scales reinforcement learning workflows from single-stream processes to large distributed systems.
  • RL Agent Implementation Frameworks - Provides the structural support and modular building blocks necessary for implementing RL agents.
  • Agentic Reinforcement Learning - Provides a specialized framework for developing and training agents using reinforcement learning.
  • Reinforcement Learning Agents - Provides a library of reference implementations for constructing reinforcement learning agents.
  • Distributed Execution Scaling - Enables scaling agent architectures from single-stream execution to large distributed environments.
  • RL Algorithm Benchmarking Toolkits - Implements toolkits for benchmarking new reinforcement learning algorithms against standard reference agents.
  • Agent Architectures - Supports the design and iteration of structural patterns for reinforcement learning agents.
  • Reinforcement Learning - Library of reinforcement learning components and agents.

स्टार हिस्ट्री

google-deepmind/acme के लिए स्टार हिस्ट्री चार्टgoogle-deepmind/acme के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Acme के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Acme के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • vwxyzjn/cleanrlvwxyzjn का अवतार

    vwxyzjn/cleanrl

    9,127GitHub पर देखें↗

    CleanRL is a reinforcement learning library and PyTorch framework providing a suite of reproducible implementations for online reinforcement learning algorithms. It serves as a deep reinforcement learning benchmark suite and experiment orchestrator designed for research and agent development across both discrete and continuous action spaces. The project is distinguished by its single-file algorithm implementation approach, which encapsulates each algorithm in a standalone script to eliminate complex class hierarchies. This structure is paired with a system for scheduling and executing large-s

    Pythona2cactor-criticadvantage-actor-critic
    GitHub पर देखें↗9,127
  • keras-rl/keras-rlkeras-rl का अवतार

    keras-rl/keras-rl

    5,551GitHub पर देखें↗

    keras-rl is a reinforcement learning library that enables the training of neural agents using Keras. It serves as a framework for implementing deep reinforcement learning agents that interact with simulated environments to discover optimal behaviors and maximize cumulative rewards. The library provides a system for configuring, training, and managing neural network agents. It handles the interaction loop between agents and environments, allowing models to learn through direct experience and gradient-based optimization. The framework includes capabilities for model weight management, allowing

    Python
    GitHub पर देखें↗5,551
  • google/dopaminegoogle का अवतार

    google/dopamine

    10,879GitHub पर देखें↗

    Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse simulated environments. It provides an agent development toolkit that utilizes a flat class hierarchy to facilitate the creation and extension of learning agents. The framework includes a standardization layer via environment wrappers that connect agents to various physics simulations and gaming environments. It also features a high-performance experience replay buffer for storing and sampling transition data to improve training stability, alongside a dedicated hyperparameter

    Jupyter Notebook
    GitHub पर देखें↗10,879
  • rlinf/rlinfRLinf का अवतार

    RLinf/RLinf

    2,502GitHub पर देखें↗

    RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the infrastructure to train vision-language-action models and robotic policies using a combination of reinforcement learning and supervised fine-tuning. The system is designed for scaling workloads across GPU clusters, managing the placement of actors, rollout workers, and environment components. It features a specialized robotics data collection pipeline for gathering teleoperated demonstrations and simulation trajectories into standardized replay buffers, alongside a hardware interface

    Pythonagentic-aiembodied-aireinforcement-learning
    GitHub पर देखें↗2,502
Acme के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

google-deepmind/acme क्या करता है?

Acme एक रीइन्फोर्समेंट लर्निंग फ्रेमवर्क और एक्ज़ीक्यूशन इंजन है जिसे लर्निंग एल्गोरिदम विकसित करने और बेंचमार्क करने के लिए डिज़ाइन किया गया है। यह एजेंटों का निर्माण करने और प्रदर्शन बेसलाइन स्थापित करने के लिए उपयोग किए जाने वाले मॉड्यूलर घटकों और संदर्भ कार्यान्वयनों की एक लाइब्रेरी प्रदान करता है।

google-deepmind/acme की मुख्य विशेषताएं क्या हैं?

google-deepmind/acme की मुख्य विशेषताएं हैं: Distributed RL Scaling, Reinforcement Learning, Distributed, RL Agent Implementation Frameworks, Agentic Reinforcement Learning, Reinforcement Learning Agents, Distributed Execution Scaling, RL Algorithm Benchmarking Toolkits।

google-deepmind/acme के कुछ ओपन-सोर्स विकल्प क्या हैं?

google-deepmind/acme के ओपन-सोर्स विकल्पों में शामिल हैं: vwxyzjn/cleanrl — CleanRL is a reinforcement learning library and PyTorch framework providing a suite of reproducible implementations… keras-rl/keras-rl — keras-rl is a reinforcement learning library that enables the training of neural agents using Keras. It serves as a… google/dopamine — Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse… rlinf/rlinf — RLinf is a distributed reinforcement learning orchestrator and embodied AI training framework. It provides the… dlr-rm/rl-baselines3-zoo — This project is a collection of pretrained reinforcement learning agents and training scripts built on Stable… dlr-rm/stable-baselines3 — Stable-baselines3 is a reinforcement learning library built on the PyTorch deep learning framework. It provides a…