WeiWang

Results 7 comments of WeiWang

Do you solve the problem? When I run bash demo_tasks.sh all, I met the same problem

Hi, thanks for your response. I tried to run `main_2.py` in training branch , and if you edit code in 'history.py', its okay to run it. just change `else` sentence...

thks, I am trying to rewrite a version based on your work, because I am not familiar with the use of ale etc. And I can't understand your definition of...

The reward is gotten by `ale.ale_getRewardA()` or `ale.ale_getRewardB()`. Can you tell me the range of reward? And I have read > Multiagent cooperation and competition with deep reinforcement learning In...

sorry to bother you again. why the action is among [0,1,3,4] for agent 1 and [20,21,23,24] for agent2. I know there are four possible actions [None, fire, up, down]. Is...

Thks. And where can I find the definition of `ale.ale_isGameOver`. I found it's hard to achieve a state where `ale.ale_isGameOver` is true. And by my observation, is it right that...

Thks a lot. I think there might be some mistakes in your code about action. The range is between [20,21,23,24], take agent2 as example, but the output of network is...