rocket-learn
rocket-learn copied to clipboard
add back deterministic streamer mode
Is this still a missing feature?
Sort of. Mine is a parameter I can turn on and off, the version in main is always deterministic if streaming I think.
Actually the check is for streamer_mode > 1
, so it is still an option, although definitely a bit obscure.
https://github.com/Rolv-Arild/rocket-learn/blob/master/rocket_learn/rollout_generator/redis/redis_rollout_worker.py#L385