-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
68 lines (60 loc) · 994 Bytes
/
.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
# data
data
*.csv
*.pkl
.idea
DQN-best
# vscode
__pycache__
.vscode
.idea/*
# others
_*/
*log/
#*results/
log/
log_*
agent_log/
train_log/
experiment/__pycache__/
experiment/*log/
experiment/aux_log/
preprocessing.log
vital names.txt
/optuna_playground/wandb/
/optuna_playground/log/
/optuna_playground/*.db
/run_rl/*/wandb/
/run_rl/*/log/
/experiments/*/*.db
/experiments/*.db
/run_rl/best_log/
output
offline_results/NS/
*.hdf5
experiment/OberstSepsisEnv-discrete-biased_5000_ep0_rep0-DQN-NS_plain-greedy-False.db
DTRGym/*/offline_data/*.csv
DTRGym/*/offline_data/*.hdf5
DTRGym/*/offline_data/*.h5
DTRGym/*/offline_data/*.xlsx
DTRGym/*/offline_data/*.png
DTRGym/*/offline_data/*.pdf
DTRGym/*/offline_data/plots/
DTRGym/*/*plots/*.pdf
DTRGym/*/*plots/*.png
log/online/*
log/offline/*
ICML result*
*wandb*/
*/*wandb*/
*/*/*wandb*/
*/*/*/*wandb*/
*/*/*/*/*wandb*/
runs/
*/runs/
*/*/runs/
*/*/*/runs/
*/*/*/*/runs/
experiment/saved_models/*/
experiment/results
experiment/naive_baseline/