Youtube-Code-Repository icon indicating copy to clipboard operation
Youtube-Code-Repository copied to clipboard

main_keras_dqn_lunar_lander first env.reset() array plus empty dict

Open Phoenix-64 opened this issue 1 year ago • 0 comments

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), {})

Phoenix-64 avatar Dec 29 '22 14:12 Phoenix-64