#255 · Primary category: Deep Learning Frameworks
reaver
Reaver: Modular Deep Reinforcement Learning Framework. Focused on StarCraft II. Supports Gym, Atari, and MuJoCo.
Project last updated:11/01/20
GitHub Stars
560
Forks
86
Contributors
1
License
MIT
Why we included this project
Reaver keeps the agent, model, and environment as separate components you can swap out, which makes it a practical framework for deep reinforcement learning experiments, particularly around StarCraft II. It also supports Gym, Atari, and MuJoCo environments. The included command-line tools and pre-tuned hyperparameters let you start a training run with a short one-liner and watch it move toward the reference results, so it works as a hands-on reference for learning how actor-critic methods behave in practice. Hobbyists can get a working agent by tweaking a small set of hyperparameters, while researchers get a codebase they can extend. One caveat: the project is no longer maintained, so treat it as a study resource and a starting point rather than a dependency for a long-lived production system.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.