Open kmukeshreddy opened 2 years ago
Could you please let me know if there is any update?
I have tried to set the seed by the below code, but the RL agent (D4PG) results still vary for similar runs.
tf.keras.utils.set_random_seed()
tf.config.experimental.enable_op_determinism()
I believe it may be very difficult to get full determinism in acme. There are a few sources of non-determinism that I imagine would be hard to avoid.
Thank you! for the update.
Hello,
Could you please let me know if there is any seed function in acme to fix the TF RL agent randomness? I observed that results vary for each run by 5-10% from the previous run, Is there any way to control this randomness?
Please let me know if any additional details are required.