mirror of
https://github.com/jcreek/Sarpy.git
synced 2026-07-13 03:03:43 +00:00
feat(*): Update rewards and terminal conditions after 265 million timesteps
This commit is contained in:
+2
-2
@@ -87,11 +87,11 @@ if __name__ == "__main__": # Required for multiprocessing
|
||||
AlignBallGoal(),
|
||||
KickoffReward(),
|
||||
),
|
||||
(0.1, 1.0, 1.0, 1.0, 0.1, 0.2, 0.1, 0.2, 1.0, 0.1, 10.0),
|
||||
(1.0, 1.0, 50.0, 1.0, 0.1, 0.2, 0.1, 0.2, 10.0, 0.1, 10.0),
|
||||
),
|
||||
spawn_opponents=True,
|
||||
terminal_conditions=[
|
||||
TimeoutCondition(fps * 30),
|
||||
TimeoutCondition(fps * 300),
|
||||
NoTouchTimeoutCondition(fps * 10),
|
||||
GoalScoredCondition(),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user