Skip to content

[FIX] consistent seed in DL for ppo_pufferlib#459

Merged
daphne-cornelisse merged 1 commit into
Emerge-Lab:mainfrom
EllingtonKirby:ek/fix_scene_dataloader_seed
Jun 3, 2025
Merged

[FIX] consistent seed in DL for ppo_pufferlib#459
daphne-cornelisse merged 1 commit into
Emerge-Lab:mainfrom
EllingtonKirby:ek/fix_scene_dataloader_seed

Conversation

@EllingtonKirby

Copy link
Copy Markdown
Collaborator

Currently it is possible to unknowngly use two different seeds for the PPO and dataloader. Normally if everyone was using 42 for the seed there would be no effect, but we tested with varying seeds and had unintuitive results, so I think matching the seeds here makes sense.

Currently it is possible to unknowngly use two different seeds for the
PPO and dataloader. Normally if everyone was using 42 for the seed there
would be no effect, but we tested with varying seeds and had unintuitive
results, so I think matching the seeds here makes sense.
@daphne-cornelisse

Copy link
Copy Markdown
Contributor

Thanks for catching this

@daphne-cornelisse daphne-cornelisse merged commit f28fb66 into Emerge-Lab:main Jun 3, 2025
1 check failed
wangbingke0 pushed a commit to wangbingke0/gpudrive that referenced this pull request Feb 13, 2026
Currently it is possible to unknowngly use two different seeds for the
PPO and dataloader. Normally if everyone was using 42 for the seed there
would be no effect, but we tested with varying seeds and had unintuitive
results, so I think matching the seeds here makes sense.

Co-authored-by: Ellington Kirby <ellingtonkirby@gmail.com>
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.

2 participants