lujasone/NeurIPS_2020_L2RPN_Comp_An_Approach

Missing .Competition_action_track2

BudingZ opened this issue · 2 comments

In Adaptability_Track.DoubleDuelingDQN.py, there is missing a packages:
from .Competition_action_track2 import *
I would appreciate it if the author uploaded this file. Furthermore, what is the version of Grid2op used? I found that the dimension of observations can't match with the code (It is 2300 in code, however, it is 2238 in fact.).

I met the same issue,so can you tell me how you solve it?

I met the same issue,so can you tell me how you solve it?

I have commented out this code and loaded the track1 actions file. You can compare the same DoubleDuelingDQN.py file with track1. It works fine, but I think the track2 actions file is forgotten.