-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RuntimeError: Failed to connect RL API #226
Comments
I'm afraid I'm not familiar with that project. Could you please look at their documentation on how they expect DeepMind Lab to be set up? Did you build or install DeepMind Lab in any way? Are you using Bazel to run that project's code? |
Hi, I'm also learning this project ,However, I am having various problems installing DeepMind-Lab. Could you please tell me what configuration environment you are using.My environment: Anaconda3 under the virtual environment PY3.6 And the version information in setup.py |
Hello, have you solved this problem?I have the same problem. RuntimeError: Failed to connect RL API and subprocess.CalledProcessError: Command '['python', '-m', 'episodic_curiosity.train_policy', '--workdir=/tmp/ec_workdir/ppo/sparse/run_number_1', '--num_env=12', '--env_name=dmlab:explore_goal_locations_large', '--num_timesteps=20000000', '--gin_bindings', 'CuriosityEnvWrapper.exploration_reward="oracle"', '--gin_bindings', 'CuriosityEnvWrapper.scale_task_reward=1.0', '--gin_bindings', 'CuriosityEnvWrapper.scale_surrogate_reward=0.0', '--gin_bindings', 'train.ent_coef=0.0010941138105771857', '--gin_bindings', 'train.learning_rate=0.00019306977288832496']' returned non-zero exit status 1. |
hi,I follow the steps in https://github.com/deepmind/lab/blob/master/docs/users/build.md |
hello, I am learning the project , 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' ()
Failed to find function dmlab_connect in library!
How to fix it?
The text was updated successfully, but these errors were encountered: