Skip to content

Commit

Permalink
remove helpers not used
Browse files Browse the repository at this point in the history
  • Loading branch information
a-saraf committed Oct 25, 2023
1 parent f6ae969 commit f857925
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sims/Timeloop/train_rw_timeloop.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
os.sys.path.insert(0, os.path.abspath('../../'))
from arch_gym.envs.TimeloopEnv import TimeloopEnv
from arch_gym.envs.timeloop_acme_wrapper import make_timeloop_env
from arch_gym.envs.envHelpers import helpers


from absl import app
Expand Down Expand Up @@ -54,8 +53,6 @@ def __init__(self, script_dir, output_dir, arch_dir, mapper_dir, workload_dir, t
self.config_params_obj = TimeloopConfigParams(params_file)
self.arch_params = self.config_params_obj.get_all_params()

self.helper = helpers()

# Initialize timeloop wrapper
self.timeloop = TimeloopWrapper()

Expand Down

0 comments on commit f857925

Please sign in to comment.