Yu Zheng

Results 2 issues of Yu Zheng

the English doc seems to be wrong with respect to csv format

Hi, I developed a environment with action_spec as : BoundedTensorSpec(shape=(2,), dtype=tf.int32, name='action', minimum=array(0, dtype=int32), maximum=array(65535, dtype=int32)) Since the two actions are independent, to obtain the action, I use tfp.Independent to...