How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Connecting Torch to StarCraft
The main features of torchcraft/torchcraft are: Reinforcement Learning, Research Platforms, Simulation Environments.
Open-source alternatives to torchcraft/torchcraft include: google/dopamine — Dopamine is a reinforcement learning research framework designed for prototyping and testing algorithms across diverse… facebook/uetorch — A Torch plugin for Unreal Engine 4. deepmind/trfl — TensorFlow Reinforcement Learning. deepmind/lab — Lab is a customizable 3D platform and research testbed designed for training and testing autonomous agents using… kengz/slm-lab — Modular Deep Reinforcement Learning framework in PyTorch. Companion library of the book "Foundations of Deep… marqt/vizdoom — Reinforcement Learning environments based on the 1993 game Doom :godmode:.
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
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