rlberry-py / rlberry

An easy-to-use reinforcement learning library for research and education.
https://rlberry-py.github.io/rlberry
MIT License
160 stars 30 forks source link

Seeding, torch and multiprocess in user guide. #465

Closed TimotheeMathieu closed 7 hours ago

TimotheeMathieu commented 1 week ago

Add explanations in the user guide about why we want seeding in rlberry, and how to see torch in the user guide. And reseed torch in the init of ExperimentManager.

JulienT01 commented 1 week ago

Should be done here : https://github.com/rlberry-py/rlberry/pull/463 Waiting for code review.

(and the torch reseed, is done in the _fit_worker from experiment_manager.py )