Skip to content

Commit

Permalink
Update .nn files and fix some prefabs (#2994)
Browse files Browse the repository at this point in the history
* updated nn files

* retrained GridWorld, fix brains in prefabs

* update gridworld and walljump
  • Loading branch information
Chris Elion authored Dec 2, 2019
1 parent 1bf7816 commit 9910dc6
Show file tree
Hide file tree
Showing 20 changed files with 8 additions and 20 deletions.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBall.nn
Binary file not shown.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/3DBall/TFModels/3DBallHard.nn
Binary file not shown.
7 changes: 2 additions & 5 deletions UnitySDK/Assets/ML-Agents/Examples/Basic/Prefabs/Basic.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -912,12 +912,11 @@ MonoBehaviour:
vectorObservationSize: 20
numStackedVectorObservations: 1
vectorActionSize: 03000000
cameraResolutions: []
vectorActionDescriptions: []
vectorActionSpaceType: 0
m_Model: {fileID: 11400000, guid: 53fa7c392ce3c492281be273668f6aaf, type: 3}
m_Model: {fileID: 11400000, guid: 468c183196f1844f69e125c99dd135a1, type: 3}
m_InferenceDevice: 0
m_UseHeuristic: 0
m_BehaviorType: 0
m_BehaviorName: Basic
--- !u!114 &114827551040495112
MonoBehaviour:
Expand All @@ -931,8 +930,6 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
agentParameters:
agentCameras: []
agentRenderTextures: []
maxStep: 0
resetOnDone: 1
onDemandDecision: 1
Expand Down
Binary file modified UnitySDK/Assets/ML-Agents/Examples/Basic/TFModels/Basic.nn
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,6 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
agentParameters:
agentCameras: []
agentRenderTextures: []
maxStep: 0
resetOnDone: 1
onDemandDecision: 1
Expand All @@ -852,10 +850,9 @@ MonoBehaviour:
vectorObservationSize: 6
numStackedVectorObservations: 3
vectorActionSize: 03000000
cameraResolutions: []
vectorActionDescriptions: []
vectorActionSpaceType: 1
m_Model: {fileID: 11400000, guid: f5250a39cb2134db49b833e3c92527a1, type: 3}
m_Model: {fileID: 11400000, guid: 6c4ee6ab37d9b49b492a5cc49ed47ca0, type: 3}
m_InferenceDevice: 0
m_UseHeuristic: 0
m_BehaviorType: 0
m_BehaviorName: Bouncer
Binary file modified UnitySDK/Assets/ML-Agents/Examples/Bouncer/TFModels/Bouncer.nn
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2102,12 +2102,11 @@ MonoBehaviour:
vectorObservationSize: 126
numStackedVectorObservations: 1
vectorActionSize: 14000000
cameraResolutions: []
vectorActionDescriptions: []
vectorActionSpaceType: 1
m_Model: {fileID: 11400000, guid: abc9c8f2180154ed7ba3f116ab0beb90, type: 3}
m_Model: {fileID: 11400000, guid: 039557e683d584183a2a82cf8b1904c0, type: 3}
m_InferenceDevice: 0
m_UseHeuristic: 0
m_BehaviorType: 0
m_BehaviorName: CrawlerDynamic
--- !u!114 &114157055237627828
MonoBehaviour:
Expand Down Expand Up @@ -2216,8 +2215,6 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
agentParameters:
agentCameras: []
agentRenderTextures: []
maxStep: 5000
resetOnDone: 1
onDemandDecision: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1812,8 +1812,6 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
agentParameters:
agentCameras: []
agentRenderTextures: []
maxStep: 5000
resetOnDone: 1
onDemandDecision: 0
Expand Down Expand Up @@ -1953,12 +1951,11 @@ MonoBehaviour:
vectorObservationSize: 126
numStackedVectorObservations: 1
vectorActionSize: 14000000
cameraResolutions: []
vectorActionDescriptions: []
vectorActionSpaceType: 1
m_Model: {fileID: 11400000, guid: 48982d8fa360a4ed0bb265495e4f378b, type: 3}
m_Model: {fileID: 11400000, guid: ac4a23ff4713140198629ae0844926ee, type: 3}
m_InferenceDevice: 0
m_UseHeuristic: 0
m_BehaviorType: 0
m_BehaviorName: CrawlerStatic
--- !u!114 &114954029223843696
MonoBehaviour:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/GridWorld/TFModels/GridWorld.nn
Binary file not shown.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/Hallway/TFModels/Hallway.nn
Binary file not shown.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/PushBlock/TFModels/PushBlock.nn
Binary file not shown.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/Pyramids/TFModels/Pyramids.nn
Binary file not shown.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/Reacher/TFModels/Reacher.nn
Binary file not shown.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/Tennis/TFModels/Tennis.nn
Binary file not shown.
Binary file modified UnitySDK/Assets/ML-Agents/Examples/Walker/TFModels/Walker.nn
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9910dc6

Please sign in to comment.