Stable Baselines3
MCP Serverby hxk622 · Added 5mo ago
Claude
4
Install
git clone https://github.com/hxk622/TokenDanceAdd to Claude
claude mcp add stable-baselines3Quick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"stable-baselines3": {
"command": "npx",
"args": [
"@modelcontextprotocol/stable-baselines3"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Production-ready reinforcement learning algorithms (PPO, SAC, DQN, TD3, DDPG, A2C) with scikit-learn-like API. Use for standard RL experiments, quick prototyping, and well-documented algorithm implementations. Best for single-agent RL with Gymnasium environments. For high-performance parallel training, multi-agent systems, or custom vectorized environments, use pufferlib instead.
Tags
ai-mlpythongobashapiskill