-
Notifications
You must be signed in to change notification settings - Fork 2
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
Missing some related packages #2
Comments
Thanks for finding hard-to-find errors, q310194! Sorry for bothering you with unmanageble error messages. But line 214 is included in test_logic() method, which is not used more. argument <test_mode> for test.py should be set to 'logic' and linked to test_logic_seeds() method for reproducing heuristics in the paper. |
@BohyungPaeng Best regards |
@q310194 Though my model have no official name in the paper, however, I nominated it as Parameter sharing Deep Q Network. Refer the Fig 2 in https://ieeexplore.ieee.org/abstract/document/9486959 with codes. |
@BohyungPaeng oh oh , i got it! thank you |
So I need to mark# code that have this useless function or pkg? error box here: |
@q310194 Can you please tell me if you've solved the problem of running main.py now that it always has package or function undefined errors? How to solve? |
Missing TDsim and DARTSPolicy calsses in test.py line 214.
get_performance_pkg in test.py line 235.
The text was updated successfully, but these errors were encountered: