mlsh icon indicating copy to clipboard operation
mlsh copied to clipboard

Hi, how did you solve this error?

Open Muguangfeng opened this issue 6 years ago • 0 comments

Hi, have similar error with rl_algos:

mlsh/mlsh_code$ python main.py --task AntBandits-v1 --num_subs 2 --macro_duration 1000 --num_rollouts 2000 --warmup_time 20 --train_time 30 --replay False AntAgent
Traceback (most recent call last):
  File "main.py", line 20, in <module>
    from rl_algs.common import set_global_seeds, tf_util as U
ModuleNotFoundError: No module named 'rl_algs'

Originally posted by @ViktorM in https://github.com/openai/mlsh/issues/1#issuecomment-340225682

Muguangfeng avatar Jan 13 '19 06:01 Muguangfeng