Agens pufferlib
skill_id: pufferlib
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/pufferlib/skill.yamlsource content
skill_id: pufferlib name: pufferlib 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. version: 1.0.0 author: K-Dense Inc. license: MIT license tags:
- scientific-agent-skills
- pufferlib tools: [] permissions: network: false filesystem: false shell: false agents:
- executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: pufferlib upstream_path: scientific-skills/pufferlib/SKILL.md upstream_frontmatter: name: pufferlib 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.