Chen Huang
Chen Huang
When I try to run `python examples/show_battle_game.py` on my Win10 WSL, I got the following error: `Download data/battle_model.tar.gz from https://raw.githubusercontent.com/merrymercy/merrymercy.github.io/master/_data/magent/battle_model.tar.gz... --2021-01-17 20:46:33-- https://raw.githubusercontent.com/merrymercy/merrymercy.github.io/master/_data/magent/battle_model.tar.gz Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.76.133 Connecting to raw.githubusercontent.com...
When I ran the follow commands: image_folder = 'video_img' model = KAN(width=[4, 5, 3], grid=5, k=3, seed=0, device=device) model(iris_dataset['train_input']) model.plot(beta=100, scale=1, in_vars=['SL', 'SW', 'PL', 'PW'], out_vars=['Set', 'Ver', 'Vir']) it says...