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
Back to reinforceio/tensorforce

Open-source alternatives to Tensorforce

30 open-source projects similar to reinforceio/tensorforce, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Tensorforce alternative.

  • deepmind/trfldeepmind avatar

    deepmind/trfl

    3,135View on GitHub↗

    TensorFlow Reinforcement Learning

    Python
    View on GitHub↗3,135
  • rlworkgroup/garagerlworkgroup avatar

    rlworkgroup/garage

    2,108View on GitHub↗

    A toolkit for reproducible reinforcement learning research.

    Python
    View on GitHub↗2,108
  • nervanasystems/coachN

    NervanaSystems/coach

    0View on GitHub↗
    View on GitHub↗0
  • torchcraft/torchcraftTorchCraft avatar

    TorchCraft/TorchCraft

    1,396View on GitHub↗

    Connecting Torch to StarCraft

    C++
    View on GitHub↗1,396
  • unity-technologies/ml-agentsUnity-Technologies avatar

    Unity-Technologies/ml-agents

    19,494View on GitHub↗

    This project is a reinforcement learning toolkit and simulation-based AI trainer for creating intelligent agents within Unity simulations. It provides a multi-agent simulation framework for configuring cooperative or competitive scenarios and includes an environment wrapper that bridges simulations with standard machine learning libraries using gym-style interfaces. The system features a native cross-platform inference engine that executes trained neural network models for real-time decision making without external dependencies. It enables the acceleration of the learning process by running m

    C#
    View on GitHub↗19,494

AI search

Explore more awesome repositories

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

Find more with AI search
tensorflow/agentstensorflow avatar

tensorflow/agents

3,016View on GitHub↗

TF-Agents: A reliable, scalable and easy to use TensorFlow library for Contextual Bandits and Reinforcement Learning.

