You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys, me again. Thanks for closing the last issue so quickly, I hope this one is just as simple. I am trying to train qtran on the LBF environment and epymarl keep crashing when I do so. There seems to be some issue with the argument args.use_rnn in the basic controller that is causing the program to fail. I am getting the following error: attribute error: 'types.SimpleNamespace' object has no attribute 'use_rnn'
I hope its not too much of a problem and look forwards to seeing this resolved :)
thanks,
Peter
The text was updated successfully, but these errors were encountered:
In our benchmark paper we didn't implement/run qtran, so apparently the implemented version is the original pymarl one (without our modifications of enabling/disabling RNN, parameter sharing, etc). My guess is that it should be quite simple copy these implementation details from the other algorithms and make it work.
We'd be happy to accept a pull request if you plan to make it work soon. Otherwise, me or @papoudakis can take this, but I'd expect it to be in a couple weeks if not more due to other running deadlines.
Hey guys, me again. Thanks for closing the last issue so quickly, I hope this one is just as simple. I am trying to train qtran on the LBF environment and epymarl keep crashing when I do so. There seems to be some issue with the argument args.use_rnn in the basic controller that is causing the program to fail. I am getting the following error: attribute error: 'types.SimpleNamespace' object has no attribute 'use_rnn'
I hope its not too much of a problem and look forwards to seeing this resolved :)
thanks,
Peter
The text was updated successfully, but these errors were encountered: