Skip to content

Commit

Permalink
"Experiment M6 with DDQN for N3,5,8,10 "
Browse files Browse the repository at this point in the history
  • Loading branch information
ferielamira1 committed May 6, 2024
1 parent 71fd29a commit 7ea5304
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N10R100M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N10R10M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N10R3M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N10R50M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N3R100M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N3R10M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N3R3M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N3R50M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N5R100M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N5R10M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N5R3M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N5R50M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N8R100M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N8R10M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N8R3M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down
2 changes: 1 addition & 1 deletion abm/data/metaprotocol/experiments/MADRLExp0N8R50M6.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Constant("TAU", 0.01),
Constant("OPTIMIZER", "RMSPROP"),
Constant("PRETRAINED_MODELS_DIR", ""),
Constant("BRAIN_TYPE", "DQN"),
Constant("BRAIN_TYPE", "DDQN"),
#Constant("ISE_W", 1.0),
#Constant("CSE_W", 0.0),
#Constant("TP", 0),
Expand Down

0 comments on commit 7ea5304

Please sign in to comment.