clvrai / furniture

IKEA Furniture Assembly Environment for Long-Horizon Complex Manipulation Tasks
https://clvrai.com/furniture
MIT License
496 stars 56 forks source link

About method in run.py #52

Closed Xiangyu-Lee closed 5 months ago

Xiangyu-Lee commented 5 months ago

Thank you very much for your help. This article has been very helpful to me. I would like to ask you, when I run 'python -m run --algo sac --run_prefix sac_table_lack_0825 --env IKEASawyerDense-v0 --furniture_name table_dockstra_0279', I encounter the error 'no module named 'method''. This error occurs in the 'run.py' file with the following code snippet:

from method.main import run
import env
from config import create_parser
from method.config import add_method_arguments

Where can I find this 'method'? I would greatly appreciate it if you could reply to me.