Max van Dijck 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
..
examples ce3116f415 [RLlib-contrib] AlphaStar. (#36584) 1 年之前
src ce3116f415 [RLlib-contrib] AlphaStar. (#36584) 1 年之前
tests ce3116f415 [RLlib-contrib] AlphaStar. (#36584) 1 年之前
tuned_examples a9ac55d4f2 [RLlib; RLlib contrib] Move `tuned_examples` into rllib_contrib and remove CI learning tests for contrib algos. (#40444) 1 年之前
BUILD a9ac55d4f2 [RLlib; RLlib contrib] Move `tuned_examples` into rllib_contrib and remove CI learning tests for contrib algos. (#40444) 1 年之前
README.md ce3116f415 [RLlib-contrib] AlphaStar. (#36584) 1 年之前
pyproject.toml 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前
requirements.txt 232c331ce3 [RLlib] Rename all np.product usage to np.prod (#46317) 3 月之前

README.md

Alpha Star (Asynchronous Advantage Actor-Critic)

Alpha Star Implementation of Deepmind's Alpha Star using RLlib.

Installation

conda create -n rllib-alpha-star python=3.10
conda activate rllib-alpha-star
pip install -r requirements.txt
pip install -e '.[development]'

Usage

Alpha Star Example