Open BudingZ opened 2 years ago
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.
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.).