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

arch_gym_configs.py missing #25

Open
ShvetankPrakash opened this issue Oct 5, 2023 · 0 comments
Open

arch_gym_configs.py missing #25

ShvetankPrakash opened this issue Oct 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ShvetankPrakash
Copy link
Collaborator

We need to port over arch_gym_configs.py under configs dir to run our previous agents:

(arch-gym) ~/oss-arch-gym/sims/DRAM$ python train_bo_DRAMSys.py 
Traceback (most recent call last):
  File "/home/oss-arch-gym/sims/DRAM/train_bo_DRAMSys.py", line 8, in <module>
    from  bo.DRAMSysEstimator import DRAMSysEstimator
  File "/home/oss-arch-gym/bo/DRAMSysEstimator.py", line 4, in <module>
    from configs import arch_gym_configs
ImportError: cannot import name 'arch_gym_configs' from 'configs' (unknown location)

Was this intentional or we just forgot?

@ShvetankPrakash ShvetankPrakash added the bug Something isn't working label Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants