File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ def init_params(self, **kwargs):
8686 self .n_red_agents = kwargs .pop ("n_red_agents" , 3 )
8787 self .ai_red_agents = kwargs .pop ("ai_red_agents" , True )
8888 self .ai_blue_agents = kwargs .pop ("ai_blue_agents" , False )
89- self .physically_different = kwargs .pop ("physically_different" , True )
89+ self .physically_different = kwargs .pop ("physically_different" , False )
9090
9191 # Agent spawning
92- self .spawn_in_formation = kwargs .pop ("spawn_in_formation" , True )
92+ self .spawn_in_formation = kwargs .pop ("spawn_in_formation" , False )
9393 self .only_blue_formation = kwargs .pop ("only_blue_formation" , True )
9494 self .formation_agents_per_column = kwargs .pop ("formation_agents_per_column" , 2 )
9595 self .randomise_formation_indices = kwargs .pop (
You can’t perform that action at this time.
0 commit comments