reinforcement-learning-skill

Solid

RL training for robot control using simulation with sim-to-real transfer

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 97/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
61
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Reinforcement Learning Skill ## Overview Expert skill for training reinforcement learning agents for robot control tasks, including environment design, training pipelines, and sim-to-real transfer. ## Capabilities - Configure Gym/Gymnasium environments for robots - Set up Stable Baselines3 training (PPO, SAC, TD3) - Implement custom observation and action spaces - Design reward shaping strategies - Configure parallel environment training - Implement domain randomization for sim-to-real - Set up curriculum learning - Configure vision-based RL with CNNs - Implement policy distillation - Export policies for deployment (ONNX, TorchScript) ## Target Processes - rl-robot-control.js - imitation-learning.js - sim-to-real-validation.js - nn-model-optimization.js ## Dependencies - Stable Baselines3 - Gymnasium - Isaac Gym - rsl_rl ## Usage Context This skill is invoked when processes require RL-based robot control, learning from simulation, or transferring learned policies to real robots. ## Output Artifacts - Gymnasium environment implementations - Training configurations - Reward function designs - Domain randomization configs - Trained policy checkpoints - Deployment-ready models (ONNX)

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

sim-to-real-transfer-skill

Techniques for minimizing simulation-to-reality gap and validating transfer

1,160 Updated today
a5c-ai
AI & Automation Listed

stable-baselines3

Use this skill for reinforcement learning tasks including training RL agents (PPO, SAC, DQN, TD3, DDPG, A2C, etc.), creating custom Gym environments, implementing callbacks for monitoring and control, using vectorized environments for parallel training, and integrating with deep RL workflows. This skill should be used when users request RL algorithm implementation, agent training, environment design, or RL experimentation.

335 Updated today
aiskillstore
AI & Automation Solid

stable-baselines3

Use this skill for reinforcement learning tasks including training RL agents (PPO, SAC, DQN, TD3, DDPG, A2C, etc.), creating custom Gym environments, implementing callbacks for monitoring and control, using vectorized environments for parallel training, and integrating with deep RL workflows. This skill should be used when users request RL algorithm implementation, agent training, environment design, or RL experimentation.

27,705 Updated today
davila7
AI & Automation Solid

agentdb-reinforcement-learning-training

Train AI agents using AgentDB's 9 reinforcement learning algorithms including Q-Learning, DQN, PPO, and Actor-Critic. Build self-learning agents, implement RL training loops with experience replay, and deploy optimized models to production.

335 Updated today
aiskillstore
AI & Automation Listed

multi-agent-rl

Master Multi Agent Rl for machine learning and AI applications. Use when implementing ML models, building AI systems, or working with data-driven solutions. This skill covers fundamental concepts, implementation techniques, best practices, and production considerations for multi agent rl.

1 Updated 1 weeks ago
Sandeeprdy1729