代码执行问题
joan526 opened this issue · 1 comments
joan526 commented
为什么代码会卡在env = hydra.utils.call(cfg.env, seed=cfg.seed),请问之前有遇到这个问题吗
LukasSchaefer commented
Please try to post any questions in English, I am not (sufficiently) familiar with Chinese to be able to understand your question. From Google translate, I assume you asked the following:
Why does the code get stuck at env = hydra.utils.call(cfg.env, seed=cfg.seed)? Have you encountered this problem before?
Unfortunately, I have not encountered this problem before. It might be due to the hydra version you are using. As specified in the setup.py
, please install hydra-core==1.0.5
if you did not already do so.