Throne-myworld

Results 10 comments of Throne-myworld

> @mwydmuch Sorry to disturb you, I've modified and run the pip install . but it always outputs the ERROR: Building wheel for vizdoom (pyproject.toml) ... error ERROR: Command errored...

RuntimeError: torch.cat(): Tensors must have same number of dimensions: got 2 and 3 Now I got this error, could you give me some advice?

I'm eager to run this programm on windows, but the requirements are so complex , could you show your enviroments and some utilities?

> I think the package was designed for linux which allows automatic creation of folders `vhzihaaocq` for example. However, Windows doesn't allow that to get it to work, changes need...

@markcutajar ,but a new issue comes,: File "D:\PyCharmproject\Arnold-master\Arnold-master\src\doom\game.py", line 133, in __init__ assert os.path.isfile(self.scenario_path) AssertionError when I try to print the self.scenario_path, it says:D:\PyCharmproject\Arnold-master\Arnold-master\resources\scenarios\ .wad, there is no filename before'.wad',...

> Better error handling is definitely needed here. OK , I will try it as soon as possible.

@markcutajar I tried it , the new issue says File "D:\PyCharmproject\Arnold-master\Arnold-master\src\model\dqn\base.py", line 81, in base_forward output = torch.cat([conv_output] + embeddings, dim=1) RuntimeError: torch.cat(): Tensors must have same number of dimensions:...

> Expanding on the PR's raised by #12 and #10, this PR focuses on providing compatibility for PyTorch 1.8.1 for both evaluation and training purposes. With this PR it is...

File "D:\PyCharmproject\Arnold-master\Arnold-master\src\doom\game.py", line 133, in __init__ assert os.path.isfile(self.scenario_path) AssertionError D:\PyCharmproject\Arnold-master\Arnold-master\resources\scenarios\.wad can anyone solve this issue?

请问如何按照作者的意思将MoNuSeg中的.xml注释文件转成.png文件放到对应的labelcol里呢?