lujasone / NeurIPS_2020_L2RPN_Comp_An_Approach

The implementation of NeurIPS_2020_L2RPN_Track1(Robustness) and Track2 (Adaptability) Competition
17 stars 4 forks source link

Missing .Competition_action_track2 #1

Open BudingZ opened 2 years ago

BudingZ commented 2 years ago

In Adaptability_Track.DoubleDuelingDQN.py, there is missing a packages: _from .Competition_actiontrack2 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.).

aut6620 commented 2 years ago

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

BudingZ commented 2 years ago

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.