google-deepmind / google-deepmind/lab
Failed to find function dmlab_connect in library!
Open
- Dominant language
- C
- Stars
- 7.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
While the command
`bazel run :python_random_agent --define graphics=sdl -- \
--length=10000 --width=640 --height=480`
works perfectly inside the lab folder,
the command `python python/random_agent.py` returns this error:
`Failed to find function dmlab_connect in library!
Traceback (most recent call last):
File "python/random_agent.py", line 206, in
args.record, args.demo, args.demofiles, args.video)
File "python/random_agent.py", line 155, in run
env = deepmind_lab.Lab(level, ['RGB_INTERLEAVED'], config=config)
RuntimeError: Failed to connect RL API
`
How to solve? Thank you
Contributor guide
Assessment
This issue has not been assessed yet.