Jiacheng Yang
Jiacheng Yang
It seems that the build process was failed and thus libmagent.so did not exist. Can you provide the build messages as well?
The build log shows that your C++ compiler does not support LLVM and hence the compilation cannot be completed. You may manually upgrade your C++ compiler and rebuild the project....
While I have seen that other people had this issue before, I am afraid that we cannot provide any concrete help on this issue because this project is not actively...
Could you try to wrap self.conn with a list? Like `multiprocessing.connection.wait([self.conn])`
Currently we only support agents in rectangles (because if agents in other shapes will incur many unexpected problems). You can have a look at the configuration file (config.json) in your...
Did you successfully build the project by running `bash build.sh`? Please attach the build log file so that I can see where is the problem.
From the log you attached above, it seems that the render wasn't built. Did you modify the `CMakeLists.txt` file by anyhow? Can you try to clone the repo again to...
> I also have the replay video problem. Especially, in the new git https://github.com/Farama-Foundation/MAgent.git. There is no render file. Again, please attach your log file and please follow the steps...
Please kindly refer to our [docs](https://github.com/geek-ai/MAgent/blob/master/doc/get_started.md) for using our codes. You have to follow the reinforcement learning routine (i.e. (observation, action, reward) tuple) to control the agents. Since this project...
It appears to be a bug. Could you open a PR to fix it? I guess it is because the group agents are not useful for getting `global_minimap` anyway that...