Disambiguate descriptions

This commit is contained in:
Timothy Kassis
2026-01-05 14:25:22 -08:00
parent 15d9e4699a
commit 9cb0c2f934
34 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
---
name: pufferlib
description: This skill should be used when working with reinforcement learning tasks including high-performance RL training, custom environment development, vectorized parallel simulation, multi-agent systems, or integration with existing RL environments (Gymnasium, PettingZoo, Atari, Procgen, etc.). Use this skill for implementing PPO training, creating PufferEnv environments, optimizing RL performance, or developing policies with CNNs/LSTMs.
description: High-performance reinforcement learning framework optimized for speed and scale. Use when you need fast parallel training, vectorized environments, multi-agent systems, or integration with game environments (Atari, Procgen, NetHack). Achieves 2-10x speedups over standard implementations. For quick prototyping or standard algorithm implementations with extensive documentation, use stable-baselines3 instead.
license: MIT license
metadata:
skill-author: K-Dense Inc.