bing-zhao

Results 1 comments of bing-zhao

> Ummm could you print out `env.action_spec()` for your environment? Thanks for the response. The output for `env.action_spec()` is as below `BoundedTensorSpec(shape=(), dtype=tf.int64, name='action', minimum=array(0, dtype=int64), maximum=array(8, dtype=int64))` By the...