Skip to content

fix: resolve PR #168 merge issues in shared RL utilities - #174

Closed
Hecate0821 wants to merge 1 commit into
mainfrom
fix/pr168-merge-issues
Closed

Hecate0821 wants to merge 1 commit into
mainfrom
fix/pr168-merge-issues

Conversation

@Hecate0821

Copy link
Copy Markdown
Collaborator

PR #168 (FrozenLake example) incorrectly overwrote several shared utilities with older/incompatible versions during merge:

  • Restore TrainStepFns interface in train.py (reverts MinibatchTrainFns rewrite that broke rl_loop.py recipe)
  • Remove _install_tinker_future_retrieve_compat() from client.py (workaround no longer needed, fixed server-side)
  • Restore direct disable_speculative_decoding= in config.py (removes unnecessary inspect guard)
  • Remove grad_accum param and restore apply_shape() in infra.py
  • Update frozen_lake example to use TrainStepFns (1:1 loop)

Made-with: Cursor

PR #168 (FrozenLake example) incorrectly overwrote several shared
utilities with older/incompatible versions during merge:

- Restore TrainStepFns interface in train.py (reverts MinibatchTrainFns
  rewrite that broke rl_loop.py recipe)
- Remove _install_tinker_future_retrieve_compat() from client.py
  (workaround no longer needed, fixed server-side)
- Restore direct disable_speculative_decoding= in config.py
  (removes unnecessary inspect guard)
- Remove grad_accum param and restore apply_shape() in infra.py
- Update frozen_lake example to use TrainStepFns (1:1 loop)

Made-with: Cursor
@Hecate0821 Hecate0821 closed this Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant