philtabor / Youtube-Code-Repository

Repository for most of the code from my YouTube channel
859 stars 479 forks source link

main_keras_dqn_lunar_lander first env.reset() array plus empty dict #52

Open Phoenix-64 opened 1 year ago

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