rail-berkeley / rlkit

Collection of reinforcement learning algorithms
MIT License
2.45k stars 550 forks source link

seeds args in SAC #86

Closed wayunderfoot closed 4 years ago

wayunderfoot commented 4 years ago

I can not find the seeds hyperparameter in the impletion,could you help me understant it?

vitchyr commented 4 years ago

Feel free to add follow-up questions, but this is where the seed is set: https://github.com/vitchyr/rlkit/blob/master/rlkit/launchers/launcher_util.py#L126