Skip to content

Commit

Permalink
Reduce default value of agents proximeters range
Browse files Browse the repository at this point in the history
  • Loading branch information
corentinlger committed Mar 21, 2024
1 parent d0e62e8 commit b7e98d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vivarium/simulator/states.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def init_agent_state(
wheel_diameter: float = 2.,
speed_mul: float = 1.,
theta_mul: float = 1.,
prox_dist_max: float = 100.,
prox_dist_max: float = 40.,
prox_cos_min: float = 0.,
color: str = "blue"
) -> AgentState:
Expand Down

0 comments on commit b7e98d9

Please sign in to comment.