Add all trained nn files to the project
This commit is contained in:
parent
d75c202b8d
commit
fe630469f4
@ -1,8 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 24baaa8c605c1a74785880885cf04847
|
guid: 7404b992c6519d54c96c3489d921d0c1
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
fileIDToRecycleName:
|
fileIDToRecycleName:
|
||||||
11400000: Assets/Brains/CozmoLearningBrain.nn
|
11400000: Assets/Brains/1_original_trained_brain.nn
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
10
Assets/Brains/2_modified_turnspeed_actionmask_brain.nn.meta
Normal file
10
Assets/Brains/2_modified_turnspeed_actionmask_brain.nn.meta
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 95b359f17fe8fba4f8564c236b378d66
|
||||||
|
ScriptedImporter:
|
||||||
|
fileIDToRecycleName:
|
||||||
|
11400000: Assets/Brains/2_modified_turnspeed_actionmask_brain.nn
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 83221ad3db87f4b3b91b041047cb2bc5, type: 3}
|
BIN
Assets/Brains/3_modified_actionmask_memory_3_brain.nn
Normal file
BIN
Assets/Brains/3_modified_actionmask_memory_3_brain.nn
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 7f8f0f4568060e84bb933886fd122e7e
|
guid: af2054fbe8d1d9244a9dc1f5e1af9e47
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
fileIDToRecycleName:
|
fileIDToRecycleName:
|
||||||
11400000: Assets/Brains/CozmoLearningBrain_cozmo_training-0.nn
|
11400000: Assets/Brains/3_modified_actionmask_memory_3_brain.nn
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
BIN
Assets/Brains/4_modified_actionmask_memory_5_brain.nn
Normal file
BIN
Assets/Brains/4_modified_actionmask_memory_5_brain.nn
Normal file
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: c9717311ba788544a9b6db7dd147300d
|
guid: bedf7a4d1127eb74bbf17c848a8f5ad8
|
||||||
ScriptedImporter:
|
ScriptedImporter:
|
||||||
fileIDToRecycleName:
|
fileIDToRecycleName:
|
||||||
11400002: Assets/Brains/CozmoTrainedBrain.nn
|
11400000: Assets/Brains/4_modified_actionmask_memory_5_brain.nn
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
@ -23,5 +23,5 @@ MonoBehaviour:
|
|||||||
vectorActionDescriptions:
|
vectorActionDescriptions:
|
||||||
-
|
-
|
||||||
vectorActionSpaceType: 0
|
vectorActionSpaceType: 0
|
||||||
model: {fileID: 11400000, guid: 7f8f0f4568060e84bb933886fd122e7e, type: 3}
|
model: {fileID: 11400000, guid: 7404b992c6519d54c96c3489d921d0c1, type: 3}
|
||||||
inferenceDevice: 0
|
inferenceDevice: 0
|
||||||
|
Binary file not shown.
@ -708,8 +708,6 @@ MonoBehaviour:
|
|||||||
- {fileID: 774534267}
|
- {fileID: 774534267}
|
||||||
- {fileID: 380448016}
|
- {fileID: 380448016}
|
||||||
- {fileID: 1159195260}
|
- {fileID: 1159195260}
|
||||||
- {fileID: 0}
|
|
||||||
- {fileID: 0}
|
|
||||||
--- !u!4 &776834971
|
--- !u!4 &776834971
|
||||||
Transform:
|
Transform:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
@ -942,7 +940,6 @@ MonoBehaviour:
|
|||||||
- {fileID: 11400000, guid: 0d9d5ce547064a648b466ad7f208cf3d, type: 2}
|
- {fileID: 11400000, guid: 0d9d5ce547064a648b466ad7f208cf3d, type: 2}
|
||||||
_brainsToControl:
|
_brainsToControl:
|
||||||
- {fileID: 0}
|
- {fileID: 0}
|
||||||
- {fileID: 11400000, guid: 0d9d5ce547064a648b466ad7f208cf3d, type: 2}
|
|
||||||
maxSteps: 1500
|
maxSteps: 1500
|
||||||
trainingConfiguration:
|
trainingConfiguration:
|
||||||
width: 80
|
width: 80
|
||||||
|
@ -126,7 +126,7 @@ namespace Cozmo
|
|||||||
public override void AgentAction(float[] vectorAction, string textAction)
|
public override void AgentAction(float[] vectorAction, string textAction)
|
||||||
{
|
{
|
||||||
double elapsedTime = Time.time - startTime;
|
double elapsedTime = Time.time - startTime;
|
||||||
print("Elapsed time: " + elapsedTime);
|
//Debug.Log("Elapsed time: " + elapsedTime);
|
||||||
startTime = Time.time;
|
startTime = Time.time;
|
||||||
|
|
||||||
int action = Mathf.FloorToInt(vectorAction[0]);
|
int action = Mathf.FloorToInt(vectorAction[0]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user