mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-13 09:22:54 +00:00
feat(training): add wall and rebound curriculum states
This commit is contained in:
@@ -442,6 +442,11 @@ STAGES = [
|
||||
"--near-goal-chance", "0.25",
|
||||
"--air-drill-chance", "0.15",
|
||||
"--air-intercept-chance", "0.25",
|
||||
# Stage 5 established the aerial baseline; Stage 6 adds a
|
||||
# measured opportunity for wall/rebound decisions without
|
||||
# changing the preceding stages' distributions.
|
||||
"--wall-play-chance", "0.10",
|
||||
"--rebound-chance", "0.10",
|
||||
*HANDLING_REWARD_FLAGS,
|
||||
],
|
||||
"telemetry_floors": {
|
||||
|
||||
Reference in New Issue
Block a user