3 مستودعات
Toolkits for benchmarking reinforcement learning algorithms like DQN, NFSP, and CFR across standardized tasks.
Distinct from Algorithm Benchmarking Libraries: Distinct from Algorithm Benchmarking Libraries: focuses on RL-specific algorithms and standardized card game tasks, not general algorithm benchmarking.
Explore 3 awesome GitHub repositories matching artificial intelligence & ml · RL Algorithm Benchmarking Toolkits. Refine with filters or upvote what's useful.
Acme هو إطار عمل ومحرك تنفيذ للتعلم التعزيزي (Reinforcement Learning)، مصمم لتطوير وقياس أداء خوارزميات التعلم. يوفر مكتبة من المكونات النمطية وتطبيقات مرجعية تُستخدم لبناء الوكلاء (Agents) وتحديد معايير الأداء. يُمكّن النظام من توسيع نطاق معماريات الوكلاء من التنفيذ أحادي المسار إلى بيئات موزعة واسعة النطاق. وهذا يسمح بالانتقال من مرحلة النماذج الأولية إلى التنفيذ الموزع للتدريب والتقييم. يغطي إطار العمل تطوير التعلم التعزيزي ونمذجة معماريات الوكلاء، موفراً اللبنات الأساسية اللازمة لمقارنة النماذج الجديدة مقابل وكلاء مرجعيين قياسيين.
Implements toolkits for benchmarking new reinforcement learning algorithms against standard reference agents.
RLcard is an open-source framework for developing and evaluating reinforcement learning agents across multiple card game environments. It functions as a card game environment simulator, a multi-agent RL platform, and a benchmarking toolkit for algorithms like DQN, NFSP, and CFR. The framework provides a game-agnostic environment interface that decouples agent logic from game mechanics, allowing any policy to interact through a common API. It supports pluggable reinforcement learning algorithms that operate on this interface without modifying game logic, and includes a self-play training loop
A toolkit for benchmarking reinforcement learning algorithms like DQN, NFSP, and CFR across standardized card game tasks.
This project is a collection of pretrained reinforcement learning agents and training scripts built on Stable Baselines3 and Gymnasium. It provides a framework for training agents to solve specific tasks, managing experiment reproducibility, and deploying pretrained models. The system includes a specialized benchmarking suite and optimization tools for tuning agent settings. It utilizes automated search spaces and distributed trials to maximize performance, while employing bootstrap sampling to generate statistically robust performance metrics and confidence intervals. Broad capabilities cov
Ships a specialized benchmarking suite for evaluating RL agent success using statistically robust metrics.