spiglerg / DQN_DDQN_Dueling_and_DDPG_Tensorflow

Tensorflow + OpenAI Gym implementation of Deep Q-Network (DQN), Double DQN (DDQN), Dueling Network and Deep Deterministic Policy Gradient (DDPG)
73 stars 32 forks source link

ImportError: No module named batch_norm_utils #1

Closed cardwing closed 7 years ago

cardwing commented 7 years ago

Hi, spiglerg! When I run gym_ddpg.py, it raises an error:ImportError: No module named batch_norm_utils. It is obvious that batch_norm_utils.py is not included in the DQN_DDQN_Dueling_and_DDPG_Tensorflow file which uses batch normalization in the network. Have you missed this file when passing the package? Thanks a lot! Regards, Cardwing

spiglerg commented 7 years ago

Thank you very much for letting me know! Indeed, I have more extensive local files with different models that I am working on, but it is not all included in this repository. :) I have fixed the error and committed. It should now work fine!