What problem does it solve?
This Skill provides access to 9 reinforcement learning algorithms via AgentDB's plugin system. Create, train, and deploy learning plugins for autonomous agents that improve through experience. Includes offline RL (Decision Transformer), value-based learning (Q-Learning, SARSA), policy gradients (Actor-Critic), and advanced techniques. Performance gains come from WASM-accelerated neural inference.
Core Features & Use Cases
- Offline RL / Decision Transformer: Learn from logged experiences and demonstrations without online interaction.
- Value-based Learning: Q-Learning and SARSA for discrete action spaces with strong sample efficiency.
- Policy Gradients: Actor-Critic and related methods for continuous or complex actions.
- Learning Plugins Lifecycle: Create, train, and deploy learning plugins that improve through experience.
- Performance: WASM-accelerated inference speeds up training.
Quick Start
Use the AgentDB CLI to create a learning plugin and integrate it with your agent framework, then store training experiences and trigger training as needed.