-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The question about running baselines/marl_benchmark program #1413
Comments
Hello @JasonBourne1998, I am not sure I can help you with just what you have provided. But, I will take a look at the benchmark tomorrow. |
It looks like the issue likely has to do with the version of |
Work towards fixes: #1126 |
Thanks for your reply, I have successfully run the PPO algorithm, but it seems that maddpg algorithm is stuck on 'rllib' part. In addition, it seems that the code group has not updated readme and code architecture. It seems that the latest version of the code can't run, so I have to switch to the code of 0.4.7 to run it. However, this is not important. The key for me now is that I can't run the maddpg algorithm. The relevant errors are attached below. Could you please help me see the causes of this error? It seems that the config parameter is not properly considered. When maddpg runs, the corresponding early in yaml file_ The parameters of the done script do not match the script? Failure # 1 (occurred at 2022-05-03_23-16-04) |
Hello @JasonBourne1998, I have patched together a |
I tested it with |
High Level Description
[I tried to explore marl algorithm, but unfortunately, if I follow the instrction of readme, I can't run the whole program. It seems that there is a problem with the call of some libraries. I debugged it, but I still can't solve it. Could you please help me.]
Desired SMARTS version
[0.6]
Operating System
[ ubuntu 20.04]
Problems
[some import libraries could not be called if following the instrction https://github.com/huawei-noah/SMARTS/tree/master/baselines/marl_benchmark]
The text was updated successfully, but these errors were encountered: