Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc naming cleanup for consistency #48

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
40 changes: 0 additions & 40 deletions sims/DRAM/train_simpleEnv.py

This file was deleted.

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.
Loading