Discover and explore top open-source AI tools and projects—updated daily.
Go library for reinforcement learning research
Top 79.5% on SourcePulse
Gold is a reinforcement learning library for Go, offering a suite of agents for solving challenges in various environments. It targets Go developers seeking to implement RL algorithms, providing composable tooling for agent creation and performance visualization.
How It Works
Gold implements RL agents using Go, leveraging the Gorgonia project for neural network models and Sphere for environment interaction. This Go-centric approach aims to provide a performant and memory-efficient RL framework without the typical overhead of Python-based libraries.
Quick Start & Requirements
go run ./pkg/v1/agent/deepq/experiments/cartpole/main.go
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
4 years ago
Inactive