You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
I have successfully completed the entire setup, but I am encountering an issue with the 'python run_lab.py' command. Despite diligently following the provided instructions and attempting to troubleshoot the problem on my own, I have been unable to identify the source of the issue. I would appreciate it if you could confirm whether SLM-Lab works on an ARM64 Macbook. If successful, please share the detailed process, including preparation steps for Linux.
To Reproduce
OS and environment: M1 MacBook air Sonoma 14.2.1
SLM Lab git SHA (run git rev-parse HEAD to get it): 5fa5ee3
spec file used: slm_lab/spec/demo.json
Additional context
Add any other context about the problem here.
Python shut down sometime.
Error logs
(lab) ijeongmin@ijeongmin-ui-MacBookAir SLM-Lab % python run_lab.py slm_lab/spec/demo.json dqn_cartpole dev
zsh: illegal hardware instruction python run_lab.py slm_lab/spec/demo.json dqn_cartpole dev
The text was updated successfully, but these errors were encountered:
apologies - haven't had time to take a look, but indeed this project precedes Apple Silicon - so the fix would be to update the dependencies with their updated ARM support (e.g. Pytorch)
Describe the bug
A clear and concise description of what the bug is.
I have successfully completed the entire setup, but I am encountering an issue with the 'python run_lab.py' command. Despite diligently following the provided instructions and attempting to troubleshoot the problem on my own, I have been unable to identify the source of the issue. I would appreciate it if you could confirm whether SLM-Lab works on an ARM64 Macbook. If successful, please share the detailed process, including preparation steps for Linux.
To Reproduce
git rev-parse HEAD
to get it): 5fa5ee3spec
file used: slm_lab/spec/demo.jsonAdditional context
Add any other context about the problem here.
Python shut down sometime.
Error logs
The text was updated successfully, but these errors were encountered: