Skip to content

Commit

Permalink
Merge pull request srivatsankrishnan#48 from srivatsankrishnan/misc_c…
Browse files Browse the repository at this point in the history
…lean_ups

Misc naming cleanup for consistency
  • Loading branch information
srivatsankrishnan authored Oct 24, 2023
2 parents ccbefc1 + 6c68466 commit f6e16f9
Show file tree
Hide file tree
Showing 26 changed files with 5 additions and 108 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
63 changes: 0 additions & 63 deletions sims/DRAM/train_DRAMEnv.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 0 additions & 40 deletions sims/DRAM/train_simpleEnv.py

This file was deleted.

File renamed without changes.
10 changes: 5 additions & 5 deletions sims/Timeloop/launch_gcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def run_task(task):
os.chdir(base_dir)

# Create the command to run the simulation
cmd = "python train_rw_timeloop.py --script " + script_dir \
cmd = "python train_rw_Timeloop.py --script " + script_dir \
+ " --output " + output_dir \
+ " --arch " + arch_dir \
+ " --mapper " + mapper_dir \
Expand All @@ -142,7 +142,7 @@ def run_task(task):
os.chdir(base_dir)

# Create the command to run the simulation
cmd = "python train_ga_timeloop.py --script " + script_dir \
cmd = "python train_ga_Timeloop.py --script " + script_dir \
+ " --output " + output_dir \
+ " --arch " + arch_dir \
+ " --mapper " + mapper_dir \
Expand Down Expand Up @@ -177,7 +177,7 @@ def run_task(task):
os.chdir(base_dir)

# Create the command to run the simulation
cmd = "python train_aco_timeloop.py --script " + script_dir \
cmd = "python train_aco_Timeloop.py --script " + script_dir \
+ " --output " + output_dir \
+ " --arch " + arch_dir \
+ " --mapper " + mapper_dir \
Expand All @@ -201,7 +201,7 @@ def run_task(task):
os.chdir(base_dir)

# Create the command to run the simulation
cmd = "python train_bo_timeloop.py --script " + script_dir \
cmd = "python train_bo_Timeloop.py --script " + script_dir \
+ " --output " + output_dir \
+ " --arch " + arch_dir \
+ " --mapper " + mapper_dir \
Expand Down Expand Up @@ -243,7 +243,7 @@ def run_task(task):
os.chdir(base_dir)

# single agent
cmd = "python train_single_agent.py " + \
cmd = "python train_single_agent_Timeloop.py " + \
"--script={} ".format(script_dir) + \
"--output={} ".format(output_dir) + \
"--arch={} ".format(arch_dir) + \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f6e16f9

Please sign in to comment.