You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 no attribute'u'
The text was updated successfully, but these errors were encountered:
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 no attribute'u'
The text was updated successfully, but these errors were encountered: