lcswillems/rl-starter-files

Can't run example of use

LaironSk opened this issue · 3 comments

C:\Users\matsa\torch-ac>python3 -m scripts.train --algo ppo --env MiniGrid-DoorKey-5x5-v0 --model DoorKey --save-interval 10 --frames 80000
C:\Users\matsa\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\python.exe: Error while finding module specification for 'scripts.train' (ModuleNotFoundError: No module named 'scripts')

Did you find a fix for this?

I think you should run the python3 -m scripts.train .... in the rl-starter-files directory you cloned.

You are right @BenNageris ! It was likely executed in the wrong repository. I am closing it for the moment but @LaironSk if it doesn't solve your issue.