mihahauke / deep_rl_vizdoom

Deep reinforcement learning in ViZDoom (using Tensorflow)
19 stars 8 forks source link

AttributeError: module 'networks' has no attribute 'ACLstmNet #3

Closed ivan-v-kush closed 7 years ago

ivan-v-kush commented 7 years ago

start of the train_a3c.py gives an error: AttributeError: module 'networks' has no attribute 'ACLstmNet'

Need to change ACLstmNet to ACLSTMNet in the _settings/defaults/a3cdefaults.yml

thanks for sharing the code

mihahauke commented 7 years ago

I changed the name of the class instead of yaml. Found some other bug by accident, thanks for the remark.