mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
feat(*): Add rounded arena boundaries and reward shaping to curb corner-camping
This commit is contained in:
@@ -12,8 +12,9 @@ extends RefCounted
|
||||
# it is its own inverse).
|
||||
|
||||
# Normalization scales. Standard arena volume (see ArenaBoundary): x ±12,
|
||||
# z ±18, height 12, goals at z ±17; positions are soft-normalized to roughly
|
||||
# [-1, 1]. Do not retune without retraining every model in Game/bots/.
|
||||
# z ±18, height 12, goals at z ±18 (flush with the end walls); positions are
|
||||
# soft-normalized to roughly [-1, 1]. Do not retune without retraining every
|
||||
# model in Game/bots/.
|
||||
const POSITION_SCALE := Vector3(20.0, 10.0, 20.0)
|
||||
const BALL_SPEED_SCALE := 30.0
|
||||
const GOAL_DISTANCE_SCALE := 40.0
|
||||
|
||||
Reference in New Issue
Block a user