Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

[Guiding Goal]

Aperta
#9 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
25/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Tranquilla
Stack tecnologico
python

Direzione di ricerca

Inizia con l’implementazione minimale collegata in minimal/agent_func_complete.py, quindi esamina le issue #1 e #5 per i modelli e i benchmark disponibili. La fase è completata quando le tabelle della valutazione di Pure e dell’addestramento RL contengono i risultati relativi a modello, benchmark e prestazioni nell’ambito dei vincoli indicati di rollout, verification e simple-RL.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

The goal of this phase of the project is to fill in the two tables below. Note the goal doesn't include building a central framework for evals or training, performance tuning, scaling beyond a reasonable amount.

Pure evaluation:

| Model | Benchmark | Performance |
| ... | ... | ... |
| ... | ... | ... |

RL training:

| Model | Benchmark | Performance |
| ... | ... | ... |
| ... | ... | ... |

where choices are listed (and can be appended to) here:

List of models

List of benchmarks

Some other constraints for the first phase:

  • Multi-step, single-submission rollouts. See implementation.
  • Verification hierarchy fixed: AST syntax checking -> Linter -> Type Checker -> Benchmark provided tests
  • Simple RL algorithm e.g. GRPO.

In the second stage, we'll discuss the results from this phase and explore at least three branches. For now, hold off on these.

  • RL approaches e.g. DAgger like approaches, RLIF, PPO vs GRPO, potentially custom developments.
  • Performance tuning: container startup times (and the splitting of verifiers across containers), scaling bottlenecks, custom GPU kernels or handwritten-optimized backward passes (unsloth).
  • Richer static analysis (control flow, data flow), dynamic tracing etc. to augment context.
Lingua principale
Python
Stelle
1
Fork
4
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Preparare l'ambiente

Non abbiamo ancora controllato i file di configurazione di questo progetto. Parti dal suo README e consulta la nostra guida al primo contributo per i passaggi generali.

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di redhat-et/code-agent

Tutte le issue di redhat-et/code-agent

Issue simili

Altre issue su Python

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.