Toni-SM/skrl
Modular Reinforcement Learning (RL) library (implemented in PyTorch, JAX, and NVIDIA Warp) with support for Gymnasium/Gym, NVIDIA Isaac Lab, MuJoCo Playground and other environments
Provides composable agents and algorithms (policy gradient, Q-learning, actor-critic methods) with transparent, readable implementations across multiple backends. Enables multi-scope training where distinct agent groups can simultaneously learn within isolated or shared environment subsets—critical for complex multi-agent and curriculum learning scenarios. Includes pre-trained model hosting on Hugging Face and unified APIs for diverse environment types from simulation platforms to robotics frameworks.
1,011 stars. Actively maintained with 4 commits in the last 30 days. Available on PyPI.
Stars
1,011
Forks
133
Language
Python
License
MIT
Category
Last pushed
Feb 24, 2026
Commits (30d)
4
Dependencies
4
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/Toni-SM/skrl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
facebookresearch/BenchMARL
BenchMARL is a library for benchmarking Multi-Agent Reinforcement Learning (MARL). BenchMARL...
datamllab/rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
utiasDSL/gym-pybullet-drones
PyBullet Gymnasium environments for single and multi-agent reinforcement learning of quadcopter control
koulanurag/ma-gym
A collection of multi agent environments based on OpenAI gym.
AgileRL/AgileRL
Streamlining reinforcement learning with RLOps. State-of-the-art RL algorithms and tools, with...