models icon indicating copy to clipboard operation
models copied to clipboard

Updated `parse_policy_info` function in augment.py

Open LakshmiKalaKadali opened this issue 1 year ago • 0 comments

This PR is raised to add more flexible control over the randomness in the augmentation process by changing level += tf.random.normal([], dtype=tf.float32) to level += level_std * tf.random.normal([], dtype=tf.float32) to the function parse_policy_info instead of standard deviation always 1.

LakshmiKalaKadali avatar Dec 17 '24 06:12 LakshmiKalaKadali