You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forge captures full window size via glReadPixels; Python parse_observation expects ConnectionConfig.frame_height * frame_width * 3. Mismatch causes failures or wrong reshapes unless the window is fixed to match config.
engine.run builds tensors from HWC numpy without a documented permute to NCHW; vision tests use (B, 3, H, W) -- document and enforce one convention end-to-end.
Optionally scale inputs to [0, 1] or documented stats for stable training.
Acceptance: single doc + test or script that connects (or mocks) mod and asserts parsed frame shape matches engine.image_size and model input layout.
glReadPixels; Pythonparse_observationexpectsConnectionConfig.frame_height * frame_width * 3. Mismatch causes failures or wrong reshapes unless the window is fixed to match config.engine.runbuilds tensors from HWC numpy without a documentedpermuteto NCHW; vision tests use (B, 3, H, W) -- document and enforce one convention end-to-end.engine.image_sizeand model input layout.