Conversation
Darktex
approved these changes
Oct 6, 2025
pankit-eng
pushed a commit
that referenced
this pull request
Nov 3, 2025
FIX: Create robust client parser for reset/step inconsistency
rycerzes
referenced
this pull request
in rycerzes/OpenEnv
Nov 19, 2025
Remove envtorch dir nesting and add base env code
rycerzes
referenced
this pull request
in rycerzes/OpenEnv
Nov 19, 2025
FIX: Create robust client parser for reset/step inconsistency
3 tasks
EchoRaven
pushed a commit
to BillChan226/openenv-gen
that referenced
this pull request
Jan 5, 2026
Data generation base classes
This was referenced Jan 13, 2026
akashkathole7
added a commit
to akashkathole7/OpenEnv
that referenced
this pull request
Apr 20, 2026
Previous Colab run failed Cell 9 (plot) with FileNotFoundError because Cell 7 crashed during model load or LM-sampling eval before any curve was written. - Write an empty curves JSON stub to output_dir the moment it's created, before model load. Plot cell now always has a file to open. - Swap scaffold eval from LM-based (`_stub_eval_policy_factory` → 100 slow generate() calls per eval) to heuristic (`evaluate_heuristic` uses prompted_policy — no LM calls, deterministic, completes in <1s for 20 seeds). Scaffold curves are flat by design. - Wrap model load in best-effort try/except. If it fails, continue in heuristic-only mode: curves still produced, checkpoints skipped with a clear warning. Done-gate huggingface#2 (5 curves × ≥4 eval points) satisfied regardless of GPU availability. - Keep `_stub_eval_policy_factory` and `evaluate_checkpoint` for the post-swap real training loop. Local test (no transformers installed): scaffold ran 20 steps, wrote 5 eval points, exited 0 in 0.1s. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
12 tasks
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.