google-research / episodic-curiosity

Tensorflow/Keras code and trained models for Episodic Curiosity Through Reachability
Apache License 2.0
195 stars 34 forks source link

RuntimeError: Failed to connect RL API #12

Open Jingjinganhao opened 2 years ago

Jingjinganhao commented 2 years ago

hello, when I run python episodic-curiosity/scripts/launcher_script.py --workdir=/tmp/ec_workdir --method=ppo_plus_ec --scenario=sparseplusdoors it shows: RuntimeError: Failed to connect RL API In call to configurable 'DMLabWrapper' (<unbound method DMLabWrapper.__init__>) Failed to find function dmlab_connect in library! How to fix it?

o00000o commented 2 years ago

hello, when I run python episodic-curiosity/scripts/launcher_script.py --workdir=/tmp/ec_workdir --method=ppo_plus_ec --scenario=sparseplusdoors it shows: RuntimeError: Failed to connect RL API In call to configurable 'DMLabWrapper' (<unbound method DMLabWrapper.__init__>) Failed to find function dmlab_connect in library! How to fix it?

Hello, have you solved this problem? I also encountered this problem