Open Phoenix-64 opened 1 year ago
On the first env.reset() call a tuple is returned of the array and a empty dict this empty dict screws up the rest of the code. is that a new addition off the gym library or a code Problem?
(array([ 0.00469818, 1.3994393 , 0.47585568, -0.5102643 , -0.0054372 , -0.10778829, 0. , 0. ], dtype=float32), {})
On the first env.reset() call a tuple is returned of the array and a empty dict this empty dict screws up the rest of the code. is that a new addition off the gym library or a code Problem?
(array([ 0.00469818, 1.3994393 , 0.47585568, -0.5102643 , -0.0054372 , -0.10778829, 0. , 0. ], dtype=float32), {})