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_
Hi, have similar error with rl_algos:
Originally posted by @ViktorM in #1 (comment)