comix
comix copied to clipboard
from multiagent.core import World, Agent, Landmark ModuleNotFoundError: No module named 'multiagent'
when I execute:python3 src/main.py--config=comix--env config=particle with env_args.scenario=simple_ tag_coop t_max=1000000,An error occurred:“/home/hp/wendang/multiagent particle envs master/multiagent particle envs master/multiagent/core.py”, line 210, in apply_action_force: p_force[i]=(agent.mass*agent.accel if agent.accel not None-else agent.mass)*agent.action.u+noise AttributeError:'numpy.ndarray' object has...
I want to use the parameters of the terminal window command to debug the program, but it fails every time. Can you provide me with how to modify the code...
Hi there! Thanks for this excellent repo! The code is really nice and great lifesaver for other researchers! I am trying to reproduce the result in the paper "Deep Multi-Agent...