Skip to content
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

How to get the testing results for Spring, Summer, Fall, and Winter #2

Closed
DongChen06 opened this issue Oct 13, 2022 · 3 comments
Closed

Comments

@DongChen06
Copy link

Dear authors, I am wondering how to get the results in Table 1 via test.py for different seasons. Thank you so much!
image

@cjdjr
Copy link
Owner

cjdjr commented Oct 13, 2022

Thanks for your interest in our work!
We evaluate algorithms in different episodes (see test_data.csv). This test dataset consists of four parts: Spring (Mar., Apr.,
May.), Summer (Jun., Jul., Aug.), Fall (Sept., Oct., Nov.), Winter (Dec.,Jan., Feb). The test results of different months in the same season are averaged and reported.

@DongChen06
Copy link
Author

Thanks for your quick reply! The information is really helpful.

Just want to confirm that if I want to get the stats for month#1, then I can just enter the day_id one by one to get the stats?
image

@cjdjr
Copy link
Owner

cjdjr commented Oct 13, 2022

You can run the code just like this:
python test.py --save-path trial/model_save --alg icstransmaddpg --alias example_0 --scenario case141_3min_final --qweight 0.01 --voltage-barrier-type l2 --test-mode test_data

Then you can get results of each episode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants