-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Updated game environment attributes for improved AI training
Expanded the observations the AI agent makes in the Snake Game from 5 to 30 to provide a more detailed view of the environment. Changed the AI agent's decision period to optimize the decision-making speed. Altered the game object positions, behavior type, activity status, and anchor points in the game levels for a better training environment. These changes are implemented to improve the performance and efficiency of the AI training process."
- Loading branch information
Showing
6 changed files
with
174 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"count":1,"self":312.13376,"total":578.49973879999993,"children":{"InitializeActuators":{"count":16,"self":0.0010077999999999999,"total":0.0010077999999999999,"children":null},"InitializeSensors":{"count":16,"self":0,"total":0,"children":null},"AgentSendState":{"count":31843,"self":0.5999386,"total":2.4476492999999997,"children":{"CollectObservations":{"count":238033,"self":0.3295816,"total":0.3295816,"children":null},"WriteActionMask":{"count":238033,"self":0.11404349999999999,"total":0.11404349999999999,"children":null},"RequestDecision":{"count":238033,"self":0.3964431,"total":1.4040856,"children":{"AgentInfo.ToProto":{"count":237905,"self":0.37333649999999996,"total":1.0076425,"children":{"GenerateSensorData":{"count":237905,"self":0.63430599999999993,"total":0.63430599999999993,"children":null}}}}}}},"DecideAction":{"count":31843,"self":255.17744639999998,"total":255.1774481,"children":null},"AgentAct":{"count":31843,"self":8.7121871999999989,"total":8.739863999999999,"children":{"AgentInfo.ToProto":{"count":4018,"self":0.0145954,"total":0.027676899999999997,"children":{"GenerateSensorData":{"count":4018,"self":0.0130815,"total":0.0130815,"children":null}}}}}},"gauges":{"SnakeAi.CumulativeReward":{"count":4042,"max":109.316093,"min":-10.4399977,"runningAverage":-2.30997682,"value":39.7010956,"weightedAverage":48.6735573}},"metadata":{"timer_format_version":"0.1.0","start_time_seconds":"1689089519","unity_version":"2023.1.3f1","command_line_arguments":"C:\\Program Files\\Unity\\Hub\\Editor\\2023.1.3f1\\Editor\\Unity.exe -projectpath C:\\Users\\felix\\SnakeGame -useHub -hubIPC -cloudEnvironment production","communication_protocol_version":"1.5.0","com.unity.ml-agents_version":"2.3.0-exp.3","scene_name":"AI","end_time_seconds":"1689090097"}} | ||
{"count":1,"self":1900.9214464,"total":3646.702797,"children":{"InitializeActuators":{"count":20,"self":0.0020009,"total":0.0020009,"children":null},"InitializeSensors":{"count":20,"self":0.0025141,"total":0.0025141,"children":null},"AgentSendState":{"count":214702,"self":12.033138399999999,"total":59.1252904,"children":{"CollectObservations":{"count":1526209,"self":14.3286336,"total":14.328634099999999,"children":null},"WriteActionMask":{"count":1526209,"self":2.9685319999999997,"total":2.9685319,"children":null},"RequestDecision":{"count":1526209,"self":10.107839199999999,"total":29.7949861,"children":{"AgentInfo.ToProto":{"count":1516682,"self":7.8454624,"total":19.6871471,"children":{"GenerateSensorData":{"count":1516682,"self":11.841683999999999,"total":11.841684299999999,"children":null}}}}}}},"DecideAction":{"count":214702,"self":1617.9479552,"total":1617.9479155,"children":null},"AgentAct":{"count":214702,"self":68.6426944,"total":68.703616099999991,"children":{"AgentInfo.ToProto":{"count":3103,"self":0.0373284,"total":0.0609244,"children":{"GenerateSensorData":{"count":3103,"self":0.023596,"total":0.023596,"children":null}}}}}},"gauges":{"SnakeAi.CumulativeReward":{"count":3201,"max":356.897736,"min":-1060.9856,"runningAverage":117.872993,"value":-10.5,"weightedAverage":13.1152983}},"metadata":{"timer_format_version":"0.1.0","start_time_seconds":"1689105069","unity_version":"2023.1.3f1","command_line_arguments":"C:\\Program Files\\Unity\\Hub\\Editor\\2023.1.3f1\\Editor\\Unity.exe -projectpath C:\\Users\\felix\\SnakeGame -useHub -hubIPC -cloudEnvironment production","communication_protocol_version":"1.5.0","com.unity.ml-agents_version":"2.3.0-exp.3","scene_name":"AI","end_time_seconds":"1689108716"}} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.