Closed ivan-v-kush closed 7 years ago
start of the train_a3c.py gives an error: AttributeError: module 'networks' has no attribute 'ACLstmNet'
AttributeError: module 'networks' has no attribute 'ACLstmNet'
Need to change ACLstmNet to ACLSTMNet in the _settings/defaults/a3cdefaults.yml
ACLstmNet
ACLSTMNet
thanks for sharing the code
I changed the name of the class instead of yaml. Found some other bug by accident, thanks for the remark.
start of the train_a3c.py gives an error:
AttributeError: module 'networks' has no attribute 'ACLstmNet'
Need to change
ACLstmNet
toACLSTMNet
in the _settings/defaults/a3cdefaults.ymlthanks for sharing the code