Skip to content

No module named 'rlkit.launchers.config' #1

Description

@shukla-yash

Hi,

I am trying to run the code, and when I run the following command, I get this error:

(flap) :~/flap$ python experiments/train_eval_vqvae.py --data_dir DATA_PATH/drawer_pnp_push_vary_color_angle_mixed_tasks --root_dir DATA_CKPT/flap/vqvae
Traceback (most recent call last):
  File "experiments/train_eval_vqvae.py", line 18, in <module>
    from rlkit.utils import io_util
  File "/home/yash.shukla/flap/rlkit/utils/io_util.py", line 11, in <module>
    from rlkit.util.io import load_local_or_remote_file
  File "/home/yash.shukla/flap/rlkit/util/io.py", line 7, in <module>
    from rlkit.launchers.config import LOCAL_LOG_DIR, AWS_S3_PATH
ModuleNotFoundError: No module named 'rlkit.launchers.config'

Looks like rlkit.launchers is missing the config file. Can you help me with that?

Also, the command Add Paths has references to doodad and railrl-private. Can you please elaborate on where can I find those paths?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions