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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
aunum avatar

aunum/gold

0
View on GitHub↗
351 Stars·31 Forks·Go·Apache-2.0·5 Aufrufe

Gold

Reinforcement Learning in Go

Features

  • Reinforcement Learning - Reinforcement learning library for agent training.
  • Reinforcement Learning Frameworks - Reinforcement learning library written in the Go programming language.

Star-Verlauf

Star-Verlauf für aunum/goldStar-Verlauf für aunum/gold

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Gold

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Gold.
  • google/dopamineAvatar von google

    google/dopamine

    10,879Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,879
  • huggingface/trlAvatar von huggingface

    huggingface/trl

    18,653Auf GitHub ansehen↗

    This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language models. It serves as a toolkit for adapting models to specialized domains through supervised learning, while offering advanced methodologies to improve output quality and reasoning capabilities. The project distinguishes itself through specialized alignment and optimization techniques, including direct preference optimization and reinforcement learning, which allow models to be tuned against human preferences without complex reward modeling. It further supports training efficie

    Python
    Auf GitHub ansehen↗18,653
  • alibaba/rollAvatar von alibaba

    alibaba/ROLL

    2,844Auf GitHub ansehen↗

    ROLL is a distributed reinforcement learning framework and model alignment toolkit designed for large language models. It serves as a scalable training pipeline and GPU cluster manager, providing the infrastructure to align model behavior using reinforcement learning algorithms and preference optimization techniques. The project distinguishes itself through an agentic rollout orchestrator that generates and collects multi-turn interaction trajectories between AI agents and simulated environments. It supports specialized alignment methods including Direct Preference Optimization, reinforcement

    Pythonagenticrlhfrlvr
    Auf GitHub ansehen↗2,844
  • inclusionai/arealAvatar von inclusionAI

    inclusionAI/AReaL

    3,559Auf GitHub ansehen↗

    AReaL is a system for agent orchestration, distributed model training, and parameter-efficient tuning. It provides a framework for developing multi-turn reasoning agents and training large models using reinforcement learning from human feedback. The project implements a toolkit for improving the visual reasoning and geometry problem solving capabilities of vision-language models. It utilizes a memory-efficient tuning system to optimize mathematical and reasoning models across different inference backends. The infrastructure supports large-scale training through tensor, pipeline, and expert p

    Pythonagentllmllm-agent
    Auf GitHub ansehen↗3,559
Alle 30 Alternativen zu Gold anzeigen→

Häufig gestellte Fragen

Was macht aunum/gold?

Reinforcement Learning in Go

Was sind die Hauptfunktionen von aunum/gold?

Die Hauptfunktionen von aunum/gold sind: Reinforcement Learning, Reinforcement Learning Frameworks.

Welche Open-Source-Alternativen gibt es zu aunum/gold?

Open-Source-Alternativen zu aunum/gold sind unter anderem: google/dopamine — Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse… inclusionai/areal — AReaL is a system for agent orchestration, distributed model training, and parameter-efficient tuning. It provides a… alibaba/roll — ROLL is a distributed reinforcement learning framework and model alignment toolkit designed for large language models.… instadeepai/jumanji — 🕹️ A diverse suite of scalable reinforcement learning environments in JAX. huggingface/trl — This library provides a comprehensive framework for fine-tuning, aligning, and distilling transformer-based language… novasky-ai/skyrl.