What problem does it solve? Building self-improving agents requires implementing reinforcement learning from scratch, which is complex and error-prone. This Skill provides ready-to-use templates and APIs for training agents with nine RL algorithms through AgentDB. ## Core Features & Use Cases - Nine RL Algorithms: Decision Transformer, Q-Learning, SARSA, Actor-Critic, Active Learning, Adversarial Training, Curriculum Learning, Federated Learning, and Multi-Task Learning. - CLI Plugin Management: Create, list, and inspect learning plugins with npx agentdb commands and template scaffolding. - Training API: Store experiences as patterns, train models with configurable epochs and batch sizes, and retrieve similar experiences for inference. - Use Case: Train a game-playing agent by storing state-action-reward experiences in AgentDB, running 100 training epochs, then querying the learned model to suggest actions for new game states. ## Quick Start Ask the AI to create a Decision Transformer learning plugin with AgentDB and train it on stored agent experiences.