You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,when I run python3 train_battle.py --algo mfac, it occurs that:
File "train_battle.py", line 48, in
env.set_render_dir(os.path.join(BASE_DIR, 'examples/battle_model', 'build/render'))
File "/home/lyl/miniconda3/envs/lyl/lib/python3.6/site-packages/magent/gridworld.py", line 423, in set_render_dir
os.mkdir(name)
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/d/try/mfrl-master/examples/battle_model/build/render'
Can you tell me how to solve it?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,when I run python3 train_battle.py --algo mfac, it occurs that:
File "train_battle.py", line 48, in
env.set_render_dir(os.path.join(BASE_DIR, 'examples/battle_model', 'build/render'))
File "/home/lyl/miniconda3/envs/lyl/lib/python3.6/site-packages/magent/gridworld.py", line 423, in set_render_dir
os.mkdir(name)
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/d/try/mfrl-master/examples/battle_model/build/render'
Can you tell me how to solve it?
Thanks.
The text was updated successfully, but these errors were encountered: