aunum/gold
Reinforcement Learning in Go
This library helps Go developers implement reinforcement learning solutions for tasks like training an AI to play a game or control a robot. You provide a challenging environment and the library offers various learning agents that can interact with it. The output is a trained agent capable of making optimal decisions in that environment, and tools to visualize its performance. This is for Go developers building AI-driven systems.
352 stars. No commits in the last 6 months.
Use this if you are a Go developer looking to integrate reinforcement learning agents into your applications or research.
Not ideal if you are not a Go developer or are looking for a pre-built, production-ready AI solution without coding.
Stars
352
Forks
32
Language
Go
License
Apache-2.0
Category
Last pushed
Oct 22, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aunum/gold"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SPFlow/SPFlow
Sum Product Flow: An Easy and Extensible Library for Sum-Product Networks
gomlx/gomlx
GoMLX: An Accelerated Machine Learning Framework For Go
montanaflynn/stats
A well tested and comprehensive Golang statistics library package with no dependencies.
mattn/go-tflite
Go binding for TensorFlow Lite
james-bowman/sparse
Sparse matrix formats for linear algebra supporting scientific and machine learning applications