Python
View on GitHub↗3,016
  • tensorlayer/tensorlayertensorlayer avatar

    tensorlayer/TensorLayer

    7,384View on GitHub↗

    TensorLayer is a backend-agnostic tensor library and deep learning framework designed for building neural network architectures. It provides a neural network abstraction layer that allows model logic to run across different deep learning engines using high-level layers and model components. The project serves as a deep reinforcement learning toolkit for implementing policy-based, value-based, and actor-critic agents. It includes specialized tools for managing experience replay and gradient-based policy optimization to handle both discrete and continuous action spaces. To support reinforcemen

    Python
    View on GitHub↗7,384
  • keras-rl/keras-rlkeras-rl avatar

    keras-rl/keras-rl

    5,551View on GitHub↗

    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
    View on GitHub↗5,551
  • opendilab/di-engineopendilab avatar

    opendilab/DI-engine

    3,616View on GitHub↗

    OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.

    Python
    View on GitHub↗3,616
  • tensorflow/modelstensorflow avatar

    tensorflow/models

    77,663View on GitHub↗

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling. The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable

    Python
    View on GitHub↗77,663
  • deepmind/labdeepmind avatar

    deepmind/lab

    7,365View on GitHub↗

    Lab is a customizable 3D platform and research testbed designed for training and testing autonomous agents using reinforcement learning. It serves as a spatial AI training simulator where agents can be evaluated through navigation and puzzle-solving tasks. The environment allows for the definition of complex layouts and task behaviors through external scripting, enabling the generation of specific challenges for AI research. It supports both automated training via standard API bindings and manual agent control to validate simulation dynamics. The system utilizes a grid-based spatial represen

    C
    View on GitHub↗7,365
  • transcranial/keras-jstranscranial avatar

    transcranial/keras-js

    4,963View on GitHub↗

    Keras-js is a JavaScript inference engine and browser-based machine learning framework designed to execute pre-trained Keras neural networks. It allows for client-side model inference in web browsers or Node.js environments without the requirement of a backend server. The library utilizes a WebGL tensor accelerator to map mathematical operations to the graphics processor for hardware acceleration. To maintain user interface responsiveness during heavy computations, it incorporates a web worker inference runtime that executes neural network processing in background threads. The system support

    JavaScript
    View on GitHub↗4,963
  • matthiasplappert/keras-rlmatthiasplappert avatar

    matthiasplappert/keras-rl

    12View on GitHub↗

    Deep Reinforcement Learning for Keras.

    View on GitHub↗12
  • serpentai/serpentaiSerpentAI avatar

    SerpentAI/SerpentAI

    6,979View on GitHub↗

    SerpentAI is a game AI development kit and computer vision framework designed for building autonomous agents that interact with video games. It serves as a game input automation tool and a machine learning model integration engine, allowing developers to create agents that perceive game states and execute actions. The framework utilizes a plugin-based agent architecture to provide modular extensions for game-specific logic and behaviors. It features a specialized system for training, bundling, and deploying machine learning classifiers to recognize visual contexts and game states in real time

    Pythonartificial-intelligencecomputer-visiondeep-learning
    View on GitHub↗6,979
  • tflearn/tflearntflearn avatar

    tflearn/tflearn

    9,579View on GitHub↗

    tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing neural network architectures and a system for executing training loops and optimizing model weights across CPUs and GPUs. The project simplifies the process of building and training models through a modular interface and a high-level API for prototyping. It includes specialized utilities for deep learning visualization, allowing for the generation of graphical diagrams to analyze network structures, weights, gradients, and activations. The framework covers a broad range of capa

    Pythondata-sciencedeep-learningmachine-learning
    View on GitHub↗9,579
  • deepmind/sonnetdeepmind avatar

    deepmind/sonnet

    9,920View on GitHub↗

    Sonnet is a modular machine learning framework and TensorFlow library used for building, training, and managing deep learning models. It functions as a system for composing neural networks from reusable modules and layers that encapsulate their own parameters and internal states. The project provides specialized tools for distributed model training, enabling the synchronization of gradients across multiple hardware devices. It also serves as a model state management system, allowing for the persistence of neural network weights and the export of portable models that separate the computation g

    Python
    View on GitHub↗9,920
  • enlite-ai/mazeenlite-ai avatar

    enlite-ai/maze

    290View on GitHub↗

    Maze Applied Reinforcement Learning Framework

    Python
    View on GitHub↗290
  • kengz/slm-labkengz avatar

    kengz/SLM-Lab

    1,353View on GitHub↗

    Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep Reinforcement Learning".

    Python
    View on GitHub↗1,353
  • alrojo/tensorflow-tutorialalrojo avatar

    alrojo/tensorflow-tutorial

    1,955View on GitHub↗

    Practical tutorials and labs for TensorFlow used by Nvidia, FFN, CNN, RNN, Kaggle, AE

    Jupyter Notebook
    View on GitHub↗1,955
  • alihassanijr/discernalihassanijr avatar

    alihassanijr/DISCERN

    0View on GitHub↗

    This repository contains the implementation of DISCERN in Python. You can download the manuscript from my website or arXiv.

    Python
    View on GitHub↗0
  • alankbi/detectoalankbi avatar

    alankbi/detecto

    626View on GitHub↗

    Build fully-functioning computer vision models with PyTorch

    Python
    View on GitHub↗626
  • alibabaresearch/damo-convaiAlibabaResearch avatar

    AlibabaResearch/DAMO-ConvAI

    1,561View on GitHub↗

    DAMO-ConvAI: The official repository which contains the codebase for Alibaba DAMO Conversational AI.

    Pythonconversational-aideep-learningdialog
    View on GitHub↗1,561
  • atgambardella/pytorch-esA

    atgambardella/pytorch-es

    0View on GitHub↗
    View on GitHub↗0
  • astooke/rlpytastooke avatar

    astooke/rlpyt

    2,280View on GitHub↗

    Reinforcement Learning in PyTorch

    Python
    View on GitHub↗2,280
  • aunum/goldaunum avatar

    aunum/gold

    351View on GitHub↗

    Reinforcement Learning in Go

    Go
    View on GitHub↗351
  • autonomio/talosautonomio avatar

    autonomio/talos

    1,637View on GitHub↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    View on GitHub↗1,637
  • avanetten/yoltavanetten avatar

    avanetten/yolt

    278View on GitHub↗

    You Only Look Twice: Rapid Multi-Scale Object Detection In Satellite Imagery

    C
    View on GitHub↗278
  • awjuliani/deeprl-agentsawjuliani avatar

    awjuliani/DeepRL-Agents

    2,277View on GitHub↗

    A set of Deep Reinforcement Learning Agents implemented in Tensorflow.

    Jupyter Notebookreinforcement-learningtensorflow
    View on GitHub↗2,277
  • aymericdamien/tensorflow-examplesaymericdamien avatar

    aymericdamien/TensorFlow-Examples

    43,749View on GitHub↗

    This repository serves as a structured educational resource for machine learning and deep learning, providing a library of executable scripts and notebooks. It is designed to help users master the practical application of data processing, model evaluation, and neural network construction through annotated code samples and guided tutorials. The collection focuses on translating theoretical mathematical concepts into functional code, offering proven patterns for common tasks such as classification and regression. By providing curated examples of layer construction and training loops, the reposi

    Jupyter Notebookdeep-learningexamplesmachine-learning
    View on GitHub↗43,749
  • alibaba/rollalibaba avatar

    alibaba/ROLL

    2,844View on GitHub↗

    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
    View on GitHub↗2,844