Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wojnar committed Feb 9, 2024
1 parent 4e33f09 commit e648e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ns-3-ccod/tools/slurm/run_all.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

TOOLS_DIR="${TOOLS_DIR:=$HOME/reinforced-lib/examples/ns-3-ccod/tools}"
cd "TOOLS_DIR/slurm"
cd "$TOOLS_DIR/slurm"

for agent in "CSMA" "DDPG" "DDQN"; do
for nWifi in 5 15 30 50; do
Expand Down

0 comments on commit e648e65

Please sign in to comment.