Files
jgrusewski 2c1acda2f3 feat: DQN Rainbow enhancements with hyperopt results and test coverage
- Update DQN trainer with gradient collapse detection warmup
- Add portfolio tracker improvements
- Include hyperopt trial results (multiple Sharpe ratio experiments)
- Add new test files for action/position sign convention, early stopping,
  cash reserve bugs, and portfolio execution
- Update trained model files
- Add Claude Code configuration and skills

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 14:45:25 +01:00

692 B

swarm

Main swarm orchestration command for Claude Flow.

Usage

npx claude-flow swarm <objective> [options]

Options

  • --strategy <type> - Execution strategy (research, development, analysis, testing)
  • --mode <type> - Coordination mode (centralized, distributed, hierarchical, mesh)
  • --max-agents <n> - Maximum number of agents (default: 5)
  • --claude - Open Claude Code CLI with swarm prompt
  • --parallel - Enable parallel execution

Examples

# Basic swarm
npx claude-flow swarm "Build REST API"

# With strategy
npx claude-flow swarm "Research AI patterns" --strategy research

# Open in Claude Code
npx claude-flow swarm "Build API" --claude