forked from Grid2op/grid2op
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
422 lines (384 loc) · 8.49 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
#build
build/*
.idea/*
*.iml
.vscode
*.orig
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# test repo
test_topo/*
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# VirtualEnv
*venv_grid2op/
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# IPython Notebook
.ipynb_checkpoints
# pyenv
.python-version
# celery beat schedule file
celerybeat-schedule
# pipenv
Pipfile.lock
# dotenv
.env
# virtualenv
venv/
ENV/
# Spyder project settings
.spyderproject
# Rope project settings
.ropeproject
# Checkpoints
**/.ipynb_checkpoints/*
# python file
**/__pycache__/
getting_started/topo_sub2.*
getting_started/case14_2busessub2.xml
testdoc/
# documentation
# test data
data/saved_runner/
data/saved_runner_par/
data/saved_runner_seq/
data/118
getting_started/saved.h5
getting_started/trained_agent_log/
getting_started/*.h5
*.~lock*
getting_started/saved_experiment_donothing/
Doxyfile
documentation
**(copie).zip
**(copy).json
grid2op/data/*/*.csv
!grid2op/data/test_PandaPower/prods_charac.csv
!grid2op/data/case14_redisp/prods_charac.csv
!grid2op/data/*/prods_charac.csv
!grid2op/data/*/loads_charac.csv
!grid2op/data/*/storage_units_charac.csv
**token.json
getting_started/study_agent_getting_started/
**Untitled.ipynb
grid2op/tests/test_agent/
grid2op/tests/start_datetime.info
# grid2op/data/*/chronics/
l2rpn_2019/data/
l2rpn_2019/expe_saved/
l2rpn_2019/l2rpn2019_utils/data_location.py
**/sample_code_submission*
l2rpn_2019/saved_expe/
l2rpn_2019/starting_kit/output_notebook_2DevelopAndRunLocally/
l2rpn_2019/exped_saved/
**-Copy1.ipynb
**_old.ipynb
Untitled*.ipynb
**config.ini
getting_started/study_agent_getting_started.zip
*.gif
getting_started/awesome_agent_logs/
getting_started/path_agents/
**Test.ipynb
baselines/
test_saving_chron_proper_format/
test_split_and_save.py
getting_started/saved_agent_DDDQN_100/
getting_started/tf_logs_DDDQN/
getting_started/logs-train/
getting_started/saved_agent_DDDQN_1000/
grid2op/tests.npz
my_runner_output_dir/
test_episode_data.py
agent_logs.txt
result.txt
camillo_bug.py
camillo_bug2.py
getting_started/path_agents/awesome_agent_logs/
save_class.pickle
test_multiproc.py
test_multiproc2.py
getting_started/saved_agent2_DDDQN_1500/
getting_started/saved_agent2_DDDQN_1500_results/
getting_started/saved_agent_DDDQN_1000_results/
getting_started/saved_agent_DDDQN_100_multi/
getting_started/saved_agent_DDDQN_100_multi_results_multi/
tensorboard
test_sac
test_if_bug.py
getting_started/saved_agent_DDDQN_10000/
getting_started/saved_agent_DDDQN_10000_results/
test_reboot.py
test_multimixrunner/
test_N1reward.py
i_saved_the_runner_here/
output_pdf/
test_make_plot_injj.ipynb
plot_inj_prez_gdrive.ipynb
where_i_want_to_save_it/
test_issue147.py
test_rllib.py
bug_neg_prod.py
test_ray/
test.py
getting_started/chronics_educ/
getting_started/prepare_env_aub.ipynb
test_log_122/grid2op/data/educ_case14_redisp
test_issue156.py
test_redisp.py
getting_started/test_env_converter.ipynb
test_spektral.py
test_spektral_example.py
test_training_gnn*.pdf
getting_started/donothing_case14_realistic.ipynb
getting_started/first_plot_attempt.ipynb
getting_started/investigate_redisp_bug.ipynb
**/split_and_save_meta_params.json
getting_started/saved_agent_DDDQN_BDA_1000/
getting_started/saved_agent_DDDQN_BDA_1000_results/
getting_started/saved_agent2_DDDQN_300/
getting_started/saved_agent2_DDDQN_300_results/
getting_started/saved_agent_DDDQN_200/
getting_started/saved_agent_DDDQN_200_results/
test_stable_baselines.py
grid2op/Opponent/DCOPFOpponent.py
test_dcopponent.py
getting_started/0_SmallExample.html
grid2op/utils/my_agent/
my_agent_for_test_reboot/
scale_weights.py
test_weights.jpg
test_weights_focus.jpg
test_weights_full.jpg
times_api.txt
new 1.txt
test_*_weigths.h5
test_saving_spektral.h5
tf_logs_gnn/
test_weigths.h5
test_threading_lightsim.py
test_multiprocessing.py
test_plot_storage.ipynb
issue_pp_storage.py
test_speed_obs_plus_act.py
test_filter_act.py
speed_up_multiproc.ods
test_issue_169.py
cut_data.py
getting_started/Dev_Curtailment.ipynb
grid2op/tests/dict_action_space.json
grid2op/tests/dict_attack_space.json
grid2op/tests/dict_env_modification_space.json
grid2op/tests/dict_observation_space.json
grid2op/tests/test_before_push
getting_started/saved_agent2_DDDQN_75/
getting_started/saved_agent2_DDDQN_75_results/
getting_started/saved_agent_DDDQN_50/
getting_started/saved_agent_DDDQN_50_results/
getting_started/saved_agent_DDDQN_BDA_60/
getting_started/saved_agent_DDDQN_BDA_60_results/
getting_started/path_agents/awesome_agent_logs/000/episode.gif
grid2op/data/update_envs_ls.py
grid2op/data_save
test_rllib2.py
grid2op/tests/res_test
test_bug_macos.py
pp_error_non_connected_grid.py
test_issue174.py
actions2.npy
bug_discord_0.py
invert_idto_act.py
test_bug_discord1.py
test_networkx.py
test_issue185.py
test_can_make_opponent.py
enigma_nili.py
test_issue196.py
test_increasingreward.py
PlayWithRedispCurtail.ipynb
test_jorge/
grid2op/data_test/l2rpn_neurips_2020_track1_with_alarm.zip
# For backward compatibility
grid2op/data_test/l2rpn_neurips_2020_track1_with_alert.zip
issue_208_res/
test_issue_208.py
test_issue_220.py
test_issue235.py
test_issue*.py
!grid2op/tests/test_issue*.py
res_alert/
env_debug_time_last_alarm_inconsistency.zip
env_debug_time_last_alarm_inconsistency/
OpponentCalibration.ipynb
grid2op/data_test/l2rpn_neurips_2020_track1_with_alarm/_statistics_do_nothing/
# For backward compatibility
grid2op/data_test/l2rpn_neurips_2020_track1_with_alert/_statistics_do_nothing/
save/
shorten_env.py
test_hash_env.py
test_pickle.py
test_rllib_vincevaki.py
read_all_chronics.py
test_deepcpy.py
test_cls_str_generate.py
test_import_gen_cls_str.py
test_rllib_vincevaki2.py
test_cls_str_import.py
bug_icaps_2021
test_parallel_grid2op_bug
test_grid2op_legalact
parallel_grid2op2.tgz
parallel_grid2op_example.tgz
Idontcare.json
test_json_gamover.py
test_other_reward.py
find_dc_coeff.py
test_hash_windows_linux.py
test_n1_reward.py
test_copy_env_close.py
!grid2op/tests/test_copy_env_close.py
grid2op/tests/output_unittest.txt
test_utils_multiproc.py
test_simulator.py
!grid2op/tests/test_simulator.py
venv36/
bug_jan.py
venv_test/
getting_started/saved_agent_PPO_*_results/
grid2op/data/**/_grid2op_classes/
test_issue_glop.py
**.swp
grid2op/tests/test_report.txt
results
grid2op/tests/finally_not_a_bug_test_issue_368.py
grid2op/data_test/test_issue_367/chronics/2050-01-03_7/generation_quality.json
grid2op/data_test/test_issue_367/chronics/2050-01-03_7/maintenance_meta.json
test_doc.py
test_render.py
requirements_issue_389.txt
test_multi_step_for.py
test_vecenv.7z
test_vecenv.py
test_timeout_env.py
test_pp_networks.py
test_timeout_env.py
test_timeout_env.py
test_pp_networks.py
test_timeout_env.py
test_pp_dc.py
et_trace()
bug_malte.py
grid2op/tests/tmp_test_1
test_malte.7z
test_malte.py
example_gym_act.py
test_to_fix.txt
doc_raise_alert.py
_profiling/profile.html
_profiling/profile.json
actspace_converter.py
grid2op/data_test/input_data_local/
test_sim2real_battery.py
grid2op/tests/list_test_debug
aux_test_make_backend_test_suite.py
grid2op/tests/test_failing_simulator.txt
old_pyproject.toml
pp_bug_gen_alone.py
test_dunder.py
grid2op/tests/test_fail_ci.txt
saved_multiepisode_agent_36bus_DN_4/
grid2op/tests/requirements.txt
grid2op/tests/venv_test_311/
issue_577/
junk.py
grid2op/tests/20240429_failed_tests.txt
grid2op/tests/20240429_failed_tests_small.txt
grid2op/tests/20240429_teq_test.txt
grid2op/tests/req_38_np121
test_make_2_envs.py
getting_started/env_py38_grid2op110_ray110.ipynb
getting_started/env_py38_grid2op110_ray210.ipynb
grid2op/tests/req_chronix2grid
grid2op/tests/venv_test_chronix2grid/
getting_started/venv_310_ray/
grid2op/tests/venv_test_autoclass/
test_eduardo.py
grid2op/tests/failed_test*
venv_312
# profiling files
**.prof