crowdAI / marLo

Multi Agent Reinforcement Learning using MalmÖ
MIT License
244 stars 46 forks source link

Cant run the Example because of a Assertion Error #85

Closed XgatorX closed 3 months ago

XgatorX commented 4 months ago

Hey guys sorry to bother you, but I wanted to use this API as Part of my Master Thesis. I installed everything with Conda but can't even run the example code, because of that error: image I can't find a Solution, hope you can help, thanks !

troydutton commented 4 months ago

I have the same issue. Is there a specific version of gym that we're supposed to use?

XgatorX commented 4 months ago

I don't know. With the conda install, all version conflicts should be solved, or am I mistaken? I didn't find a solution online, and I tried every OS; everywhere the same error. I am using Malmo now, but it is a lot slower than Marlo. :/ If you find a solution to the problem, please post it here.

troydutton commented 4 months ago

Found the fix. Install gym=0.19. You might run into some issues after that, lmk if you do.

XgatorX commented 4 months ago

Yeah that fix worked THANKS ! I run in that Problem with the Multiagent Example. image do you have the same Issue ? I can now run the Single Agent Example without Problems !

XgatorX commented 4 months ago

Ok Solved the Issue with the help of issue #76. Now I ran into the issue #84.