tune numbers
This commit is contained in:
parent
38c9c108d1
commit
230310a330
|
@ -198,10 +198,8 @@ func NewState() State {
|
|||
}
|
||||
|
||||
const (
|
||||
Steps = 60
|
||||
Steps = 40
|
||||
numBots = 5
|
||||
NumTeams = 4
|
||||
NumLanes = 4
|
||||
maxA = 2
|
||||
maxV = 8
|
||||
)
|
||||
|
|
|
@ -52,6 +52,8 @@ func collide(pos, lane int, s State) interface{} {
|
|||
}
|
||||
|
||||
const (
|
||||
passDistance = 3
|
||||
baseAccel = 1
|
||||
maxA = 1
|
||||
maxV = 2
|
||||
passDistance = 2
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue