Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +35 -0
- GridSensor3DExample.csproj.old +1 -1
- GridSensor3DExample.sln +25 -0
- addons/godot_rl_agents/controller/ai_controller_2d.gd +61 -30
- addons/godot_rl_agents/controller/ai_controller_3d.gd +62 -28
- addons/godot_rl_agents/onnx/wrapper/ONNX_wrapper.gd +6 -3
- addons/godot_rl_agents/sensors/sensors_2d/GridSensor2D.gd +78 -59
- addons/godot_rl_agents/sensors/sensors_2d/ISensor2D.gd +9 -4
- addons/godot_rl_agents/sensors/sensors_2d/RaycastSensor2D.gd +40 -40
- addons/godot_rl_agents/sensors/sensors_3d/GridSensor3D.gd +87 -62
- addons/godot_rl_agents/sensors/sensors_3d/ISensor3D.gd +9 -4
- addons/godot_rl_agents/sensors/sensors_3d/RGBCameraSensor3D.gd +13 -3
- addons/godot_rl_agents/sensors/sensors_3d/RaycastSensor3D.gd +56 -37
- addons/godot_rl_agents/sync.gd +331 -133
- bin/Ships.pck +2 -2
- bin/data_GridSensor3DExample_linuxbsd_x86_64/GodotSharp.dll +3 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/GridSensor3DExample.deps.json +2980 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/GridSensor3DExample.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/GridSensor3DExample.pdb +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/GridSensor3DExample.runtimeconfig.json +14 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.CSharp.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.ML.OnnxRuntime.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.VisualBasic.Core.dll +3 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.VisualBasic.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.Win32.Primitives.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.Win32.Registry.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.AppContext.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Buffers.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.Concurrent.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.Immutable.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.NonGeneric.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.Specialized.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.Annotations.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.DataAnnotations.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.EventBasedAsync.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.Primitives.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.TypeConverter.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Configuration.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Console.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Core.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Data.Common.dll +3 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Data.DataSetExtensions.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Data.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.Contracts.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.Debug.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.DiagnosticSource.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.FileVersionInfo.dll +0 -0
- bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.Process.dll +0 -0
.gitattributes
CHANGED
|
@@ -11,3 +11,38 @@ assets/sunflowers_puresky_2k.hdr filter=lfs diff=lfs merge=lfs -text
|
|
| 11 |
bin/Ships.exe filter=lfs diff=lfs merge=lfs -text
|
| 12 |
bin/Ships.pck filter=lfs diff=lfs merge=lfs -text
|
| 13 |
bin/Ships.x86_64 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
bin/Ships.exe filter=lfs diff=lfs merge=lfs -text
|
| 12 |
bin/Ships.pck filter=lfs diff=lfs merge=lfs -text
|
| 13 |
bin/Ships.x86_64 filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/GodotSharp.dll filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.VisualBasic.Core.dll filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Data.Common.dll filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Linq.Expressions.dll filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Net.Http.dll filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Private.CoreLib.dll filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Private.DataContractSerialization.dll filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Private.Xml.dll filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Reflection.Metadata.dll filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Text.Json.dll filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/libclrjit.so filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/libcoreclr.so filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/libmscordaccore.so filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/libmscordbi.so filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/libonnxruntime.so filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
bin/data_GridSensor3DExample_linuxbsd_x86_64/onnxruntime.dll filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
bin/data_GridSensor3DExample_windows_x86_64/GodotSharp.dll filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
bin/data_GridSensor3DExample_windows_x86_64/Microsoft.CSharp.dll filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
bin/data_GridSensor3DExample_windows_x86_64/Microsoft.DiaSymReader.Native.amd64.dll filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
bin/data_GridSensor3DExample_windows_x86_64/Microsoft.VisualBasic.Core.dll filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
bin/data_GridSensor3DExample_windows_x86_64/System.Data.Common.dll filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
bin/data_GridSensor3DExample_windows_x86_64/System.Linq.Expressions.dll filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
bin/data_GridSensor3DExample_windows_x86_64/System.Net.Http.dll filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
bin/data_GridSensor3DExample_windows_x86_64/System.Private.CoreLib.dll filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
bin/data_GridSensor3DExample_windows_x86_64/System.Private.DataContractSerialization.dll filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
bin/data_GridSensor3DExample_windows_x86_64/System.Private.Xml.dll filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
bin/data_GridSensor3DExample_windows_x86_64/System.Reflection.Metadata.dll filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
bin/data_GridSensor3DExample_windows_x86_64/System.Text.Json.dll filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
bin/data_GridSensor3DExample_windows_x86_64/clrjit.dll filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
bin/data_GridSensor3DExample_windows_x86_64/coreclr.dll filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
bin/data_GridSensor3DExample_windows_x86_64/mscordaccore.dll filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
bin/data_GridSensor3DExample_windows_x86_64/mscordaccore_amd64_amd64_6.0.2724.6912.dll filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
bin/data_GridSensor3DExample_windows_x86_64/mscordbi.dll filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
bin/data_GridSensor3DExample_windows_x86_64/onnxruntime.dll filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
bin/data_GridSensor3DExample_windows_x86_64/ucrtbase.dll filter=lfs diff=lfs merge=lfs -text
|
GridSensor3DExample.csproj.old
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
<Project Sdk="Godot.NET.Sdk/4.
|
| 2 |
<PropertyGroup>
|
| 3 |
<TargetFramework>net6.0</TargetFramework>
|
| 4 |
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
|
|
| 1 |
+
<Project Sdk="Godot.NET.Sdk/4.0.3">
|
| 2 |
<PropertyGroup>
|
| 3 |
<TargetFramework>net6.0</TargetFramework>
|
| 4 |
<EnableDynamicLoading>true</EnableDynamicLoading>
|
GridSensor3DExample.sln
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Microsoft Visual Studio Solution File, Format Version 12.00
|
| 3 |
+
# Visual Studio Version 17
|
| 4 |
+
VisualStudioVersion = 17.5.33530.505
|
| 5 |
+
MinimumVisualStudioVersion = 10.0.40219.1
|
| 6 |
+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Godot RL Agents", "Godot RL Agents.csproj", "{055E8CBC-A3EC-41A8-BC53-EC3010682AE4}"
|
| 7 |
+
EndProject
|
| 8 |
+
Global
|
| 9 |
+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
| 10 |
+
Debug|Any CPU = Debug|Any CPU
|
| 11 |
+
ExportDebug|Any CPU = ExportDebug|Any CPU
|
| 12 |
+
ExportRelease|Any CPU = ExportRelease|Any CPU
|
| 13 |
+
EndGlobalSection
|
| 14 |
+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
| 15 |
+
{055E8CBC-A3EC-41A8-BC53-EC3010682AE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
| 16 |
+
{055E8CBC-A3EC-41A8-BC53-EC3010682AE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
| 17 |
+
{055E8CBC-A3EC-41A8-BC53-EC3010682AE4}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
|
| 18 |
+
{055E8CBC-A3EC-41A8-BC53-EC3010682AE4}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
|
| 19 |
+
{055E8CBC-A3EC-41A8-BC53-EC3010682AE4}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
|
| 20 |
+
{055E8CBC-A3EC-41A8-BC53-EC3010682AE4}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
|
| 21 |
+
EndGlobalSection
|
| 22 |
+
GlobalSection(SolutionProperties) = preSolution
|
| 23 |
+
HideSolutionNode = FALSE
|
| 24 |
+
EndGlobalSection
|
| 25 |
+
EndGlobal
|
addons/godot_rl_agents/controller/ai_controller_2d.gd
CHANGED
|
@@ -1,8 +1,23 @@
|
|
| 1 |
extends Node2D
|
| 2 |
class_name AIController2D
|
| 3 |
|
|
|
|
|
|
|
|
|
|
| 4 |
@export var reset_after := 1000
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
var heuristic := "human"
|
| 7 |
var done := false
|
| 8 |
var reward := 0.0
|
|
@@ -11,72 +26,88 @@ var needs_reset := false
|
|
| 11 |
|
| 12 |
var _player: Node2D
|
| 13 |
|
|
|
|
| 14 |
func _ready():
|
| 15 |
add_to_group("AGENT")
|
| 16 |
-
|
|
|
|
| 17 |
func init(player: Node2D):
|
| 18 |
_player = player
|
| 19 |
-
|
|
|
|
| 20 |
#-- Methods that need implementing using the "extend script" option in Godot --#
|
| 21 |
func get_obs() -> Dictionary:
|
| 22 |
-
assert(false, "the get_obs method is not implemented when extending from ai_controller")
|
| 23 |
-
return {"obs":[]}
|
|
|
|
| 24 |
|
| 25 |
-
func get_reward() -> float:
|
| 26 |
-
assert(false, "the get_reward method is not implemented when extending from ai_controller")
|
| 27 |
return 0.0
|
| 28 |
-
|
|
|
|
| 29 |
func get_action_space() -> Dictionary:
|
| 30 |
-
assert(
|
|
|
|
|
|
|
|
|
|
| 31 |
return {
|
| 32 |
-
"example_actions_continous" :
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
# -----------------------------------------------------------------------------#
|
| 45 |
-
|
| 46 |
func _physics_process(delta):
|
| 47 |
n_steps += 1
|
| 48 |
if n_steps > reset_after:
|
| 49 |
needs_reset = true
|
| 50 |
-
|
|
|
|
| 51 |
func get_obs_space():
|
| 52 |
# may need overriding if the obs space is complex
|
| 53 |
var obs = get_obs()
|
| 54 |
return {
|
| 55 |
-
"obs": {
|
| 56 |
-
"size": [len(obs["obs"])],
|
| 57 |
-
"space": "box"
|
| 58 |
-
},
|
| 59 |
}
|
| 60 |
|
|
|
|
| 61 |
func reset():
|
| 62 |
n_steps = 0
|
| 63 |
needs_reset = false
|
| 64 |
|
|
|
|
| 65 |
func reset_if_done():
|
| 66 |
if done:
|
| 67 |
reset()
|
| 68 |
-
|
|
|
|
| 69 |
func set_heuristic(h):
|
| 70 |
# sets the heuristic from "human" or "model" nothing to change here
|
| 71 |
heuristic = h
|
| 72 |
|
|
|
|
| 73 |
func get_done():
|
| 74 |
return done
|
| 75 |
-
|
|
|
|
| 76 |
func set_done_false():
|
| 77 |
done = false
|
| 78 |
|
|
|
|
| 79 |
func zero_reward():
|
| 80 |
reward = 0.0
|
| 81 |
-
|
| 82 |
-
|
|
|
|
| 1 |
extends Node2D
|
| 2 |
class_name AIController2D
|
| 3 |
|
| 4 |
+
enum ControlModes { INHERIT_FROM_SYNC, HUMAN, TRAINING, ONNX_INFERENCE, RECORD_EXPERT_DEMOS }
|
| 5 |
+
@export var control_mode: ControlModes = ControlModes.INHERIT_FROM_SYNC
|
| 6 |
+
@export var onnx_model_path := ""
|
| 7 |
@export var reset_after := 1000
|
| 8 |
|
| 9 |
+
@export_group("Record expert demos mode options")
|
| 10 |
+
## Path where the demos will be saved. The file can later be used for imitation learning.
|
| 11 |
+
@export var expert_demo_save_path: String
|
| 12 |
+
## The action that erases the last recorded episode from the currently recorded data.
|
| 13 |
+
@export var remove_last_episode_key: InputEvent
|
| 14 |
+
## Action will be repeated for n frames. Will introduce control lag if larger than 1.
|
| 15 |
+
## Can be used to ensure that action_repeat on inference and training matches
|
| 16 |
+
## the recorded demonstrations.
|
| 17 |
+
@export var action_repeat: int = 1
|
| 18 |
+
|
| 19 |
+
var onnx_model: ONNXModel
|
| 20 |
+
|
| 21 |
var heuristic := "human"
|
| 22 |
var done := false
|
| 23 |
var reward := 0.0
|
|
|
|
| 26 |
|
| 27 |
var _player: Node2D
|
| 28 |
|
| 29 |
+
|
| 30 |
func _ready():
|
| 31 |
add_to_group("AGENT")
|
| 32 |
+
|
| 33 |
+
|
| 34 |
func init(player: Node2D):
|
| 35 |
_player = player
|
| 36 |
+
|
| 37 |
+
|
| 38 |
#-- Methods that need implementing using the "extend script" option in Godot --#
|
| 39 |
func get_obs() -> Dictionary:
|
| 40 |
+
assert(false, "the get_obs method is not implemented when extending from ai_controller")
|
| 41 |
+
return {"obs": []}
|
| 42 |
+
|
| 43 |
|
| 44 |
+
func get_reward() -> float:
|
| 45 |
+
assert(false, "the get_reward method is not implemented when extending from ai_controller")
|
| 46 |
return 0.0
|
| 47 |
+
|
| 48 |
+
|
| 49 |
func get_action_space() -> Dictionary:
|
| 50 |
+
assert(
|
| 51 |
+
false,
|
| 52 |
+
"the get get_action_space method is not implemented when extending from ai_controller"
|
| 53 |
+
)
|
| 54 |
return {
|
| 55 |
+
"example_actions_continous": {"size": 2, "action_type": "continuous"},
|
| 56 |
+
"example_actions_discrete": {"size": 2, "action_type": "discrete"},
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
func set_action(action) -> void:
|
| 61 |
+
assert(false, "the get set_action method is not implemented when extending from ai_controller")
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
#-----------------------------------------------------------------------------#
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
#-- Methods that sometimes need implementing using the "extend script" option in Godot --#
|
| 68 |
+
# Only needed if you are recording expert demos with this AIController
|
| 69 |
+
func get_action() -> Array:
|
| 70 |
+
assert(false, "the get set_action method is not implemented in extended AIController but demo_recorder is used")
|
| 71 |
+
return []
|
| 72 |
+
|
| 73 |
# -----------------------------------------------------------------------------#
|
| 74 |
+
|
| 75 |
func _physics_process(delta):
|
| 76 |
n_steps += 1
|
| 77 |
if n_steps > reset_after:
|
| 78 |
needs_reset = true
|
| 79 |
+
|
| 80 |
+
|
| 81 |
func get_obs_space():
|
| 82 |
# may need overriding if the obs space is complex
|
| 83 |
var obs = get_obs()
|
| 84 |
return {
|
| 85 |
+
"obs": {"size": [len(obs["obs"])], "space": "box"},
|
|
|
|
|
|
|
|
|
|
| 86 |
}
|
| 87 |
|
| 88 |
+
|
| 89 |
func reset():
|
| 90 |
n_steps = 0
|
| 91 |
needs_reset = false
|
| 92 |
|
| 93 |
+
|
| 94 |
func reset_if_done():
|
| 95 |
if done:
|
| 96 |
reset()
|
| 97 |
+
|
| 98 |
+
|
| 99 |
func set_heuristic(h):
|
| 100 |
# sets the heuristic from "human" or "model" nothing to change here
|
| 101 |
heuristic = h
|
| 102 |
|
| 103 |
+
|
| 104 |
func get_done():
|
| 105 |
return done
|
| 106 |
+
|
| 107 |
+
|
| 108 |
func set_done_false():
|
| 109 |
done = false
|
| 110 |
|
| 111 |
+
|
| 112 |
func zero_reward():
|
| 113 |
reward = 0.0
|
|
|
|
|
|
addons/godot_rl_agents/controller/ai_controller_3d.gd
CHANGED
|
@@ -1,8 +1,23 @@
|
|
| 1 |
extends Node3D
|
| 2 |
class_name AIController3D
|
| 3 |
|
|
|
|
|
|
|
|
|
|
| 4 |
@export var reset_after := 1000
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
var heuristic := "human"
|
| 7 |
var done := false
|
| 8 |
var reward := 0.0
|
|
@@ -11,70 +26,89 @@ var needs_reset := false
|
|
| 11 |
|
| 12 |
var _player: Node3D
|
| 13 |
|
|
|
|
| 14 |
func _ready():
|
| 15 |
add_to_group("AGENT")
|
| 16 |
-
|
|
|
|
| 17 |
func init(player: Node3D):
|
| 18 |
_player = player
|
| 19 |
-
|
|
|
|
| 20 |
#-- Methods that need implementing using the "extend script" option in Godot --#
|
| 21 |
func get_obs() -> Dictionary:
|
| 22 |
-
assert(false, "the get_obs method is not implemented when extending from ai_controller")
|
| 23 |
-
return {"obs":[]}
|
|
|
|
| 24 |
|
| 25 |
-
func get_reward() -> float:
|
| 26 |
-
assert(false, "the get_reward method is not implemented when extending from ai_controller")
|
| 27 |
return 0.0
|
| 28 |
-
|
|
|
|
| 29 |
func get_action_space() -> Dictionary:
|
| 30 |
-
assert(
|
|
|
|
|
|
|
|
|
|
| 31 |
return {
|
| 32 |
-
"example_actions_continous" :
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
# -----------------------------------------------------------------------------#
|
| 45 |
-
|
|
|
|
| 46 |
func _physics_process(delta):
|
| 47 |
n_steps += 1
|
| 48 |
if n_steps > reset_after:
|
| 49 |
needs_reset = true
|
| 50 |
-
|
|
|
|
| 51 |
func get_obs_space():
|
| 52 |
# may need overriding if the obs space is complex
|
| 53 |
var obs = get_obs()
|
| 54 |
return {
|
| 55 |
-
"obs": {
|
| 56 |
-
"size": [len(obs["obs"])],
|
| 57 |
-
"space": "box"
|
| 58 |
-
},
|
| 59 |
}
|
| 60 |
|
|
|
|
| 61 |
func reset():
|
| 62 |
n_steps = 0
|
| 63 |
needs_reset = false
|
| 64 |
|
|
|
|
| 65 |
func reset_if_done():
|
| 66 |
if done:
|
| 67 |
reset()
|
| 68 |
-
|
|
|
|
| 69 |
func set_heuristic(h):
|
| 70 |
# sets the heuristic from "human" or "model" nothing to change here
|
| 71 |
heuristic = h
|
| 72 |
|
|
|
|
| 73 |
func get_done():
|
| 74 |
return done
|
| 75 |
-
|
|
|
|
| 76 |
func set_done_false():
|
| 77 |
done = false
|
| 78 |
|
|
|
|
| 79 |
func zero_reward():
|
| 80 |
reward = 0.0
|
|
|
|
| 1 |
extends Node3D
|
| 2 |
class_name AIController3D
|
| 3 |
|
| 4 |
+
enum ControlModes { INHERIT_FROM_SYNC, HUMAN, TRAINING, ONNX_INFERENCE, RECORD_EXPERT_DEMOS }
|
| 5 |
+
@export var control_mode: ControlModes = ControlModes.INHERIT_FROM_SYNC
|
| 6 |
+
@export var onnx_model_path := ""
|
| 7 |
@export var reset_after := 1000
|
| 8 |
|
| 9 |
+
@export_group("Record expert demos mode options")
|
| 10 |
+
## Path where the demos will be saved. The file can later be used for imitation learning.
|
| 11 |
+
@export var expert_demo_save_path: String
|
| 12 |
+
## The action that erases the last recorded episode from the currently recorded data.
|
| 13 |
+
@export var remove_last_episode_key: InputEvent
|
| 14 |
+
## Action will be repeated for n frames. Will introduce control lag if larger than 1.
|
| 15 |
+
## Can be used to ensure that action_repeat on inference and training matches
|
| 16 |
+
## the recorded demonstrations.
|
| 17 |
+
@export var action_repeat: int = 1
|
| 18 |
+
|
| 19 |
+
var onnx_model: ONNXModel
|
| 20 |
+
|
| 21 |
var heuristic := "human"
|
| 22 |
var done := false
|
| 23 |
var reward := 0.0
|
|
|
|
| 26 |
|
| 27 |
var _player: Node3D
|
| 28 |
|
| 29 |
+
|
| 30 |
func _ready():
|
| 31 |
add_to_group("AGENT")
|
| 32 |
+
|
| 33 |
+
|
| 34 |
func init(player: Node3D):
|
| 35 |
_player = player
|
| 36 |
+
|
| 37 |
+
|
| 38 |
#-- Methods that need implementing using the "extend script" option in Godot --#
|
| 39 |
func get_obs() -> Dictionary:
|
| 40 |
+
assert(false, "the get_obs method is not implemented when extending from ai_controller")
|
| 41 |
+
return {"obs": []}
|
| 42 |
+
|
| 43 |
|
| 44 |
+
func get_reward() -> float:
|
| 45 |
+
assert(false, "the get_reward method is not implemented when extending from ai_controller")
|
| 46 |
return 0.0
|
| 47 |
+
|
| 48 |
+
|
| 49 |
func get_action_space() -> Dictionary:
|
| 50 |
+
assert(
|
| 51 |
+
false,
|
| 52 |
+
"the get get_action_space method is not implemented when extending from ai_controller"
|
| 53 |
+
)
|
| 54 |
return {
|
| 55 |
+
"example_actions_continous": {"size": 2, "action_type": "continuous"},
|
| 56 |
+
"example_actions_discrete": {"size": 2, "action_type": "discrete"},
|
| 57 |
+
}
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
func set_action(action) -> void:
|
| 61 |
+
assert(false, "the get set_action method is not implemented when extending from ai_controller")
|
| 62 |
+
|
| 63 |
+
|
| 64 |
+
#-----------------------------------------------------------------------------#
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
#-- Methods that sometimes need implementing using the "extend script" option in Godot --#
|
| 68 |
+
# Only needed if you are recording expert demos with this AIController
|
| 69 |
+
func get_action() -> Array:
|
| 70 |
+
assert(false, "the get set_action method is not implemented in extended AIController but demo_recorder is used")
|
| 71 |
+
return []
|
| 72 |
+
|
| 73 |
# -----------------------------------------------------------------------------#
|
| 74 |
+
|
| 75 |
+
|
| 76 |
func _physics_process(delta):
|
| 77 |
n_steps += 1
|
| 78 |
if n_steps > reset_after:
|
| 79 |
needs_reset = true
|
| 80 |
+
|
| 81 |
+
|
| 82 |
func get_obs_space():
|
| 83 |
# may need overriding if the obs space is complex
|
| 84 |
var obs = get_obs()
|
| 85 |
return {
|
| 86 |
+
"obs": {"size": [len(obs["obs"])], "space": "box"},
|
|
|
|
|
|
|
|
|
|
| 87 |
}
|
| 88 |
|
| 89 |
+
|
| 90 |
func reset():
|
| 91 |
n_steps = 0
|
| 92 |
needs_reset = false
|
| 93 |
|
| 94 |
+
|
| 95 |
func reset_if_done():
|
| 96 |
if done:
|
| 97 |
reset()
|
| 98 |
+
|
| 99 |
+
|
| 100 |
func set_heuristic(h):
|
| 101 |
# sets the heuristic from "human" or "model" nothing to change here
|
| 102 |
heuristic = h
|
| 103 |
|
| 104 |
+
|
| 105 |
func get_done():
|
| 106 |
return done
|
| 107 |
+
|
| 108 |
+
|
| 109 |
func set_done_false():
|
| 110 |
done = false
|
| 111 |
|
| 112 |
+
|
| 113 |
func zero_reward():
|
| 114 |
reward = 0.0
|
addons/godot_rl_agents/onnx/wrapper/ONNX_wrapper.gd
CHANGED
|
@@ -4,20 +4,23 @@ var inferencer_script = load("res://addons/godot_rl_agents/onnx/csharp/ONNXInfer
|
|
| 4 |
|
| 5 |
var inferencer = null
|
| 6 |
|
|
|
|
| 7 |
# Must provide the path to the model and the batch size
|
| 8 |
func _init(model_path, batch_size):
|
| 9 |
inferencer = inferencer_script.new()
|
| 10 |
inferencer.Initialize(model_path, batch_size)
|
| 11 |
|
| 12 |
-
|
|
|
|
| 13 |
# requires the observation as an array and the state_ins as an int
|
| 14 |
-
# returns an Array containing the action the model takes.
|
| 15 |
-
func run_inference(obs
|
| 16 |
if inferencer == null:
|
| 17 |
printerr("Inferencer not initialized")
|
| 18 |
return {}
|
| 19 |
return inferencer.RunInference(obs, state_ins)
|
| 20 |
|
|
|
|
| 21 |
func _notification(what):
|
| 22 |
if what == NOTIFICATION_PREDELETE:
|
| 23 |
inferencer.FreeDisposables()
|
|
|
|
| 4 |
|
| 5 |
var inferencer = null
|
| 6 |
|
| 7 |
+
|
| 8 |
# Must provide the path to the model and the batch size
|
| 9 |
func _init(model_path, batch_size):
|
| 10 |
inferencer = inferencer_script.new()
|
| 11 |
inferencer.Initialize(model_path, batch_size)
|
| 12 |
|
| 13 |
+
|
| 14 |
+
# This function is the one that will be called from the game,
|
| 15 |
# requires the observation as an array and the state_ins as an int
|
| 16 |
+
# returns an Array containing the action the model takes.
|
| 17 |
+
func run_inference(obs: Array, state_ins: int) -> Dictionary:
|
| 18 |
if inferencer == null:
|
| 19 |
printerr("Inferencer not initialized")
|
| 20 |
return {}
|
| 21 |
return inferencer.RunInference(obs, state_ins)
|
| 22 |
|
| 23 |
+
|
| 24 |
func _notification(what):
|
| 25 |
if what == NOTIFICATION_PREDELETE:
|
| 26 |
inferencer.FreeDisposables()
|
addons/godot_rl_agents/sensors/sensors_2d/GridSensor2D.gd
CHANGED
|
@@ -3,49 +3,57 @@ extends ISensor2D
|
|
| 3 |
class_name GridSensor2D
|
| 4 |
|
| 5 |
@export var debug_view := false:
|
| 6 |
-
get:
|
|
|
|
| 7 |
set(value):
|
| 8 |
debug_view = value
|
| 9 |
_update()
|
| 10 |
-
|
| 11 |
@export_flags_2d_physics var detection_mask := 0:
|
| 12 |
-
get:
|
|
|
|
| 13 |
set(value):
|
| 14 |
detection_mask = value
|
| 15 |
_update()
|
| 16 |
|
| 17 |
@export var collide_with_areas := false:
|
| 18 |
-
get:
|
|
|
|
| 19 |
set(value):
|
| 20 |
collide_with_areas = value
|
| 21 |
_update()
|
| 22 |
|
| 23 |
@export var collide_with_bodies := true:
|
| 24 |
-
get:
|
|
|
|
| 25 |
set(value):
|
| 26 |
collide_with_bodies = value
|
| 27 |
_update()
|
| 28 |
|
| 29 |
@export_range(1, 200, 0.1) var cell_width := 20.0:
|
| 30 |
-
get:
|
|
|
|
| 31 |
set(value):
|
| 32 |
cell_width = value
|
| 33 |
_update()
|
| 34 |
|
| 35 |
@export_range(1, 200, 0.1) var cell_height := 20.0:
|
| 36 |
-
get:
|
|
|
|
| 37 |
set(value):
|
| 38 |
cell_height = value
|
| 39 |
-
_update()
|
| 40 |
|
| 41 |
@export_range(1, 21, 2, "or_greater") var grid_size_x := 3:
|
| 42 |
-
get:
|
|
|
|
| 43 |
set(value):
|
| 44 |
grid_size_x = value
|
| 45 |
_update()
|
| 46 |
|
| 47 |
@export_range(1, 21, 2, "or_greater") var grid_size_y := 3:
|
| 48 |
-
get:
|
|
|
|
| 49 |
set(value):
|
| 50 |
grid_size_y = value
|
| 51 |
_update()
|
|
@@ -58,158 +66,169 @@ var _n_layers_per_cell: int
|
|
| 58 |
var _highlighted_cell_color: Color
|
| 59 |
var _standard_cell_color: Color
|
| 60 |
|
|
|
|
| 61 |
func get_observation():
|
| 62 |
return _obs_buffer
|
| 63 |
-
|
|
|
|
| 64 |
func _update():
|
| 65 |
if Engine.is_editor_hint():
|
| 66 |
if is_node_ready():
|
| 67 |
-
_spawn_nodes()
|
|
|
|
| 68 |
|
| 69 |
func _ready() -> void:
|
| 70 |
_set_colors()
|
| 71 |
-
|
| 72 |
-
if Engine.is_editor_hint():
|
| 73 |
if get_child_count() == 0:
|
| 74 |
_spawn_nodes()
|
| 75 |
else:
|
| 76 |
_spawn_nodes()
|
| 77 |
-
|
| 78 |
-
|
| 79 |
func _set_colors() -> void:
|
| 80 |
-
_standard_cell_color = Color(100.0/255.0, 100.0/255.0, 100.0/255.0, 100.0/255.0)
|
| 81 |
-
_highlighted_cell_color = Color(255.0/255.0, 100.0/255.0, 100.0/255.0, 100.0/255.0)
|
|
|
|
| 82 |
|
| 83 |
func _get_collision_mapping() -> Dictionary:
|
| 84 |
# defines which layer is mapped to which cell obs index
|
| 85 |
var total_bits = 0
|
| 86 |
-
var collision_mapping = {}
|
| 87 |
for i in 32:
|
| 88 |
-
var bit_mask = 2**i
|
| 89 |
if (detection_mask & bit_mask) > 0:
|
| 90 |
collision_mapping[i] = total_bits
|
| 91 |
total_bits += 1
|
| 92 |
-
|
| 93 |
return collision_mapping
|
| 94 |
|
|
|
|
| 95 |
func _spawn_nodes():
|
| 96 |
for cell in get_children():
|
| 97 |
-
cell.name = "_%s" % cell.name
|
| 98 |
cell.queue_free()
|
| 99 |
-
|
| 100 |
_collision_mapping = _get_collision_mapping()
|
| 101 |
#prints("collision_mapping", _collision_mapping, len(_collision_mapping))
|
| 102 |
# allocate memory for the observations
|
| 103 |
_n_layers_per_cell = len(_collision_mapping)
|
| 104 |
_obs_buffer = PackedFloat64Array()
|
| 105 |
-
_obs_buffer.resize(grid_size_x*grid_size_y*_n_layers_per_cell)
|
| 106 |
_obs_buffer.fill(0)
|
| 107 |
#prints(len(_obs_buffer), _obs_buffer )
|
| 108 |
-
|
| 109 |
_rectangle_shape = RectangleShape2D.new()
|
| 110 |
_rectangle_shape.set_size(Vector2(cell_width, cell_height))
|
| 111 |
-
|
| 112 |
var shift := Vector2(
|
| 113 |
-
-(grid_size_x/2)*cell_width,
|
| 114 |
-
-(grid_size_y/2)*cell_height,
|
| 115 |
)
|
| 116 |
-
|
| 117 |
for i in grid_size_x:
|
| 118 |
for j in grid_size_y:
|
| 119 |
-
var cell_position =
|
| 120 |
_create_cell(i, j, cell_position)
|
| 121 |
-
|
| 122 |
|
| 123 |
-
|
| 124 |
-
|
|
|
|
| 125 |
cell.position = position
|
| 126 |
-
cell.name = "GridCell %s %s" %[i, j]
|
| 127 |
cell.modulate = _standard_cell_color
|
| 128 |
-
|
| 129 |
if collide_with_areas:
|
| 130 |
cell.area_entered.connect(_on_cell_area_entered.bind(i, j))
|
| 131 |
cell.area_exited.connect(_on_cell_area_exited.bind(i, j))
|
| 132 |
-
|
| 133 |
if collide_with_bodies:
|
| 134 |
cell.body_entered.connect(_on_cell_body_entered.bind(i, j))
|
| 135 |
cell.body_exited.connect(_on_cell_body_exited.bind(i, j))
|
| 136 |
-
|
| 137 |
cell.collision_layer = 0
|
| 138 |
cell.collision_mask = detection_mask
|
| 139 |
cell.monitorable = true
|
| 140 |
add_child(cell)
|
| 141 |
cell.set_owner(get_tree().edited_scene_root)
|
| 142 |
|
| 143 |
-
var col_shape
|
| 144 |
col_shape.shape = _rectangle_shape
|
| 145 |
col_shape.name = "CollisionShape2D"
|
| 146 |
cell.add_child(col_shape)
|
| 147 |
col_shape.set_owner(get_tree().edited_scene_root)
|
| 148 |
-
|
| 149 |
if debug_view:
|
| 150 |
var quad = MeshInstance2D.new()
|
| 151 |
quad.name = "MeshInstance2D"
|
| 152 |
var quad_mesh = QuadMesh.new()
|
| 153 |
-
|
| 154 |
quad_mesh.set_size(Vector2(cell_width, cell_height))
|
| 155 |
-
|
| 156 |
quad.mesh = quad_mesh
|
| 157 |
cell.add_child(quad)
|
| 158 |
quad.set_owner(get_tree().edited_scene_root)
|
| 159 |
|
| 160 |
-
|
|
|
|
| 161 |
for key in _collision_mapping:
|
| 162 |
-
var bit_mask = 2**key
|
| 163 |
if (collision_layer & bit_mask) > 0:
|
| 164 |
var collison_map_index = _collision_mapping[key]
|
| 165 |
-
|
| 166 |
var obs_index = (
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
#prints(obs_index, cell_i, cell_j)
|
| 172 |
if entered:
|
| 173 |
_obs_buffer[obs_index] += 1
|
| 174 |
else:
|
| 175 |
_obs_buffer[obs_index] -= 1
|
| 176 |
|
| 177 |
-
|
| 178 |
-
|
| 179 |
-
|
|
|
|
| 180 |
if cell == null:
|
| 181 |
print("cell not found, returning")
|
| 182 |
-
|
| 183 |
var n_hits = 0
|
| 184 |
var start_index = (cell_i * grid_size_x * _n_layers_per_cell) + (cell_j * _n_layers_per_cell)
|
| 185 |
for i in _n_layers_per_cell:
|
| 186 |
-
n_hits += _obs_buffer[start_index+i]
|
| 187 |
-
|
| 188 |
if n_hits > 0:
|
| 189 |
cell.modulate = _highlighted_cell_color
|
| 190 |
else:
|
| 191 |
cell.modulate = _standard_cell_color
|
| 192 |
-
|
| 193 |
-
|
|
|
|
| 194 |
#prints("_on_cell_area_entered", cell_i, cell_j)
|
| 195 |
_update_obs(cell_i, cell_j, area.collision_layer, true)
|
| 196 |
if debug_view:
|
| 197 |
_toggle_cell(cell_i, cell_j)
|
| 198 |
#print(_obs_buffer)
|
| 199 |
|
| 200 |
-
|
|
|
|
| 201 |
#prints("_on_cell_area_exited", cell_i, cell_j)
|
| 202 |
_update_obs(cell_i, cell_j, area.collision_layer, false)
|
| 203 |
if debug_view:
|
| 204 |
_toggle_cell(cell_i, cell_j)
|
| 205 |
|
| 206 |
-
|
|
|
|
| 207 |
#prints("_on_cell_body_entered", cell_i, cell_j)
|
| 208 |
_update_obs(cell_i, cell_j, body.collision_layer, true)
|
| 209 |
if debug_view:
|
| 210 |
_toggle_cell(cell_i, cell_j)
|
| 211 |
|
| 212 |
-
|
|
|
|
| 213 |
#prints("_on_cell_body_exited", cell_i, cell_j)
|
| 214 |
_update_obs(cell_i, cell_j, body.collision_layer, false)
|
| 215 |
if debug_view:
|
|
|
|
| 3 |
class_name GridSensor2D
|
| 4 |
|
| 5 |
@export var debug_view := false:
|
| 6 |
+
get:
|
| 7 |
+
return debug_view
|
| 8 |
set(value):
|
| 9 |
debug_view = value
|
| 10 |
_update()
|
| 11 |
+
|
| 12 |
@export_flags_2d_physics var detection_mask := 0:
|
| 13 |
+
get:
|
| 14 |
+
return detection_mask
|
| 15 |
set(value):
|
| 16 |
detection_mask = value
|
| 17 |
_update()
|
| 18 |
|
| 19 |
@export var collide_with_areas := false:
|
| 20 |
+
get:
|
| 21 |
+
return collide_with_areas
|
| 22 |
set(value):
|
| 23 |
collide_with_areas = value
|
| 24 |
_update()
|
| 25 |
|
| 26 |
@export var collide_with_bodies := true:
|
| 27 |
+
get:
|
| 28 |
+
return collide_with_bodies
|
| 29 |
set(value):
|
| 30 |
collide_with_bodies = value
|
| 31 |
_update()
|
| 32 |
|
| 33 |
@export_range(1, 200, 0.1) var cell_width := 20.0:
|
| 34 |
+
get:
|
| 35 |
+
return cell_width
|
| 36 |
set(value):
|
| 37 |
cell_width = value
|
| 38 |
_update()
|
| 39 |
|
| 40 |
@export_range(1, 200, 0.1) var cell_height := 20.0:
|
| 41 |
+
get:
|
| 42 |
+
return cell_height
|
| 43 |
set(value):
|
| 44 |
cell_height = value
|
| 45 |
+
_update()
|
| 46 |
|
| 47 |
@export_range(1, 21, 2, "or_greater") var grid_size_x := 3:
|
| 48 |
+
get:
|
| 49 |
+
return grid_size_x
|
| 50 |
set(value):
|
| 51 |
grid_size_x = value
|
| 52 |
_update()
|
| 53 |
|
| 54 |
@export_range(1, 21, 2, "or_greater") var grid_size_y := 3:
|
| 55 |
+
get:
|
| 56 |
+
return grid_size_y
|
| 57 |
set(value):
|
| 58 |
grid_size_y = value
|
| 59 |
_update()
|
|
|
|
| 66 |
var _highlighted_cell_color: Color
|
| 67 |
var _standard_cell_color: Color
|
| 68 |
|
| 69 |
+
|
| 70 |
func get_observation():
|
| 71 |
return _obs_buffer
|
| 72 |
+
|
| 73 |
+
|
| 74 |
func _update():
|
| 75 |
if Engine.is_editor_hint():
|
| 76 |
if is_node_ready():
|
| 77 |
+
_spawn_nodes()
|
| 78 |
+
|
| 79 |
|
| 80 |
func _ready() -> void:
|
| 81 |
_set_colors()
|
| 82 |
+
|
| 83 |
+
if Engine.is_editor_hint():
|
| 84 |
if get_child_count() == 0:
|
| 85 |
_spawn_nodes()
|
| 86 |
else:
|
| 87 |
_spawn_nodes()
|
| 88 |
+
|
| 89 |
+
|
| 90 |
func _set_colors() -> void:
|
| 91 |
+
_standard_cell_color = Color(100.0 / 255.0, 100.0 / 255.0, 100.0 / 255.0, 100.0 / 255.0)
|
| 92 |
+
_highlighted_cell_color = Color(255.0 / 255.0, 100.0 / 255.0, 100.0 / 255.0, 100.0 / 255.0)
|
| 93 |
+
|
| 94 |
|
| 95 |
func _get_collision_mapping() -> Dictionary:
|
| 96 |
# defines which layer is mapped to which cell obs index
|
| 97 |
var total_bits = 0
|
| 98 |
+
var collision_mapping = {}
|
| 99 |
for i in 32:
|
| 100 |
+
var bit_mask = 2 ** i
|
| 101 |
if (detection_mask & bit_mask) > 0:
|
| 102 |
collision_mapping[i] = total_bits
|
| 103 |
total_bits += 1
|
| 104 |
+
|
| 105 |
return collision_mapping
|
| 106 |
|
| 107 |
+
|
| 108 |
func _spawn_nodes():
|
| 109 |
for cell in get_children():
|
| 110 |
+
cell.name = "_%s" % cell.name # Otherwise naming below will fail
|
| 111 |
cell.queue_free()
|
| 112 |
+
|
| 113 |
_collision_mapping = _get_collision_mapping()
|
| 114 |
#prints("collision_mapping", _collision_mapping, len(_collision_mapping))
|
| 115 |
# allocate memory for the observations
|
| 116 |
_n_layers_per_cell = len(_collision_mapping)
|
| 117 |
_obs_buffer = PackedFloat64Array()
|
| 118 |
+
_obs_buffer.resize(grid_size_x * grid_size_y * _n_layers_per_cell)
|
| 119 |
_obs_buffer.fill(0)
|
| 120 |
#prints(len(_obs_buffer), _obs_buffer )
|
| 121 |
+
|
| 122 |
_rectangle_shape = RectangleShape2D.new()
|
| 123 |
_rectangle_shape.set_size(Vector2(cell_width, cell_height))
|
| 124 |
+
|
| 125 |
var shift := Vector2(
|
| 126 |
+
-(grid_size_x / 2) * cell_width,
|
| 127 |
+
-(grid_size_y / 2) * cell_height,
|
| 128 |
)
|
| 129 |
+
|
| 130 |
for i in grid_size_x:
|
| 131 |
for j in grid_size_y:
|
| 132 |
+
var cell_position = Vector2(i * cell_width, j * cell_height) + shift
|
| 133 |
_create_cell(i, j, cell_position)
|
|
|
|
| 134 |
|
| 135 |
+
|
| 136 |
+
func _create_cell(i: int, j: int, position: Vector2):
|
| 137 |
+
var cell := Area2D.new()
|
| 138 |
cell.position = position
|
| 139 |
+
cell.name = "GridCell %s %s" % [i, j]
|
| 140 |
cell.modulate = _standard_cell_color
|
| 141 |
+
|
| 142 |
if collide_with_areas:
|
| 143 |
cell.area_entered.connect(_on_cell_area_entered.bind(i, j))
|
| 144 |
cell.area_exited.connect(_on_cell_area_exited.bind(i, j))
|
| 145 |
+
|
| 146 |
if collide_with_bodies:
|
| 147 |
cell.body_entered.connect(_on_cell_body_entered.bind(i, j))
|
| 148 |
cell.body_exited.connect(_on_cell_body_exited.bind(i, j))
|
| 149 |
+
|
| 150 |
cell.collision_layer = 0
|
| 151 |
cell.collision_mask = detection_mask
|
| 152 |
cell.monitorable = true
|
| 153 |
add_child(cell)
|
| 154 |
cell.set_owner(get_tree().edited_scene_root)
|
| 155 |
|
| 156 |
+
var col_shape := CollisionShape2D.new()
|
| 157 |
col_shape.shape = _rectangle_shape
|
| 158 |
col_shape.name = "CollisionShape2D"
|
| 159 |
cell.add_child(col_shape)
|
| 160 |
col_shape.set_owner(get_tree().edited_scene_root)
|
| 161 |
+
|
| 162 |
if debug_view:
|
| 163 |
var quad = MeshInstance2D.new()
|
| 164 |
quad.name = "MeshInstance2D"
|
| 165 |
var quad_mesh = QuadMesh.new()
|
| 166 |
+
|
| 167 |
quad_mesh.set_size(Vector2(cell_width, cell_height))
|
| 168 |
+
|
| 169 |
quad.mesh = quad_mesh
|
| 170 |
cell.add_child(quad)
|
| 171 |
quad.set_owner(get_tree().edited_scene_root)
|
| 172 |
|
| 173 |
+
|
| 174 |
+
func _update_obs(cell_i: int, cell_j: int, collision_layer: int, entered: bool):
|
| 175 |
for key in _collision_mapping:
|
| 176 |
+
var bit_mask = 2 ** key
|
| 177 |
if (collision_layer & bit_mask) > 0:
|
| 178 |
var collison_map_index = _collision_mapping[key]
|
| 179 |
+
|
| 180 |
var obs_index = (
|
| 181 |
+
(cell_i * grid_size_x * _n_layers_per_cell)
|
| 182 |
+
+ (cell_j * _n_layers_per_cell)
|
| 183 |
+
+ collison_map_index
|
| 184 |
+
)
|
| 185 |
#prints(obs_index, cell_i, cell_j)
|
| 186 |
if entered:
|
| 187 |
_obs_buffer[obs_index] += 1
|
| 188 |
else:
|
| 189 |
_obs_buffer[obs_index] -= 1
|
| 190 |
|
| 191 |
+
|
| 192 |
+
func _toggle_cell(cell_i: int, cell_j: int):
|
| 193 |
+
var cell = get_node_or_null("GridCell %s %s" % [cell_i, cell_j])
|
| 194 |
+
|
| 195 |
if cell == null:
|
| 196 |
print("cell not found, returning")
|
| 197 |
+
|
| 198 |
var n_hits = 0
|
| 199 |
var start_index = (cell_i * grid_size_x * _n_layers_per_cell) + (cell_j * _n_layers_per_cell)
|
| 200 |
for i in _n_layers_per_cell:
|
| 201 |
+
n_hits += _obs_buffer[start_index + i]
|
| 202 |
+
|
| 203 |
if n_hits > 0:
|
| 204 |
cell.modulate = _highlighted_cell_color
|
| 205 |
else:
|
| 206 |
cell.modulate = _standard_cell_color
|
| 207 |
+
|
| 208 |
+
|
| 209 |
+
func _on_cell_area_entered(area: Area2D, cell_i: int, cell_j: int):
|
| 210 |
#prints("_on_cell_area_entered", cell_i, cell_j)
|
| 211 |
_update_obs(cell_i, cell_j, area.collision_layer, true)
|
| 212 |
if debug_view:
|
| 213 |
_toggle_cell(cell_i, cell_j)
|
| 214 |
#print(_obs_buffer)
|
| 215 |
|
| 216 |
+
|
| 217 |
+
func _on_cell_area_exited(area: Area2D, cell_i: int, cell_j: int):
|
| 218 |
#prints("_on_cell_area_exited", cell_i, cell_j)
|
| 219 |
_update_obs(cell_i, cell_j, area.collision_layer, false)
|
| 220 |
if debug_view:
|
| 221 |
_toggle_cell(cell_i, cell_j)
|
| 222 |
|
| 223 |
+
|
| 224 |
+
func _on_cell_body_entered(body: Node2D, cell_i: int, cell_j: int):
|
| 225 |
#prints("_on_cell_body_entered", cell_i, cell_j)
|
| 226 |
_update_obs(cell_i, cell_j, body.collision_layer, true)
|
| 227 |
if debug_view:
|
| 228 |
_toggle_cell(cell_i, cell_j)
|
| 229 |
|
| 230 |
+
|
| 231 |
+
func _on_cell_body_exited(body: Node2D, cell_i: int, cell_j: int):
|
| 232 |
#prints("_on_cell_body_exited", cell_i, cell_j)
|
| 233 |
_update_obs(cell_i, cell_j, body.collision_layer, false)
|
| 234 |
if debug_view:
|
addons/godot_rl_agents/sensors/sensors_2d/ISensor2D.gd
CHANGED
|
@@ -1,20 +1,25 @@
|
|
| 1 |
extends Node2D
|
| 2 |
class_name ISensor2D
|
| 3 |
|
| 4 |
-
var _obs
|
| 5 |
var _active := false
|
| 6 |
|
|
|
|
| 7 |
func get_observation():
|
| 8 |
pass
|
| 9 |
-
|
|
|
|
| 10 |
func activate():
|
| 11 |
_active = true
|
| 12 |
-
|
|
|
|
| 13 |
func deactivate():
|
| 14 |
_active = false
|
| 15 |
|
|
|
|
| 16 |
func _update_observation():
|
| 17 |
pass
|
| 18 |
-
|
|
|
|
| 19 |
func reset():
|
| 20 |
pass
|
|
|
|
| 1 |
extends Node2D
|
| 2 |
class_name ISensor2D
|
| 3 |
|
| 4 |
+
var _obs: Array = []
|
| 5 |
var _active := false
|
| 6 |
|
| 7 |
+
|
| 8 |
func get_observation():
|
| 9 |
pass
|
| 10 |
+
|
| 11 |
+
|
| 12 |
func activate():
|
| 13 |
_active = true
|
| 14 |
+
|
| 15 |
+
|
| 16 |
func deactivate():
|
| 17 |
_active = false
|
| 18 |
|
| 19 |
+
|
| 20 |
func _update_observation():
|
| 21 |
pass
|
| 22 |
+
|
| 23 |
+
|
| 24 |
func reset():
|
| 25 |
pass
|
addons/godot_rl_agents/sensors/sensors_2d/RaycastSensor2D.gd
CHANGED
|
@@ -3,50 +3,57 @@ extends ISensor2D
|
|
| 3 |
class_name RaycastSensor2D
|
| 4 |
|
| 5 |
@export_flags_2d_physics var collision_mask := 1:
|
| 6 |
-
get:
|
|
|
|
| 7 |
set(value):
|
| 8 |
collision_mask = value
|
| 9 |
_update()
|
| 10 |
|
| 11 |
@export var collide_with_areas := false:
|
| 12 |
-
get:
|
|
|
|
| 13 |
set(value):
|
| 14 |
collide_with_areas = value
|
| 15 |
_update()
|
| 16 |
|
| 17 |
@export var collide_with_bodies := true:
|
| 18 |
-
get:
|
|
|
|
| 19 |
set(value):
|
| 20 |
collide_with_bodies = value
|
| 21 |
_update()
|
| 22 |
|
| 23 |
@export var n_rays := 16.0:
|
| 24 |
-
get:
|
|
|
|
| 25 |
set(value):
|
| 26 |
n_rays = value
|
| 27 |
_update()
|
| 28 |
-
|
| 29 |
-
@export_range(5,
|
| 30 |
-
get:
|
|
|
|
| 31 |
set(value):
|
| 32 |
ray_length = value
|
| 33 |
_update()
|
| 34 |
-
@export_range(5,360,5.0) var cone_width := 360.0:
|
| 35 |
-
get:
|
|
|
|
| 36 |
set(value):
|
| 37 |
cone_width = value
|
| 38 |
_update()
|
| 39 |
-
|
| 40 |
-
@export var debug_draw := true
|
| 41 |
-
get:
|
|
|
|
| 42 |
set(value):
|
| 43 |
debug_draw = value
|
| 44 |
-
_update()
|
| 45 |
-
|
| 46 |
|
| 47 |
var _angles = []
|
| 48 |
var rays := []
|
| 49 |
|
|
|
|
| 50 |
func _update():
|
| 51 |
if Engine.is_editor_hint():
|
| 52 |
if debug_draw:
|
|
@@ -56,63 +63,56 @@ func _update():
|
|
| 56 |
if ray is RayCast2D:
|
| 57 |
remove_child(ray)
|
| 58 |
|
|
|
|
| 59 |
func _ready() -> void:
|
| 60 |
_spawn_nodes()
|
| 61 |
|
|
|
|
| 62 |
func _spawn_nodes():
|
| 63 |
for ray in rays:
|
| 64 |
ray.queue_free()
|
| 65 |
rays = []
|
| 66 |
-
|
| 67 |
_angles = []
|
| 68 |
var step = cone_width / (n_rays)
|
| 69 |
-
var start = step/2 - cone_width/2
|
| 70 |
-
|
| 71 |
for i in n_rays:
|
| 72 |
var angle = start + i * step
|
| 73 |
var ray = RayCast2D.new()
|
| 74 |
-
ray.set_target_position(
|
| 75 |
-
ray_length*cos(deg_to_rad(angle)),
|
| 76 |
-
|
| 77 |
-
))
|
| 78 |
-
ray.
|
| 79 |
-
ray.enabled = true
|
| 80 |
ray.collide_with_areas = collide_with_areas
|
| 81 |
ray.collide_with_bodies = collide_with_bodies
|
| 82 |
ray.collision_mask = collision_mask
|
| 83 |
add_child(ray)
|
| 84 |
rays.append(ray)
|
| 85 |
-
|
| 86 |
-
|
| 87 |
_angles.append(start + i * step)
|
| 88 |
-
|
| 89 |
|
| 90 |
-
|
| 91 |
-
if self._active:
|
| 92 |
-
self._obs = calculate_raycasts()
|
| 93 |
-
|
| 94 |
func get_observation() -> Array:
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
return self.calculate_raycasts()
|
| 98 |
-
return self._obs
|
| 99 |
-
|
| 100 |
|
| 101 |
func calculate_raycasts() -> Array:
|
| 102 |
var result = []
|
| 103 |
for ray in rays:
|
|
|
|
| 104 |
ray.force_raycast_update()
|
| 105 |
var distance = _get_raycast_distance(ray)
|
| 106 |
result.append(distance)
|
|
|
|
| 107 |
return result
|
| 108 |
|
| 109 |
-
|
|
|
|
| 110 |
if !ray.is_colliding():
|
| 111 |
return 0.0
|
| 112 |
-
|
| 113 |
var distance = (global_position - ray.get_collision_point()).length()
|
| 114 |
distance = clamp(distance, 0.0, ray_length)
|
| 115 |
return (ray_length - distance) / ray_length
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
|
|
|
| 3 |
class_name RaycastSensor2D
|
| 4 |
|
| 5 |
@export_flags_2d_physics var collision_mask := 1:
|
| 6 |
+
get:
|
| 7 |
+
return collision_mask
|
| 8 |
set(value):
|
| 9 |
collision_mask = value
|
| 10 |
_update()
|
| 11 |
|
| 12 |
@export var collide_with_areas := false:
|
| 13 |
+
get:
|
| 14 |
+
return collide_with_areas
|
| 15 |
set(value):
|
| 16 |
collide_with_areas = value
|
| 17 |
_update()
|
| 18 |
|
| 19 |
@export var collide_with_bodies := true:
|
| 20 |
+
get:
|
| 21 |
+
return collide_with_bodies
|
| 22 |
set(value):
|
| 23 |
collide_with_bodies = value
|
| 24 |
_update()
|
| 25 |
|
| 26 |
@export var n_rays := 16.0:
|
| 27 |
+
get:
|
| 28 |
+
return n_rays
|
| 29 |
set(value):
|
| 30 |
n_rays = value
|
| 31 |
_update()
|
| 32 |
+
|
| 33 |
+
@export_range(5, 3000, 5.0) var ray_length := 200:
|
| 34 |
+
get:
|
| 35 |
+
return ray_length
|
| 36 |
set(value):
|
| 37 |
ray_length = value
|
| 38 |
_update()
|
| 39 |
+
@export_range(5, 360, 5.0) var cone_width := 360.0:
|
| 40 |
+
get:
|
| 41 |
+
return cone_width
|
| 42 |
set(value):
|
| 43 |
cone_width = value
|
| 44 |
_update()
|
| 45 |
+
|
| 46 |
+
@export var debug_draw := true:
|
| 47 |
+
get:
|
| 48 |
+
return debug_draw
|
| 49 |
set(value):
|
| 50 |
debug_draw = value
|
| 51 |
+
_update()
|
|
|
|
| 52 |
|
| 53 |
var _angles = []
|
| 54 |
var rays := []
|
| 55 |
|
| 56 |
+
|
| 57 |
func _update():
|
| 58 |
if Engine.is_editor_hint():
|
| 59 |
if debug_draw:
|
|
|
|
| 63 |
if ray is RayCast2D:
|
| 64 |
remove_child(ray)
|
| 65 |
|
| 66 |
+
|
| 67 |
func _ready() -> void:
|
| 68 |
_spawn_nodes()
|
| 69 |
|
| 70 |
+
|
| 71 |
func _spawn_nodes():
|
| 72 |
for ray in rays:
|
| 73 |
ray.queue_free()
|
| 74 |
rays = []
|
| 75 |
+
|
| 76 |
_angles = []
|
| 77 |
var step = cone_width / (n_rays)
|
| 78 |
+
var start = step / 2 - cone_width / 2
|
| 79 |
+
|
| 80 |
for i in n_rays:
|
| 81 |
var angle = start + i * step
|
| 82 |
var ray = RayCast2D.new()
|
| 83 |
+
ray.set_target_position(
|
| 84 |
+
Vector2(ray_length * cos(deg_to_rad(angle)), ray_length * sin(deg_to_rad(angle)))
|
| 85 |
+
)
|
| 86 |
+
ray.set_name("node_" + str(i))
|
| 87 |
+
ray.enabled = false
|
|
|
|
| 88 |
ray.collide_with_areas = collide_with_areas
|
| 89 |
ray.collide_with_bodies = collide_with_bodies
|
| 90 |
ray.collision_mask = collision_mask
|
| 91 |
add_child(ray)
|
| 92 |
rays.append(ray)
|
| 93 |
+
|
|
|
|
| 94 |
_angles.append(start + i * step)
|
|
|
|
| 95 |
|
| 96 |
+
|
|
|
|
|
|
|
|
|
|
| 97 |
func get_observation() -> Array:
|
| 98 |
+
return self.calculate_raycasts()
|
| 99 |
+
|
|
|
|
|
|
|
|
|
|
| 100 |
|
| 101 |
func calculate_raycasts() -> Array:
|
| 102 |
var result = []
|
| 103 |
for ray in rays:
|
| 104 |
+
ray.enabled = true
|
| 105 |
ray.force_raycast_update()
|
| 106 |
var distance = _get_raycast_distance(ray)
|
| 107 |
result.append(distance)
|
| 108 |
+
ray.enabled = false
|
| 109 |
return result
|
| 110 |
|
| 111 |
+
|
| 112 |
+
func _get_raycast_distance(ray: RayCast2D) -> float:
|
| 113 |
if !ray.is_colliding():
|
| 114 |
return 0.0
|
| 115 |
+
|
| 116 |
var distance = (global_position - ray.get_collision_point()).length()
|
| 117 |
distance = clamp(distance, 0.0, ray_length)
|
| 118 |
return (ray_length - distance) / ray_length
|
|
|
|
|
|
|
|
|
addons/godot_rl_agents/sensors/sensors_3d/GridSensor3D.gd
CHANGED
|
@@ -3,50 +3,58 @@ extends ISensor3D
|
|
| 3 |
class_name GridSensor3D
|
| 4 |
|
| 5 |
@export var debug_view := false:
|
| 6 |
-
get:
|
|
|
|
| 7 |
set(value):
|
| 8 |
debug_view = value
|
| 9 |
_update()
|
| 10 |
-
|
| 11 |
@export_flags_3d_physics var detection_mask := 0:
|
| 12 |
-
get:
|
|
|
|
| 13 |
set(value):
|
| 14 |
detection_mask = value
|
| 15 |
_update()
|
| 16 |
|
| 17 |
@export var collide_with_areas := false:
|
| 18 |
-
get:
|
|
|
|
| 19 |
set(value):
|
| 20 |
collide_with_areas = value
|
| 21 |
_update()
|
| 22 |
|
| 23 |
@export var collide_with_bodies := false:
|
| 24 |
# NOTE! The sensor will not detect StaticBody3D, add an area to static bodies to detect them
|
| 25 |
-
get:
|
|
|
|
| 26 |
set(value):
|
| 27 |
collide_with_bodies = value
|
| 28 |
_update()
|
| 29 |
|
| 30 |
@export_range(0.1, 2, 0.1) var cell_width := 1.0:
|
| 31 |
-
get:
|
|
|
|
| 32 |
set(value):
|
| 33 |
cell_width = value
|
| 34 |
_update()
|
| 35 |
|
| 36 |
@export_range(0.1, 2, 0.1) var cell_height := 1.0:
|
| 37 |
-
get:
|
|
|
|
| 38 |
set(value):
|
| 39 |
cell_height = value
|
| 40 |
-
_update()
|
| 41 |
|
| 42 |
@export_range(1, 21, 2, "or_greater") var grid_size_x := 3:
|
| 43 |
-
get:
|
|
|
|
| 44 |
set(value):
|
| 45 |
grid_size_x = value
|
| 46 |
_update()
|
| 47 |
|
| 48 |
@export_range(1, 21, 2, "or_greater") var grid_size_z := 3:
|
| 49 |
-
get:
|
|
|
|
| 50 |
set(value):
|
| 51 |
grid_size_z = value
|
| 52 |
_update()
|
|
@@ -59,95 +67,106 @@ var _n_layers_per_cell: int
|
|
| 59 |
var _highlighted_box_material: StandardMaterial3D
|
| 60 |
var _standard_box_material: StandardMaterial3D
|
| 61 |
|
|
|
|
| 62 |
func get_observation():
|
| 63 |
return _obs_buffer
|
| 64 |
|
|
|
|
| 65 |
func reset():
|
| 66 |
_obs_buffer.fill(0)
|
| 67 |
|
|
|
|
| 68 |
func _update():
|
| 69 |
if Engine.is_editor_hint():
|
| 70 |
if is_node_ready():
|
| 71 |
-
_spawn_nodes()
|
|
|
|
| 72 |
|
| 73 |
func _ready() -> void:
|
| 74 |
_make_materials()
|
| 75 |
-
|
| 76 |
-
if Engine.is_editor_hint():
|
| 77 |
if get_child_count() == 0:
|
| 78 |
_spawn_nodes()
|
| 79 |
else:
|
| 80 |
_spawn_nodes()
|
| 81 |
-
|
|
|
|
| 82 |
func _make_materials() -> void:
|
| 83 |
if _highlighted_box_material != null and _standard_box_material != null:
|
| 84 |
return
|
| 85 |
-
|
| 86 |
_standard_box_material = StandardMaterial3D.new()
|
| 87 |
-
_standard_box_material.set_transparency(1)
|
| 88 |
-
_standard_box_material.albedo_color = Color(
|
| 89 |
-
|
|
|
|
|
|
|
| 90 |
_highlighted_box_material = StandardMaterial3D.new()
|
| 91 |
-
_highlighted_box_material.set_transparency(1)
|
| 92 |
-
_highlighted_box_material.albedo_color = Color(
|
|
|
|
|
|
|
|
|
|
| 93 |
|
| 94 |
func _get_collision_mapping() -> Dictionary:
|
| 95 |
# defines which layer is mapped to which cell obs index
|
| 96 |
var total_bits = 0
|
| 97 |
-
var collision_mapping = {}
|
| 98 |
for i in 32:
|
| 99 |
-
var bit_mask = 2**i
|
| 100 |
if (detection_mask & bit_mask) > 0:
|
| 101 |
collision_mapping[i] = total_bits
|
| 102 |
total_bits += 1
|
| 103 |
-
|
| 104 |
return collision_mapping
|
| 105 |
|
|
|
|
| 106 |
func _spawn_nodes():
|
| 107 |
for cell in get_children():
|
| 108 |
-
cell.name = "_%s" % cell.name
|
| 109 |
cell.queue_free()
|
| 110 |
-
|
| 111 |
_collision_mapping = _get_collision_mapping()
|
| 112 |
#prints("collision_mapping", _collision_mapping, len(_collision_mapping))
|
| 113 |
# allocate memory for the observations
|
| 114 |
_n_layers_per_cell = len(_collision_mapping)
|
| 115 |
_obs_buffer = PackedFloat64Array()
|
| 116 |
-
_obs_buffer.resize(grid_size_x*grid_size_z*_n_layers_per_cell)
|
| 117 |
_obs_buffer.fill(0)
|
| 118 |
#prints(len(_obs_buffer), _obs_buffer )
|
| 119 |
-
|
| 120 |
_box_shape = BoxShape3D.new()
|
| 121 |
_box_shape.set_size(Vector3(cell_width, cell_height, cell_width))
|
| 122 |
-
|
| 123 |
var shift := Vector3(
|
| 124 |
-
-(grid_size_x/2)*cell_width,
|
| 125 |
0,
|
| 126 |
-
-(grid_size_z/2)*cell_width,
|
| 127 |
)
|
| 128 |
-
|
| 129 |
for i in grid_size_x:
|
| 130 |
for j in grid_size_z:
|
| 131 |
-
var cell_position =
|
| 132 |
_create_cell(i, j, cell_position)
|
| 133 |
-
|
| 134 |
|
| 135 |
-
|
| 136 |
-
|
|
|
|
| 137 |
cell.position = position
|
| 138 |
-
cell.name = "GridCell %s %s" %[i, j]
|
| 139 |
-
|
| 140 |
if collide_with_areas:
|
| 141 |
cell.area_entered.connect(_on_cell_area_entered.bind(i, j))
|
| 142 |
cell.area_exited.connect(_on_cell_area_exited.bind(i, j))
|
| 143 |
-
|
| 144 |
if collide_with_bodies:
|
| 145 |
cell.body_entered.connect(_on_cell_body_entered.bind(i, j))
|
| 146 |
cell.body_exited.connect(_on_cell_body_exited.bind(i, j))
|
| 147 |
-
|
| 148 |
# cell.body_shape_entered.connect(_on_cell_body_shape_entered.bind(i, j))
|
| 149 |
# cell.body_shape_exited.connect(_on_cell_body_shape_exited.bind(i, j))
|
| 150 |
-
|
| 151 |
cell.collision_layer = 0
|
| 152 |
cell.collision_mask = detection_mask
|
| 153 |
cell.monitorable = true
|
|
@@ -155,78 +174,84 @@ func _create_cell(i:int, j:int, position: Vector3):
|
|
| 155 |
add_child(cell)
|
| 156 |
cell.set_owner(get_tree().edited_scene_root)
|
| 157 |
|
| 158 |
-
var col_shape
|
| 159 |
col_shape.shape = _box_shape
|
| 160 |
col_shape.name = "CollisionShape3D"
|
| 161 |
cell.add_child(col_shape)
|
| 162 |
col_shape.set_owner(get_tree().edited_scene_root)
|
| 163 |
-
|
| 164 |
if debug_view:
|
| 165 |
var box = MeshInstance3D.new()
|
| 166 |
box.name = "MeshInstance3D"
|
| 167 |
var box_mesh = BoxMesh.new()
|
| 168 |
-
|
| 169 |
box_mesh.set_size(Vector3(cell_width, cell_height, cell_width))
|
| 170 |
box_mesh.material = _standard_box_material
|
| 171 |
-
|
| 172 |
box.mesh = box_mesh
|
| 173 |
cell.add_child(box)
|
| 174 |
box.set_owner(get_tree().edited_scene_root)
|
| 175 |
|
| 176 |
-
|
|
|
|
| 177 |
for key in _collision_mapping:
|
| 178 |
-
var bit_mask = 2**key
|
| 179 |
if (collision_layer & bit_mask) > 0:
|
| 180 |
var collison_map_index = _collision_mapping[key]
|
| 181 |
-
|
| 182 |
var obs_index = (
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
|
| 187 |
#prints(obs_index, cell_i, cell_j)
|
| 188 |
if entered:
|
| 189 |
_obs_buffer[obs_index] += 1
|
| 190 |
else:
|
| 191 |
_obs_buffer[obs_index] -= 1
|
| 192 |
|
| 193 |
-
|
| 194 |
-
|
| 195 |
-
|
|
|
|
| 196 |
if cell == null:
|
| 197 |
print("cell not found, returning")
|
| 198 |
-
|
| 199 |
var n_hits = 0
|
| 200 |
var start_index = (cell_i * grid_size_x * _n_layers_per_cell) + (cell_j * _n_layers_per_cell)
|
| 201 |
for i in _n_layers_per_cell:
|
| 202 |
-
n_hits += _obs_buffer[start_index+i]
|
| 203 |
-
|
| 204 |
var cell_mesh = cell.get_node_or_null("MeshInstance3D")
|
| 205 |
if n_hits > 0:
|
| 206 |
cell_mesh.mesh.material = _highlighted_box_material
|
| 207 |
else:
|
| 208 |
cell_mesh.mesh.material = _standard_box_material
|
| 209 |
-
|
| 210 |
-
|
|
|
|
| 211 |
#prints("_on_cell_area_entered", cell_i, cell_j)
|
| 212 |
_update_obs(cell_i, cell_j, area.collision_layer, true)
|
| 213 |
if debug_view:
|
| 214 |
_toggle_cell(cell_i, cell_j)
|
| 215 |
#print(_obs_buffer)
|
| 216 |
|
| 217 |
-
|
|
|
|
| 218 |
#prints("_on_cell_area_exited", cell_i, cell_j)
|
| 219 |
_update_obs(cell_i, cell_j, area.collision_layer, false)
|
| 220 |
if debug_view:
|
| 221 |
_toggle_cell(cell_i, cell_j)
|
| 222 |
|
| 223 |
-
|
|
|
|
| 224 |
#prints("_on_cell_body_entered", cell_i, cell_j)
|
| 225 |
_update_obs(cell_i, cell_j, body.collision_layer, true)
|
| 226 |
if debug_view:
|
| 227 |
_toggle_cell(cell_i, cell_j)
|
| 228 |
|
| 229 |
-
|
|
|
|
| 230 |
#prints("_on_cell_body_exited", cell_i, cell_j)
|
| 231 |
_update_obs(cell_i, cell_j, body.collision_layer, false)
|
| 232 |
if debug_view:
|
|
|
|
| 3 |
class_name GridSensor3D
|
| 4 |
|
| 5 |
@export var debug_view := false:
|
| 6 |
+
get:
|
| 7 |
+
return debug_view
|
| 8 |
set(value):
|
| 9 |
debug_view = value
|
| 10 |
_update()
|
| 11 |
+
|
| 12 |
@export_flags_3d_physics var detection_mask := 0:
|
| 13 |
+
get:
|
| 14 |
+
return detection_mask
|
| 15 |
set(value):
|
| 16 |
detection_mask = value
|
| 17 |
_update()
|
| 18 |
|
| 19 |
@export var collide_with_areas := false:
|
| 20 |
+
get:
|
| 21 |
+
return collide_with_areas
|
| 22 |
set(value):
|
| 23 |
collide_with_areas = value
|
| 24 |
_update()
|
| 25 |
|
| 26 |
@export var collide_with_bodies := false:
|
| 27 |
# NOTE! The sensor will not detect StaticBody3D, add an area to static bodies to detect them
|
| 28 |
+
get:
|
| 29 |
+
return collide_with_bodies
|
| 30 |
set(value):
|
| 31 |
collide_with_bodies = value
|
| 32 |
_update()
|
| 33 |
|
| 34 |
@export_range(0.1, 2, 0.1) var cell_width := 1.0:
|
| 35 |
+
get:
|
| 36 |
+
return cell_width
|
| 37 |
set(value):
|
| 38 |
cell_width = value
|
| 39 |
_update()
|
| 40 |
|
| 41 |
@export_range(0.1, 2, 0.1) var cell_height := 1.0:
|
| 42 |
+
get:
|
| 43 |
+
return cell_height
|
| 44 |
set(value):
|
| 45 |
cell_height = value
|
| 46 |
+
_update()
|
| 47 |
|
| 48 |
@export_range(1, 21, 2, "or_greater") var grid_size_x := 3:
|
| 49 |
+
get:
|
| 50 |
+
return grid_size_x
|
| 51 |
set(value):
|
| 52 |
grid_size_x = value
|
| 53 |
_update()
|
| 54 |
|
| 55 |
@export_range(1, 21, 2, "or_greater") var grid_size_z := 3:
|
| 56 |
+
get:
|
| 57 |
+
return grid_size_z
|
| 58 |
set(value):
|
| 59 |
grid_size_z = value
|
| 60 |
_update()
|
|
|
|
| 67 |
var _highlighted_box_material: StandardMaterial3D
|
| 68 |
var _standard_box_material: StandardMaterial3D
|
| 69 |
|
| 70 |
+
|
| 71 |
func get_observation():
|
| 72 |
return _obs_buffer
|
| 73 |
|
| 74 |
+
|
| 75 |
func reset():
|
| 76 |
_obs_buffer.fill(0)
|
| 77 |
|
| 78 |
+
|
| 79 |
func _update():
|
| 80 |
if Engine.is_editor_hint():
|
| 81 |
if is_node_ready():
|
| 82 |
+
_spawn_nodes()
|
| 83 |
+
|
| 84 |
|
| 85 |
func _ready() -> void:
|
| 86 |
_make_materials()
|
| 87 |
+
|
| 88 |
+
if Engine.is_editor_hint():
|
| 89 |
if get_child_count() == 0:
|
| 90 |
_spawn_nodes()
|
| 91 |
else:
|
| 92 |
_spawn_nodes()
|
| 93 |
+
|
| 94 |
+
|
| 95 |
func _make_materials() -> void:
|
| 96 |
if _highlighted_box_material != null and _standard_box_material != null:
|
| 97 |
return
|
| 98 |
+
|
| 99 |
_standard_box_material = StandardMaterial3D.new()
|
| 100 |
+
_standard_box_material.set_transparency(1) # ALPHA
|
| 101 |
+
_standard_box_material.albedo_color = Color(
|
| 102 |
+
100.0 / 255.0, 100.0 / 255.0, 100.0 / 255.0, 100.0 / 255.0
|
| 103 |
+
)
|
| 104 |
+
|
| 105 |
_highlighted_box_material = StandardMaterial3D.new()
|
| 106 |
+
_highlighted_box_material.set_transparency(1) # ALPHA
|
| 107 |
+
_highlighted_box_material.albedo_color = Color(
|
| 108 |
+
255.0 / 255.0, 100.0 / 255.0, 100.0 / 255.0, 100.0 / 255.0
|
| 109 |
+
)
|
| 110 |
+
|
| 111 |
|
| 112 |
func _get_collision_mapping() -> Dictionary:
|
| 113 |
# defines which layer is mapped to which cell obs index
|
| 114 |
var total_bits = 0
|
| 115 |
+
var collision_mapping = {}
|
| 116 |
for i in 32:
|
| 117 |
+
var bit_mask = 2 ** i
|
| 118 |
if (detection_mask & bit_mask) > 0:
|
| 119 |
collision_mapping[i] = total_bits
|
| 120 |
total_bits += 1
|
| 121 |
+
|
| 122 |
return collision_mapping
|
| 123 |
|
| 124 |
+
|
| 125 |
func _spawn_nodes():
|
| 126 |
for cell in get_children():
|
| 127 |
+
cell.name = "_%s" % cell.name # Otherwise naming below will fail
|
| 128 |
cell.queue_free()
|
| 129 |
+
|
| 130 |
_collision_mapping = _get_collision_mapping()
|
| 131 |
#prints("collision_mapping", _collision_mapping, len(_collision_mapping))
|
| 132 |
# allocate memory for the observations
|
| 133 |
_n_layers_per_cell = len(_collision_mapping)
|
| 134 |
_obs_buffer = PackedFloat64Array()
|
| 135 |
+
_obs_buffer.resize(grid_size_x * grid_size_z * _n_layers_per_cell)
|
| 136 |
_obs_buffer.fill(0)
|
| 137 |
#prints(len(_obs_buffer), _obs_buffer )
|
| 138 |
+
|
| 139 |
_box_shape = BoxShape3D.new()
|
| 140 |
_box_shape.set_size(Vector3(cell_width, cell_height, cell_width))
|
| 141 |
+
|
| 142 |
var shift := Vector3(
|
| 143 |
+
-(grid_size_x / 2) * cell_width,
|
| 144 |
0,
|
| 145 |
+
-(grid_size_z / 2) * cell_width,
|
| 146 |
)
|
| 147 |
+
|
| 148 |
for i in grid_size_x:
|
| 149 |
for j in grid_size_z:
|
| 150 |
+
var cell_position = Vector3(i * cell_width, 0.0, j * cell_width) + shift
|
| 151 |
_create_cell(i, j, cell_position)
|
|
|
|
| 152 |
|
| 153 |
+
|
| 154 |
+
func _create_cell(i: int, j: int, position: Vector3):
|
| 155 |
+
var cell := Area3D.new()
|
| 156 |
cell.position = position
|
| 157 |
+
cell.name = "GridCell %s %s" % [i, j]
|
| 158 |
+
|
| 159 |
if collide_with_areas:
|
| 160 |
cell.area_entered.connect(_on_cell_area_entered.bind(i, j))
|
| 161 |
cell.area_exited.connect(_on_cell_area_exited.bind(i, j))
|
| 162 |
+
|
| 163 |
if collide_with_bodies:
|
| 164 |
cell.body_entered.connect(_on_cell_body_entered.bind(i, j))
|
| 165 |
cell.body_exited.connect(_on_cell_body_exited.bind(i, j))
|
| 166 |
+
|
| 167 |
# cell.body_shape_entered.connect(_on_cell_body_shape_entered.bind(i, j))
|
| 168 |
# cell.body_shape_exited.connect(_on_cell_body_shape_exited.bind(i, j))
|
| 169 |
+
|
| 170 |
cell.collision_layer = 0
|
| 171 |
cell.collision_mask = detection_mask
|
| 172 |
cell.monitorable = true
|
|
|
|
| 174 |
add_child(cell)
|
| 175 |
cell.set_owner(get_tree().edited_scene_root)
|
| 176 |
|
| 177 |
+
var col_shape := CollisionShape3D.new()
|
| 178 |
col_shape.shape = _box_shape
|
| 179 |
col_shape.name = "CollisionShape3D"
|
| 180 |
cell.add_child(col_shape)
|
| 181 |
col_shape.set_owner(get_tree().edited_scene_root)
|
| 182 |
+
|
| 183 |
if debug_view:
|
| 184 |
var box = MeshInstance3D.new()
|
| 185 |
box.name = "MeshInstance3D"
|
| 186 |
var box_mesh = BoxMesh.new()
|
| 187 |
+
|
| 188 |
box_mesh.set_size(Vector3(cell_width, cell_height, cell_width))
|
| 189 |
box_mesh.material = _standard_box_material
|
| 190 |
+
|
| 191 |
box.mesh = box_mesh
|
| 192 |
cell.add_child(box)
|
| 193 |
box.set_owner(get_tree().edited_scene_root)
|
| 194 |
|
| 195 |
+
|
| 196 |
+
func _update_obs(cell_i: int, cell_j: int, collision_layer: int, entered: bool):
|
| 197 |
for key in _collision_mapping:
|
| 198 |
+
var bit_mask = 2 ** key
|
| 199 |
if (collision_layer & bit_mask) > 0:
|
| 200 |
var collison_map_index = _collision_mapping[key]
|
| 201 |
+
|
| 202 |
var obs_index = (
|
| 203 |
+
(cell_i * grid_size_x * _n_layers_per_cell)
|
| 204 |
+
+ (cell_j * _n_layers_per_cell)
|
| 205 |
+
+ collison_map_index
|
| 206 |
+
)
|
| 207 |
#prints(obs_index, cell_i, cell_j)
|
| 208 |
if entered:
|
| 209 |
_obs_buffer[obs_index] += 1
|
| 210 |
else:
|
| 211 |
_obs_buffer[obs_index] -= 1
|
| 212 |
|
| 213 |
+
|
| 214 |
+
func _toggle_cell(cell_i: int, cell_j: int):
|
| 215 |
+
var cell = get_node_or_null("GridCell %s %s" % [cell_i, cell_j])
|
| 216 |
+
|
| 217 |
if cell == null:
|
| 218 |
print("cell not found, returning")
|
| 219 |
+
|
| 220 |
var n_hits = 0
|
| 221 |
var start_index = (cell_i * grid_size_x * _n_layers_per_cell) + (cell_j * _n_layers_per_cell)
|
| 222 |
for i in _n_layers_per_cell:
|
| 223 |
+
n_hits += _obs_buffer[start_index + i]
|
| 224 |
+
|
| 225 |
var cell_mesh = cell.get_node_or_null("MeshInstance3D")
|
| 226 |
if n_hits > 0:
|
| 227 |
cell_mesh.mesh.material = _highlighted_box_material
|
| 228 |
else:
|
| 229 |
cell_mesh.mesh.material = _standard_box_material
|
| 230 |
+
|
| 231 |
+
|
| 232 |
+
func _on_cell_area_entered(area: Area3D, cell_i: int, cell_j: int):
|
| 233 |
#prints("_on_cell_area_entered", cell_i, cell_j)
|
| 234 |
_update_obs(cell_i, cell_j, area.collision_layer, true)
|
| 235 |
if debug_view:
|
| 236 |
_toggle_cell(cell_i, cell_j)
|
| 237 |
#print(_obs_buffer)
|
| 238 |
|
| 239 |
+
|
| 240 |
+
func _on_cell_area_exited(area: Area3D, cell_i: int, cell_j: int):
|
| 241 |
#prints("_on_cell_area_exited", cell_i, cell_j)
|
| 242 |
_update_obs(cell_i, cell_j, area.collision_layer, false)
|
| 243 |
if debug_view:
|
| 244 |
_toggle_cell(cell_i, cell_j)
|
| 245 |
|
| 246 |
+
|
| 247 |
+
func _on_cell_body_entered(body: Node3D, cell_i: int, cell_j: int):
|
| 248 |
#prints("_on_cell_body_entered", cell_i, cell_j)
|
| 249 |
_update_obs(cell_i, cell_j, body.collision_layer, true)
|
| 250 |
if debug_view:
|
| 251 |
_toggle_cell(cell_i, cell_j)
|
| 252 |
|
| 253 |
+
|
| 254 |
+
func _on_cell_body_exited(body: Node3D, cell_i: int, cell_j: int):
|
| 255 |
#prints("_on_cell_body_exited", cell_i, cell_j)
|
| 256 |
_update_obs(cell_i, cell_j, body.collision_layer, false)
|
| 257 |
if debug_view:
|
addons/godot_rl_agents/sensors/sensors_3d/ISensor3D.gd
CHANGED
|
@@ -1,20 +1,25 @@
|
|
| 1 |
extends Node3D
|
| 2 |
class_name ISensor3D
|
| 3 |
|
| 4 |
-
var _obs
|
| 5 |
var _active := false
|
| 6 |
|
|
|
|
| 7 |
func get_observation():
|
| 8 |
pass
|
| 9 |
-
|
|
|
|
| 10 |
func activate():
|
| 11 |
_active = true
|
| 12 |
-
|
|
|
|
| 13 |
func deactivate():
|
| 14 |
_active = false
|
| 15 |
|
|
|
|
| 16 |
func _update_observation():
|
| 17 |
pass
|
| 18 |
-
|
|
|
|
| 19 |
func reset():
|
| 20 |
pass
|
|
|
|
| 1 |
extends Node3D
|
| 2 |
class_name ISensor3D
|
| 3 |
|
| 4 |
+
var _obs: Array = []
|
| 5 |
var _active := false
|
| 6 |
|
| 7 |
+
|
| 8 |
func get_observation():
|
| 9 |
pass
|
| 10 |
+
|
| 11 |
+
|
| 12 |
func activate():
|
| 13 |
_active = true
|
| 14 |
+
|
| 15 |
+
|
| 16 |
func deactivate():
|
| 17 |
_active = false
|
| 18 |
|
| 19 |
+
|
| 20 |
func _update_observation():
|
| 21 |
pass
|
| 22 |
+
|
| 23 |
+
|
| 24 |
func reset():
|
| 25 |
pass
|
addons/godot_rl_agents/sensors/sensors_3d/RGBCameraSensor3D.gd
CHANGED
|
@@ -3,9 +3,19 @@ class_name RGBCameraSensor3D
|
|
| 3 |
var camera_pixels = null
|
| 4 |
|
| 5 |
@onready var camera_texture := $Control/TextureRect/CameraTexture as Sprite2D
|
|
|
|
|
|
|
| 6 |
|
| 7 |
func get_camera_pixel_encoding():
|
| 8 |
-
return camera_texture.get_texture().get_data().
|
|
|
|
| 9 |
|
| 10 |
-
func get_camera_shape()-> Array:
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
var camera_pixels = null
|
| 4 |
|
| 5 |
@onready var camera_texture := $Control/TextureRect/CameraTexture as Sprite2D
|
| 6 |
+
@onready var sub_viewport := $SubViewport as SubViewport
|
| 7 |
+
|
| 8 |
|
| 9 |
func get_camera_pixel_encoding():
|
| 10 |
+
return camera_texture.get_texture().get_image().get_data().hex_encode()
|
| 11 |
+
|
| 12 |
|
| 13 |
+
func get_camera_shape() -> Array:
|
| 14 |
+
assert(
|
| 15 |
+
sub_viewport.size.x >= 36 and sub_viewport.size.y >= 36,
|
| 16 |
+
"SubViewport size must be 36x36 or larger."
|
| 17 |
+
)
|
| 18 |
+
if sub_viewport.transparent_bg:
|
| 19 |
+
return [4, sub_viewport.size.y, sub_viewport.size.x]
|
| 20 |
+
else:
|
| 21 |
+
return [3, sub_viewport.size.y, sub_viewport.size.x]
|
addons/godot_rl_agents/sensors/sensors_3d/RaycastSensor3D.gd
CHANGED
|
@@ -2,75 +2,87 @@
|
|
| 2 |
extends ISensor3D
|
| 3 |
class_name RayCastSensor3D
|
| 4 |
@export_flags_3d_physics var collision_mask = 1:
|
| 5 |
-
get:
|
|
|
|
| 6 |
set(value):
|
| 7 |
collision_mask = value
|
| 8 |
_update()
|
| 9 |
@export_flags_3d_physics var boolean_class_mask = 1:
|
| 10 |
-
get:
|
|
|
|
| 11 |
set(value):
|
| 12 |
boolean_class_mask = value
|
| 13 |
_update()
|
| 14 |
|
| 15 |
@export var n_rays_width := 6.0:
|
| 16 |
-
get:
|
|
|
|
| 17 |
set(value):
|
| 18 |
n_rays_width = value
|
| 19 |
_update()
|
| 20 |
-
|
| 21 |
@export var n_rays_height := 6.0:
|
| 22 |
-
get:
|
|
|
|
| 23 |
set(value):
|
| 24 |
n_rays_height = value
|
| 25 |
_update()
|
| 26 |
|
| 27 |
@export var ray_length := 10.0:
|
| 28 |
-
get:
|
|
|
|
| 29 |
set(value):
|
| 30 |
ray_length = value
|
| 31 |
_update()
|
| 32 |
-
|
| 33 |
@export var cone_width := 60.0:
|
| 34 |
-
get:
|
|
|
|
| 35 |
set(value):
|
| 36 |
cone_width = value
|
| 37 |
_update()
|
| 38 |
-
|
| 39 |
@export var cone_height := 60.0:
|
| 40 |
-
get:
|
|
|
|
| 41 |
set(value):
|
| 42 |
cone_height = value
|
| 43 |
_update()
|
| 44 |
|
| 45 |
@export var collide_with_areas := false:
|
| 46 |
-
get:
|
|
|
|
| 47 |
set(value):
|
| 48 |
collide_with_areas = value
|
| 49 |
_update()
|
| 50 |
-
|
| 51 |
@export var collide_with_bodies := true:
|
| 52 |
-
get:
|
|
|
|
| 53 |
set(value):
|
| 54 |
collide_with_bodies = value
|
| 55 |
_update()
|
| 56 |
|
| 57 |
@export var class_sensor := false
|
| 58 |
-
|
| 59 |
var rays := []
|
| 60 |
var geo = null
|
| 61 |
|
|
|
|
| 62 |
func _update():
|
| 63 |
if Engine.is_editor_hint():
|
| 64 |
if is_node_ready():
|
| 65 |
-
_spawn_nodes()
|
|
|
|
| 66 |
|
| 67 |
func _ready() -> void:
|
| 68 |
-
if Engine.is_editor_hint():
|
| 69 |
if get_child_count() == 0:
|
| 70 |
_spawn_nodes()
|
| 71 |
else:
|
| 72 |
_spawn_nodes()
|
| 73 |
|
|
|
|
| 74 |
func _spawn_nodes():
|
| 75 |
print("spawning nodes")
|
| 76 |
for ray in get_children():
|
|
@@ -79,15 +91,15 @@ func _spawn_nodes():
|
|
| 79 |
geo.clear()
|
| 80 |
#$Lines.remove_points()
|
| 81 |
rays = []
|
| 82 |
-
|
| 83 |
var horizontal_step = cone_width / (n_rays_width)
|
| 84 |
var vertical_step = cone_height / (n_rays_height)
|
| 85 |
-
|
| 86 |
-
var horizontal_start = horizontal_step/2 - cone_width/2
|
| 87 |
-
var vertical_start = vertical_step/2 - cone_height/2
|
| 88 |
|
| 89 |
var points = []
|
| 90 |
-
|
| 91 |
for i in n_rays_width:
|
| 92 |
for j in n_rays_height:
|
| 93 |
var angle_w = horizontal_start + i * horizontal_step
|
|
@@ -98,9 +110,9 @@ func _spawn_nodes():
|
|
| 98 |
ray.set_target_position(cast_to)
|
| 99 |
|
| 100 |
points.append(cast_to)
|
| 101 |
-
|
| 102 |
-
ray.set_name("node_"+str(i)+" "+str(j))
|
| 103 |
-
ray.enabled
|
| 104 |
ray.collide_with_bodies = collide_with_bodies
|
| 105 |
ray.collide_with_areas = collide_with_areas
|
| 106 |
ray.collision_mask = collision_mask
|
|
@@ -108,15 +120,17 @@ func _spawn_nodes():
|
|
| 108 |
ray.set_owner(get_tree().edited_scene_root)
|
| 109 |
rays.append(ray)
|
| 110 |
ray.force_raycast_update()
|
| 111 |
-
|
|
|
|
| 112 |
# if Engine.editor_hint:
|
| 113 |
# _create_debug_lines(points)
|
| 114 |
-
|
|
|
|
| 115 |
func _create_debug_lines(points):
|
| 116 |
-
if not geo:
|
| 117 |
geo = ImmediateMesh.new()
|
| 118 |
add_child(geo)
|
| 119 |
-
|
| 120 |
geo.clear()
|
| 121 |
geo.begin(Mesh.PRIMITIVE_LINES)
|
| 122 |
for point in points:
|
|
@@ -125,20 +139,24 @@ func _create_debug_lines(points):
|
|
| 125 |
geo.add_vertex(point)
|
| 126 |
geo.end()
|
| 127 |
|
|
|
|
| 128 |
func display():
|
| 129 |
if geo:
|
| 130 |
geo.display()
|
| 131 |
-
|
|
|
|
| 132 |
func to_spherical_coords(r, inc, azimuth) -> Vector3:
|
| 133 |
return Vector3(
|
| 134 |
-
r*sin(deg_to_rad(inc))*cos(deg_to_rad(azimuth)),
|
| 135 |
-
r*sin(deg_to_rad(azimuth)),
|
| 136 |
-
r*cos(deg_to_rad(inc))*cos(deg_to_rad(azimuth))
|
| 137 |
)
|
| 138 |
-
|
|
|
|
| 139 |
func get_observation() -> Array:
|
| 140 |
return self.calculate_raycasts()
|
| 141 |
|
|
|
|
| 142 |
func calculate_raycasts() -> Array:
|
| 143 |
var result = []
|
| 144 |
for ray in rays:
|
|
@@ -148,19 +166,20 @@ func calculate_raycasts() -> Array:
|
|
| 148 |
|
| 149 |
result.append(distance)
|
| 150 |
if class_sensor:
|
| 151 |
-
var hit_class = 0
|
| 152 |
if ray.get_collider():
|
| 153 |
var hit_collision_layer = ray.get_collider().collision_layer
|
| 154 |
hit_collision_layer = hit_collision_layer & collision_mask
|
| 155 |
hit_class = (hit_collision_layer & boolean_class_mask) > 0
|
| 156 |
-
result.append(hit_class)
|
| 157 |
ray.set_enabled(false)
|
| 158 |
return result
|
| 159 |
|
| 160 |
-
|
|
|
|
| 161 |
if !ray.is_colliding():
|
| 162 |
return 0.0
|
| 163 |
-
|
| 164 |
var distance = (global_transform.origin - ray.get_collision_point()).length()
|
| 165 |
distance = clamp(distance, 0.0, ray_length)
|
| 166 |
return (ray_length - distance) / ray_length
|
|
|
|
| 2 |
extends ISensor3D
|
| 3 |
class_name RayCastSensor3D
|
| 4 |
@export_flags_3d_physics var collision_mask = 1:
|
| 5 |
+
get:
|
| 6 |
+
return collision_mask
|
| 7 |
set(value):
|
| 8 |
collision_mask = value
|
| 9 |
_update()
|
| 10 |
@export_flags_3d_physics var boolean_class_mask = 1:
|
| 11 |
+
get:
|
| 12 |
+
return boolean_class_mask
|
| 13 |
set(value):
|
| 14 |
boolean_class_mask = value
|
| 15 |
_update()
|
| 16 |
|
| 17 |
@export var n_rays_width := 6.0:
|
| 18 |
+
get:
|
| 19 |
+
return n_rays_width
|
| 20 |
set(value):
|
| 21 |
n_rays_width = value
|
| 22 |
_update()
|
| 23 |
+
|
| 24 |
@export var n_rays_height := 6.0:
|
| 25 |
+
get:
|
| 26 |
+
return n_rays_height
|
| 27 |
set(value):
|
| 28 |
n_rays_height = value
|
| 29 |
_update()
|
| 30 |
|
| 31 |
@export var ray_length := 10.0:
|
| 32 |
+
get:
|
| 33 |
+
return ray_length
|
| 34 |
set(value):
|
| 35 |
ray_length = value
|
| 36 |
_update()
|
| 37 |
+
|
| 38 |
@export var cone_width := 60.0:
|
| 39 |
+
get:
|
| 40 |
+
return cone_width
|
| 41 |
set(value):
|
| 42 |
cone_width = value
|
| 43 |
_update()
|
| 44 |
+
|
| 45 |
@export var cone_height := 60.0:
|
| 46 |
+
get:
|
| 47 |
+
return cone_height
|
| 48 |
set(value):
|
| 49 |
cone_height = value
|
| 50 |
_update()
|
| 51 |
|
| 52 |
@export var collide_with_areas := false:
|
| 53 |
+
get:
|
| 54 |
+
return collide_with_areas
|
| 55 |
set(value):
|
| 56 |
collide_with_areas = value
|
| 57 |
_update()
|
| 58 |
+
|
| 59 |
@export var collide_with_bodies := true:
|
| 60 |
+
get:
|
| 61 |
+
return collide_with_bodies
|
| 62 |
set(value):
|
| 63 |
collide_with_bodies = value
|
| 64 |
_update()
|
| 65 |
|
| 66 |
@export var class_sensor := false
|
| 67 |
+
|
| 68 |
var rays := []
|
| 69 |
var geo = null
|
| 70 |
|
| 71 |
+
|
| 72 |
func _update():
|
| 73 |
if Engine.is_editor_hint():
|
| 74 |
if is_node_ready():
|
| 75 |
+
_spawn_nodes()
|
| 76 |
+
|
| 77 |
|
| 78 |
func _ready() -> void:
|
| 79 |
+
if Engine.is_editor_hint():
|
| 80 |
if get_child_count() == 0:
|
| 81 |
_spawn_nodes()
|
| 82 |
else:
|
| 83 |
_spawn_nodes()
|
| 84 |
|
| 85 |
+
|
| 86 |
func _spawn_nodes():
|
| 87 |
print("spawning nodes")
|
| 88 |
for ray in get_children():
|
|
|
|
| 91 |
geo.clear()
|
| 92 |
#$Lines.remove_points()
|
| 93 |
rays = []
|
| 94 |
+
|
| 95 |
var horizontal_step = cone_width / (n_rays_width)
|
| 96 |
var vertical_step = cone_height / (n_rays_height)
|
| 97 |
+
|
| 98 |
+
var horizontal_start = horizontal_step / 2 - cone_width / 2
|
| 99 |
+
var vertical_start = vertical_step / 2 - cone_height / 2
|
| 100 |
|
| 101 |
var points = []
|
| 102 |
+
|
| 103 |
for i in n_rays_width:
|
| 104 |
for j in n_rays_height:
|
| 105 |
var angle_w = horizontal_start + i * horizontal_step
|
|
|
|
| 110 |
ray.set_target_position(cast_to)
|
| 111 |
|
| 112 |
points.append(cast_to)
|
| 113 |
+
|
| 114 |
+
ray.set_name("node_" + str(i) + " " + str(j))
|
| 115 |
+
ray.enabled = true
|
| 116 |
ray.collide_with_bodies = collide_with_bodies
|
| 117 |
ray.collide_with_areas = collide_with_areas
|
| 118 |
ray.collision_mask = collision_mask
|
|
|
|
| 120 |
ray.set_owner(get_tree().edited_scene_root)
|
| 121 |
rays.append(ray)
|
| 122 |
ray.force_raycast_update()
|
| 123 |
+
|
| 124 |
+
|
| 125 |
# if Engine.editor_hint:
|
| 126 |
# _create_debug_lines(points)
|
| 127 |
+
|
| 128 |
+
|
| 129 |
func _create_debug_lines(points):
|
| 130 |
+
if not geo:
|
| 131 |
geo = ImmediateMesh.new()
|
| 132 |
add_child(geo)
|
| 133 |
+
|
| 134 |
geo.clear()
|
| 135 |
geo.begin(Mesh.PRIMITIVE_LINES)
|
| 136 |
for point in points:
|
|
|
|
| 139 |
geo.add_vertex(point)
|
| 140 |
geo.end()
|
| 141 |
|
| 142 |
+
|
| 143 |
func display():
|
| 144 |
if geo:
|
| 145 |
geo.display()
|
| 146 |
+
|
| 147 |
+
|
| 148 |
func to_spherical_coords(r, inc, azimuth) -> Vector3:
|
| 149 |
return Vector3(
|
| 150 |
+
r * sin(deg_to_rad(inc)) * cos(deg_to_rad(azimuth)),
|
| 151 |
+
r * sin(deg_to_rad(azimuth)),
|
| 152 |
+
r * cos(deg_to_rad(inc)) * cos(deg_to_rad(azimuth))
|
| 153 |
)
|
| 154 |
+
|
| 155 |
+
|
| 156 |
func get_observation() -> Array:
|
| 157 |
return self.calculate_raycasts()
|
| 158 |
|
| 159 |
+
|
| 160 |
func calculate_raycasts() -> Array:
|
| 161 |
var result = []
|
| 162 |
for ray in rays:
|
|
|
|
| 166 |
|
| 167 |
result.append(distance)
|
| 168 |
if class_sensor:
|
| 169 |
+
var hit_class: float = 0
|
| 170 |
if ray.get_collider():
|
| 171 |
var hit_collision_layer = ray.get_collider().collision_layer
|
| 172 |
hit_collision_layer = hit_collision_layer & collision_mask
|
| 173 |
hit_class = (hit_collision_layer & boolean_class_mask) > 0
|
| 174 |
+
result.append(float(hit_class))
|
| 175 |
ray.set_enabled(false)
|
| 176 |
return result
|
| 177 |
|
| 178 |
+
|
| 179 |
+
func _get_raycast_distance(ray: RayCast3D) -> float:
|
| 180 |
if !ray.is_colliding():
|
| 181 |
return 0.0
|
| 182 |
+
|
| 183 |
var distance = (global_transform.origin - ray.get_collision_point()).length()
|
| 184 |
distance = clamp(distance, 0.0, ray_length)
|
| 185 |
return (ray_length - distance) / ray_length
|
addons/godot_rl_agents/sync.gd
CHANGED
|
@@ -2,23 +2,38 @@ extends Node
|
|
| 2 |
|
| 3 |
# --fixed-fps 2000 --disable-render-loop
|
| 4 |
|
| 5 |
-
enum ControlModes {HUMAN, TRAINING, ONNX_INFERENCE}
|
| 6 |
@export var control_mode: ControlModes = ControlModes.TRAINING
|
| 7 |
@export_range(1, 10, 1, "or_greater") var action_repeat := 8
|
| 8 |
-
@export_range(
|
| 9 |
@export var onnx_model_path := ""
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
@onready var start_time = Time.get_ticks_msec()
|
| 12 |
|
| 13 |
const MAJOR_VERSION := "0"
|
| 14 |
-
const MINOR_VERSION := "
|
| 15 |
const DEFAULT_PORT := "11008"
|
| 16 |
const DEFAULT_SEED := "1"
|
| 17 |
-
var stream
|
| 18 |
var connected = false
|
| 19 |
var message_center
|
| 20 |
var should_connect = true
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
var need_to_send_obs = false
|
| 23 |
var args = null
|
| 24 |
var initialized = false
|
|
@@ -26,141 +41,295 @@ var just_reset = false
|
|
| 26 |
var onnx_model = null
|
| 27 |
var n_action_steps = 0
|
| 28 |
|
| 29 |
-
var _action_space
|
| 30 |
-
var
|
|
|
|
|
|
|
| 31 |
|
| 32 |
# Called when the node enters the scene tree for the first time.
|
| 33 |
func _ready():
|
| 34 |
await get_tree().root.ready
|
| 35 |
-
get_tree().set_pause(true)
|
| 36 |
_initialize()
|
| 37 |
await get_tree().create_timer(1.0).timeout
|
| 38 |
-
get_tree().set_pause(false)
|
| 39 |
-
|
|
|
|
| 40 |
func _initialize():
|
| 41 |
_get_agents()
|
| 42 |
-
_obs_space = agents[0].get_obs_space()
|
| 43 |
-
_action_space = agents[0].get_action_space()
|
| 44 |
args = _get_args()
|
| 45 |
-
Engine.physics_ticks_per_second = _get_speedup() * 60
|
| 46 |
Engine.time_scale = _get_speedup() * 1.0
|
| 47 |
-
prints(
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
assert(FileAccess.file_exists(onnx_model_path), "Onnx Model Path set on Sync node does not exist: %s" % onnx_model_path)
|
| 62 |
-
onnx_model = ONNXModel.new(onnx_model_path, 1)
|
| 63 |
-
_set_heuristic("model")
|
| 64 |
-
|
| 65 |
_set_seed()
|
| 66 |
_set_action_repeat()
|
| 67 |
-
initialized = true
|
| 68 |
-
|
| 69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 70 |
# two modes, human control, agent control
|
| 71 |
# pause tree, send obs, get actions, set actions, unpause tree
|
|
|
|
|
|
|
|
|
|
| 72 |
if n_action_steps % action_repeat != 0:
|
| 73 |
n_action_steps += 1
|
| 74 |
return
|
| 75 |
|
| 76 |
n_action_steps += 1
|
| 77 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
if connected:
|
| 79 |
-
get_tree().set_pause(true)
|
| 80 |
-
|
| 81 |
if just_reset:
|
| 82 |
just_reset = false
|
| 83 |
-
var obs = _get_obs_from_agents()
|
| 84 |
-
|
| 85 |
-
var reply = {
|
| 86 |
-
"type": "reset",
|
| 87 |
-
"obs": obs
|
| 88 |
-
}
|
| 89 |
_send_dict_as_json_message(reply)
|
| 90 |
# this should go straight to getting the action and setting it checked the agent, no need to perform one phyics tick
|
| 91 |
-
get_tree().set_pause(false)
|
| 92 |
return
|
| 93 |
-
|
| 94 |
if need_to_send_obs:
|
| 95 |
need_to_send_obs = false
|
| 96 |
var reward = _get_reward_from_agents()
|
| 97 |
var done = _get_done_from_agents()
|
| 98 |
#_reset_agents_if_done() # this ensures the new observation is from the next env instance : NEEDS REFACTOR
|
| 99 |
-
|
| 100 |
-
var obs = _get_obs_from_agents()
|
| 101 |
-
|
| 102 |
-
var reply = {
|
| 103 |
-
"type": "step",
|
| 104 |
-
"obs": obs,
|
| 105 |
-
"reward": reward,
|
| 106 |
-
"done": done
|
| 107 |
-
}
|
| 108 |
_send_dict_as_json_message(reply)
|
| 109 |
-
|
| 110 |
var handled = handle_message()
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
|
|
|
| 115 |
var actions = []
|
| 116 |
-
|
| 117 |
-
|
|
|
|
|
|
|
|
|
|
| 118 |
action["output"] = clamp_array(action["output"], -1.0, 1.0)
|
| 119 |
-
var action_dict = _extract_action_dict(
|
|
|
|
|
|
|
| 120 |
actions.append(action_dict)
|
| 121 |
-
|
| 122 |
-
_set_agent_actions(actions)
|
| 123 |
-
|
| 124 |
-
get_tree().set_pause(false)
|
| 125 |
-
|
| 126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
else:
|
| 128 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 129 |
|
| 130 |
-
func
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 131 |
var index = 0
|
| 132 |
var result = {}
|
| 133 |
-
for key in
|
| 134 |
-
var size =
|
| 135 |
-
if
|
| 136 |
result[key] = round(action_array[index])
|
| 137 |
else:
|
| 138 |
-
result[key] = action_array.slice(index,index+size)
|
| 139 |
index += size
|
| 140 |
-
|
| 141 |
return result
|
| 142 |
|
| 143 |
-
func _get_agents():
|
| 144 |
-
agents = get_tree().get_nodes_in_group("AGENT")
|
| 145 |
|
| 146 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 147 |
for agent in agents:
|
| 148 |
agent.set_heuristic(heuristic)
|
| 149 |
|
|
|
|
| 150 |
func _handshake():
|
| 151 |
print("performing handshake")
|
| 152 |
-
|
| 153 |
var json_dict = _get_dict_json_message()
|
| 154 |
assert(json_dict["type"] == "handshake")
|
| 155 |
var major_version = json_dict["major_version"]
|
| 156 |
var minor_version = json_dict["minor_version"]
|
| 157 |
if major_version != MAJOR_VERSION:
|
| 158 |
-
print("WARNING: major verison mismatch ", major_version, " ", MAJOR_VERSION)
|
| 159 |
if minor_version != MINOR_VERSION:
|
| 160 |
print("WARNING: minor verison mismatch ", minor_version, " ", MINOR_VERSION)
|
| 161 |
-
|
| 162 |
print("handshake complete")
|
| 163 |
|
|
|
|
| 164 |
func _get_dict_json_message():
|
| 165 |
# returns a dictionary from of the most recent message
|
| 166 |
# this is not waiting
|
|
@@ -172,45 +341,48 @@ func _get_dict_json_message():
|
|
| 172 |
return null
|
| 173 |
|
| 174 |
OS.delay_usec(10)
|
| 175 |
-
|
| 176 |
var message = stream.get_string()
|
| 177 |
var json_data = JSON.parse_string(message)
|
| 178 |
-
|
| 179 |
return json_data
|
| 180 |
|
|
|
|
| 181 |
func _send_dict_as_json_message(dict):
|
| 182 |
-
stream.put_string(JSON.stringify(dict))
|
|
|
|
| 183 |
|
| 184 |
func _send_env_info():
|
| 185 |
var json_dict = _get_dict_json_message()
|
| 186 |
assert(json_dict["type"] == "env_info")
|
| 187 |
|
| 188 |
-
|
| 189 |
var message = {
|
| 190 |
-
"type"
|
| 191 |
"observation_space": _obs_space,
|
| 192 |
-
"action_space":_action_space,
|
| 193 |
-
"n_agents": len(
|
| 194 |
-
|
| 195 |
_send_dict_as_json_message(message)
|
| 196 |
|
|
|
|
| 197 |
func connect_to_server():
|
| 198 |
print("Waiting for one second to allow server to start")
|
| 199 |
OS.delay_msec(1000)
|
| 200 |
print("trying to connect to server")
|
| 201 |
stream = StreamPeerTCP.new()
|
| 202 |
-
|
| 203 |
# "localhost" was not working on windows VM, had to use the IP
|
| 204 |
var ip = "127.0.0.1"
|
| 205 |
var port = _get_port()
|
| 206 |
var connect = stream.connect_to_host(ip, port)
|
| 207 |
-
stream.set_no_delay(true)
|
| 208 |
stream.poll()
|
| 209 |
# Fetch the status until it is either connected (2) or failed to connect (3)
|
| 210 |
while stream.get_status() < 2:
|
| 211 |
stream.poll()
|
| 212 |
return stream.get_status() == 2
|
| 213 |
|
|
|
|
| 214 |
func _get_args():
|
| 215 |
print("getting command line arguments")
|
| 216 |
var arguments = {}
|
|
@@ -224,41 +396,45 @@ func _get_args():
|
|
| 224 |
# with the value set to an empty string.
|
| 225 |
arguments[argument.lstrip("--")] = ""
|
| 226 |
|
| 227 |
-
return arguments
|
|
|
|
| 228 |
|
| 229 |
func _get_speedup():
|
| 230 |
print(args)
|
| 231 |
-
return args.get("speedup", str(speed_up)).
|
| 232 |
|
| 233 |
-
|
|
|
|
| 234 |
return args.get("port", DEFAULT_PORT).to_int()
|
| 235 |
|
|
|
|
| 236 |
func _set_seed():
|
| 237 |
var _seed = args.get("env_seed", DEFAULT_SEED).to_int()
|
| 238 |
seed(_seed)
|
| 239 |
|
|
|
|
| 240 |
func _set_action_repeat():
|
| 241 |
action_repeat = args.get("action_repeat", str(action_repeat)).to_int()
|
| 242 |
-
|
|
|
|
| 243 |
func disconnect_from_server():
|
| 244 |
stream.disconnect_from_host()
|
| 245 |
|
| 246 |
|
| 247 |
-
|
| 248 |
func handle_message() -> bool:
|
| 249 |
# get json message: reset, step, close
|
| 250 |
var message = _get_dict_json_message()
|
| 251 |
if message["type"] == "close":
|
| 252 |
print("received close message, closing game")
|
| 253 |
get_tree().quit()
|
| 254 |
-
get_tree().set_pause(false)
|
| 255 |
return true
|
| 256 |
-
|
| 257 |
if message["type"] == "reset":
|
| 258 |
print("resetting all agents")
|
| 259 |
-
|
| 260 |
just_reset = true
|
| 261 |
-
get_tree().set_pause(false)
|
| 262 |
#print("resetting forcing draw")
|
| 263 |
# RenderingServer.force_draw()
|
| 264 |
# var obs = _get_obs_from_agents()
|
|
@@ -267,76 +443,98 @@ func handle_message() -> bool:
|
|
| 267 |
# "type": "reset",
|
| 268 |
# "obs": obs
|
| 269 |
# }
|
| 270 |
-
# _send_dict_as_json_message(reply)
|
| 271 |
return true
|
| 272 |
-
|
| 273 |
if message["type"] == "call":
|
| 274 |
var method = message["method"]
|
| 275 |
var returns = _call_method_on_agents(method)
|
| 276 |
-
var reply = {
|
| 277 |
-
"type": "call",
|
| 278 |
-
"returns": returns
|
| 279 |
-
}
|
| 280 |
print("calling method from Python")
|
| 281 |
-
_send_dict_as_json_message(reply)
|
| 282 |
return handle_message()
|
| 283 |
-
|
| 284 |
if message["type"] == "action":
|
| 285 |
var action = message["action"]
|
| 286 |
-
_set_agent_actions(action)
|
| 287 |
need_to_send_obs = true
|
| 288 |
-
get_tree().set_pause(false)
|
| 289 |
return true
|
| 290 |
-
|
| 291 |
print("message was not handled")
|
| 292 |
return false
|
| 293 |
|
|
|
|
| 294 |
func _call_method_on_agents(method):
|
| 295 |
var returns = []
|
| 296 |
-
for agent in
|
| 297 |
returns.append(agent.call(method))
|
| 298 |
-
|
| 299 |
return returns
|
| 300 |
|
| 301 |
|
| 302 |
-
func _reset_agents_if_done():
|
| 303 |
for agent in agents:
|
| 304 |
-
if agent.get_done():
|
| 305 |
agent.set_done_false()
|
| 306 |
|
| 307 |
-
|
|
|
|
| 308 |
for agent in agents:
|
| 309 |
agent.needs_reset = true
|
| 310 |
-
#agent.reset()
|
| 311 |
|
| 312 |
-
|
|
|
|
| 313 |
var obs = []
|
| 314 |
for agent in agents:
|
| 315 |
obs.append(agent.get_obs())
|
| 316 |
-
|
| 317 |
return obs
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
|
|
|
| 321 |
for agent in agents:
|
| 322 |
rewards.append(agent.get_reward())
|
| 323 |
agent.zero_reward()
|
| 324 |
-
return rewards
|
| 325 |
-
|
| 326 |
-
|
| 327 |
-
|
|
|
|
| 328 |
for agent in agents:
|
| 329 |
var done = agent.get_done()
|
| 330 |
-
if done:
|
|
|
|
| 331 |
dones.append(done)
|
| 332 |
-
return dones
|
| 333 |
-
|
| 334 |
-
|
|
|
|
| 335 |
for i in range(len(actions)):
|
| 336 |
agents[i].set_action(actions[i])
|
| 337 |
-
|
| 338 |
-
|
| 339 |
-
|
|
|
|
| 340 |
for a in arr:
|
| 341 |
output.append(clamp(a, min, max))
|
| 342 |
return output
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
# --fixed-fps 2000 --disable-render-loop
|
| 4 |
|
| 5 |
+
enum ControlModes { HUMAN, TRAINING, ONNX_INFERENCE }
|
| 6 |
@export var control_mode: ControlModes = ControlModes.TRAINING
|
| 7 |
@export_range(1, 10, 1, "or_greater") var action_repeat := 8
|
| 8 |
+
@export_range(0, 10, 0.1, "or_greater") var speed_up := 1.0
|
| 9 |
@export var onnx_model_path := ""
|
| 10 |
|
| 11 |
+
# Onnx model stored for each requested path
|
| 12 |
+
var onnx_models: Dictionary
|
| 13 |
+
|
| 14 |
@onready var start_time = Time.get_ticks_msec()
|
| 15 |
|
| 16 |
const MAJOR_VERSION := "0"
|
| 17 |
+
const MINOR_VERSION := "7"
|
| 18 |
const DEFAULT_PORT := "11008"
|
| 19 |
const DEFAULT_SEED := "1"
|
| 20 |
+
var stream: StreamPeerTCP = null
|
| 21 |
var connected = false
|
| 22 |
var message_center
|
| 23 |
var should_connect = true
|
| 24 |
+
|
| 25 |
+
var all_agents: Array
|
| 26 |
+
var agents_training: Array
|
| 27 |
+
var agents_inference: Array
|
| 28 |
+
var agents_heuristic: Array
|
| 29 |
+
|
| 30 |
+
## For recording expert demos
|
| 31 |
+
var agent_demo_record: Node
|
| 32 |
+
## Stores recorded trajectories
|
| 33 |
+
var demo_trajectories: Array
|
| 34 |
+
## A trajectory includes obs: Array, acts: Array, terminal (set in Python env instead)
|
| 35 |
+
var current_demo_trajectory: Array
|
| 36 |
+
|
| 37 |
var need_to_send_obs = false
|
| 38 |
var args = null
|
| 39 |
var initialized = false
|
|
|
|
| 41 |
var onnx_model = null
|
| 42 |
var n_action_steps = 0
|
| 43 |
|
| 44 |
+
var _action_space: Dictionary
|
| 45 |
+
var _action_space_inference: Array[Dictionary] = []
|
| 46 |
+
var _obs_space: Dictionary
|
| 47 |
+
|
| 48 |
|
| 49 |
# Called when the node enters the scene tree for the first time.
|
| 50 |
func _ready():
|
| 51 |
await get_tree().root.ready
|
| 52 |
+
get_tree().set_pause(true)
|
| 53 |
_initialize()
|
| 54 |
await get_tree().create_timer(1.0).timeout
|
| 55 |
+
get_tree().set_pause(false)
|
| 56 |
+
|
| 57 |
+
|
| 58 |
func _initialize():
|
| 59 |
_get_agents()
|
|
|
|
|
|
|
| 60 |
args = _get_args()
|
| 61 |
+
Engine.physics_ticks_per_second = _get_speedup() * 60 # Replace with function body.
|
| 62 |
Engine.time_scale = _get_speedup() * 1.0
|
| 63 |
+
prints(
|
| 64 |
+
"physics ticks",
|
| 65 |
+
Engine.physics_ticks_per_second,
|
| 66 |
+
Engine.time_scale,
|
| 67 |
+
_get_speedup(),
|
| 68 |
+
speed_up
|
| 69 |
+
)
|
| 70 |
+
|
| 71 |
+
_set_heuristic("human", all_agents)
|
| 72 |
+
|
| 73 |
+
_initialize_training_agents()
|
| 74 |
+
_initialize_inference_agents()
|
| 75 |
+
_initialize_demo_recording()
|
| 76 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
_set_seed()
|
| 78 |
_set_action_repeat()
|
| 79 |
+
initialized = true
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
func _initialize_training_agents():
|
| 83 |
+
if agents_training.size() > 0:
|
| 84 |
+
_obs_space = agents_training[0].get_obs_space()
|
| 85 |
+
_action_space = agents_training[0].get_action_space()
|
| 86 |
+
connected = connect_to_server()
|
| 87 |
+
if connected:
|
| 88 |
+
_set_heuristic("model", agents_training)
|
| 89 |
+
_handshake()
|
| 90 |
+
_send_env_info()
|
| 91 |
+
else:
|
| 92 |
+
push_warning(
|
| 93 |
+
"Couldn't connect to Python server, using human controls instead. ",
|
| 94 |
+
"Did you start the training server using e.g. `gdrl` from the console?"
|
| 95 |
+
)
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
func _initialize_inference_agents():
|
| 99 |
+
if agents_inference.size() > 0:
|
| 100 |
+
if control_mode == ControlModes.ONNX_INFERENCE:
|
| 101 |
+
assert(
|
| 102 |
+
FileAccess.file_exists(onnx_model_path),
|
| 103 |
+
"Onnx Model Path set on Sync node does not exist: %s" % onnx_model_path
|
| 104 |
+
)
|
| 105 |
+
onnx_models[onnx_model_path] = ONNXModel.new(onnx_model_path, 1)
|
| 106 |
+
|
| 107 |
+
for agent in agents_inference:
|
| 108 |
+
_action_space_inference.append(agent.get_action_space())
|
| 109 |
+
|
| 110 |
+
var agent_onnx_model: ONNXModel
|
| 111 |
+
if agent.onnx_model_path.is_empty():
|
| 112 |
+
assert(
|
| 113 |
+
onnx_models.has(onnx_model_path),
|
| 114 |
+
(
|
| 115 |
+
"Node %s has no onnx model path set " % agent.get_path()
|
| 116 |
+
+ "and sync node's control mode is not set to OnnxInference. "
|
| 117 |
+
+ "Either add the path to the AIController, "
|
| 118 |
+
+ "or if you want to use the path set on sync node instead, "
|
| 119 |
+
+ "set control mode to OnnxInference."
|
| 120 |
+
)
|
| 121 |
+
)
|
| 122 |
+
prints(
|
| 123 |
+
"Info: AIController %s" % agent.get_path(),
|
| 124 |
+
"has no onnx model path set.",
|
| 125 |
+
"Using path set on the sync node instead."
|
| 126 |
+
)
|
| 127 |
+
agent_onnx_model = onnx_models[onnx_model_path]
|
| 128 |
+
else:
|
| 129 |
+
if not onnx_models.has(agent.onnx_model_path):
|
| 130 |
+
assert(
|
| 131 |
+
FileAccess.file_exists(agent.onnx_model_path),
|
| 132 |
+
(
|
| 133 |
+
"Onnx Model Path set on %s node does not exist: %s"
|
| 134 |
+
% [agent.get_path(), agent.onnx_model_path]
|
| 135 |
+
)
|
| 136 |
+
)
|
| 137 |
+
onnx_models[agent.onnx_model_path] = ONNXModel.new(agent.onnx_model_path, 1)
|
| 138 |
+
agent_onnx_model = onnx_models[agent.onnx_model_path]
|
| 139 |
+
|
| 140 |
+
agent.onnx_model = agent_onnx_model
|
| 141 |
+
_set_heuristic("model", agents_inference)
|
| 142 |
+
|
| 143 |
+
|
| 144 |
+
func _initialize_demo_recording():
|
| 145 |
+
if agent_demo_record:
|
| 146 |
+
InputMap.add_action("RemoveLastDemoEpisode")
|
| 147 |
+
InputMap.action_add_event(
|
| 148 |
+
"RemoveLastDemoEpisode", agent_demo_record.remove_last_episode_key
|
| 149 |
+
)
|
| 150 |
+
current_demo_trajectory.resize(2)
|
| 151 |
+
current_demo_trajectory[0] = []
|
| 152 |
+
current_demo_trajectory[1] = []
|
| 153 |
+
agent_demo_record.heuristic = "demo_record"
|
| 154 |
+
|
| 155 |
+
|
| 156 |
+
func _physics_process(_delta):
|
| 157 |
# two modes, human control, agent control
|
| 158 |
# pause tree, send obs, get actions, set actions, unpause tree
|
| 159 |
+
|
| 160 |
+
_demo_record_process()
|
| 161 |
+
|
| 162 |
if n_action_steps % action_repeat != 0:
|
| 163 |
n_action_steps += 1
|
| 164 |
return
|
| 165 |
|
| 166 |
n_action_steps += 1
|
| 167 |
+
|
| 168 |
+
_training_process()
|
| 169 |
+
_inference_process()
|
| 170 |
+
_heuristic_process()
|
| 171 |
+
|
| 172 |
+
|
| 173 |
+
func _training_process():
|
| 174 |
if connected:
|
| 175 |
+
get_tree().set_pause(true)
|
| 176 |
+
|
| 177 |
if just_reset:
|
| 178 |
just_reset = false
|
| 179 |
+
var obs = _get_obs_from_agents(agents_training)
|
| 180 |
+
|
| 181 |
+
var reply = {"type": "reset", "obs": obs}
|
|
|
|
|
|
|
|
|
|
| 182 |
_send_dict_as_json_message(reply)
|
| 183 |
# this should go straight to getting the action and setting it checked the agent, no need to perform one phyics tick
|
| 184 |
+
get_tree().set_pause(false)
|
| 185 |
return
|
| 186 |
+
|
| 187 |
if need_to_send_obs:
|
| 188 |
need_to_send_obs = false
|
| 189 |
var reward = _get_reward_from_agents()
|
| 190 |
var done = _get_done_from_agents()
|
| 191 |
#_reset_agents_if_done() # this ensures the new observation is from the next env instance : NEEDS REFACTOR
|
| 192 |
+
|
| 193 |
+
var obs = _get_obs_from_agents(agents_training)
|
| 194 |
+
|
| 195 |
+
var reply = {"type": "step", "obs": obs, "reward": reward, "done": done}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
_send_dict_as_json_message(reply)
|
| 197 |
+
|
| 198 |
var handled = handle_message()
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
func _inference_process():
|
| 202 |
+
if agents_inference.size() > 0:
|
| 203 |
+
var obs: Array = _get_obs_from_agents(agents_inference)
|
| 204 |
var actions = []
|
| 205 |
+
|
| 206 |
+
for agent_id in range(0, agents_inference.size()):
|
| 207 |
+
var action = agents_inference[agent_id].onnx_model.run_inference(
|
| 208 |
+
obs[agent_id]["obs"], 1.0
|
| 209 |
+
)
|
| 210 |
action["output"] = clamp_array(action["output"], -1.0, 1.0)
|
| 211 |
+
var action_dict = _extract_action_dict(
|
| 212 |
+
action["output"], _action_space_inference[agent_id]
|
| 213 |
+
)
|
| 214 |
actions.append(action_dict)
|
| 215 |
+
|
| 216 |
+
_set_agent_actions(actions, agents_inference)
|
| 217 |
+
_reset_agents_if_done(agents_inference)
|
| 218 |
+
get_tree().set_pause(false)
|
| 219 |
+
|
| 220 |
+
|
| 221 |
+
func _demo_record_process():
|
| 222 |
+
if not agent_demo_record:
|
| 223 |
+
return
|
| 224 |
+
|
| 225 |
+
if Input.is_action_just_pressed("RemoveLastDemoEpisode"):
|
| 226 |
+
print("[Sync script][Demo recorder] Removing last recorded episode.")
|
| 227 |
+
demo_trajectories.remove_at(demo_trajectories.size() - 1)
|
| 228 |
+
print("Remaining episode count: %d" % demo_trajectories.size())
|
| 229 |
+
|
| 230 |
+
if n_action_steps % agent_demo_record.action_repeat != 0:
|
| 231 |
+
return
|
| 232 |
+
|
| 233 |
+
var obs_dict: Dictionary = agent_demo_record.get_obs()
|
| 234 |
+
|
| 235 |
+
# Get the current obs from the agent
|
| 236 |
+
assert(
|
| 237 |
+
obs_dict.has("obs"),
|
| 238 |
+
"Demo recorder needs an 'obs' key in get_obs() returned dictionary to record obs from."
|
| 239 |
+
)
|
| 240 |
+
current_demo_trajectory[0].append(obs_dict.obs)
|
| 241 |
+
|
| 242 |
+
# Get the action applied for the current obs from the agent
|
| 243 |
+
agent_demo_record.set_action()
|
| 244 |
+
var acts = agent_demo_record.get_action()
|
| 245 |
+
|
| 246 |
+
var terminal = agent_demo_record.get_done()
|
| 247 |
+
# Record actions only for non-terminal states
|
| 248 |
+
if terminal:
|
| 249 |
+
agent_demo_record.set_done_false()
|
| 250 |
else:
|
| 251 |
+
current_demo_trajectory[1].append(acts)
|
| 252 |
+
|
| 253 |
+
if terminal:
|
| 254 |
+
#current_demo_trajectory[2].append(true)
|
| 255 |
+
demo_trajectories.append(current_demo_trajectory.duplicate(true))
|
| 256 |
+
print("[Sync script][Demo recorder] Recorded episode count: %d" % demo_trajectories.size())
|
| 257 |
+
current_demo_trajectory[0].clear()
|
| 258 |
+
current_demo_trajectory[1].clear()
|
| 259 |
+
|
| 260 |
|
| 261 |
+
func _heuristic_process():
|
| 262 |
+
for agent in agents_heuristic:
|
| 263 |
+
_reset_agents_if_done(agents_heuristic)
|
| 264 |
+
|
| 265 |
+
|
| 266 |
+
func _extract_action_dict(action_array: Array, action_space: Dictionary):
|
| 267 |
var index = 0
|
| 268 |
var result = {}
|
| 269 |
+
for key in action_space.keys():
|
| 270 |
+
var size = action_space[key]["size"]
|
| 271 |
+
if action_space[key]["action_type"] == "discrete":
|
| 272 |
result[key] = round(action_array[index])
|
| 273 |
else:
|
| 274 |
+
result[key] = action_array.slice(index, index + size)
|
| 275 |
index += size
|
| 276 |
+
|
| 277 |
return result
|
| 278 |
|
|
|
|
|
|
|
| 279 |
|
| 280 |
+
## For AIControllers that inherit mode from sync, sets the correct mode.
|
| 281 |
+
func _set_agent_mode(agent: Node):
|
| 282 |
+
var agent_inherits_mode: bool = agent.control_mode == agent.ControlModes.INHERIT_FROM_SYNC
|
| 283 |
+
|
| 284 |
+
if agent_inherits_mode:
|
| 285 |
+
match control_mode:
|
| 286 |
+
ControlModes.HUMAN:
|
| 287 |
+
agent.control_mode = agent.ControlModes.HUMAN
|
| 288 |
+
ControlModes.TRAINING:
|
| 289 |
+
agent.control_mode = agent.ControlModes.TRAINING
|
| 290 |
+
ControlModes.ONNX_INFERENCE:
|
| 291 |
+
agent.control_mode = agent.ControlModes.ONNX_INFERENCE
|
| 292 |
+
|
| 293 |
+
|
| 294 |
+
func _get_agents():
|
| 295 |
+
all_agents = get_tree().get_nodes_in_group("AGENT")
|
| 296 |
+
for agent in all_agents:
|
| 297 |
+
_set_agent_mode(agent)
|
| 298 |
+
|
| 299 |
+
if agent.control_mode == agent.ControlModes.TRAINING:
|
| 300 |
+
agents_training.append(agent)
|
| 301 |
+
elif agent.control_mode == agent.ControlModes.ONNX_INFERENCE:
|
| 302 |
+
agents_inference.append(agent)
|
| 303 |
+
elif agent.control_mode == agent.ControlModes.HUMAN:
|
| 304 |
+
agents_heuristic.append(agent)
|
| 305 |
+
elif agent.control_mode == agent.ControlModes.RECORD_EXPERT_DEMOS:
|
| 306 |
+
assert(
|
| 307 |
+
not agent_demo_record,
|
| 308 |
+
"Currently only a single AIController can be used for recording expert demos."
|
| 309 |
+
)
|
| 310 |
+
agent_demo_record = agent
|
| 311 |
+
|
| 312 |
+
|
| 313 |
+
func _set_heuristic(heuristic, agents: Array):
|
| 314 |
for agent in agents:
|
| 315 |
agent.set_heuristic(heuristic)
|
| 316 |
|
| 317 |
+
|
| 318 |
func _handshake():
|
| 319 |
print("performing handshake")
|
| 320 |
+
|
| 321 |
var json_dict = _get_dict_json_message()
|
| 322 |
assert(json_dict["type"] == "handshake")
|
| 323 |
var major_version = json_dict["major_version"]
|
| 324 |
var minor_version = json_dict["minor_version"]
|
| 325 |
if major_version != MAJOR_VERSION:
|
| 326 |
+
print("WARNING: major verison mismatch ", major_version, " ", MAJOR_VERSION)
|
| 327 |
if minor_version != MINOR_VERSION:
|
| 328 |
print("WARNING: minor verison mismatch ", minor_version, " ", MINOR_VERSION)
|
| 329 |
+
|
| 330 |
print("handshake complete")
|
| 331 |
|
| 332 |
+
|
| 333 |
func _get_dict_json_message():
|
| 334 |
# returns a dictionary from of the most recent message
|
| 335 |
# this is not waiting
|
|
|
|
| 341 |
return null
|
| 342 |
|
| 343 |
OS.delay_usec(10)
|
| 344 |
+
|
| 345 |
var message = stream.get_string()
|
| 346 |
var json_data = JSON.parse_string(message)
|
| 347 |
+
|
| 348 |
return json_data
|
| 349 |
|
| 350 |
+
|
| 351 |
func _send_dict_as_json_message(dict):
|
| 352 |
+
stream.put_string(JSON.stringify(dict, "", false))
|
| 353 |
+
|
| 354 |
|
| 355 |
func _send_env_info():
|
| 356 |
var json_dict = _get_dict_json_message()
|
| 357 |
assert(json_dict["type"] == "env_info")
|
| 358 |
|
|
|
|
| 359 |
var message = {
|
| 360 |
+
"type": "env_info",
|
| 361 |
"observation_space": _obs_space,
|
| 362 |
+
"action_space": _action_space,
|
| 363 |
+
"n_agents": len(agents_training)
|
| 364 |
+
}
|
| 365 |
_send_dict_as_json_message(message)
|
| 366 |
|
| 367 |
+
|
| 368 |
func connect_to_server():
|
| 369 |
print("Waiting for one second to allow server to start")
|
| 370 |
OS.delay_msec(1000)
|
| 371 |
print("trying to connect to server")
|
| 372 |
stream = StreamPeerTCP.new()
|
| 373 |
+
|
| 374 |
# "localhost" was not working on windows VM, had to use the IP
|
| 375 |
var ip = "127.0.0.1"
|
| 376 |
var port = _get_port()
|
| 377 |
var connect = stream.connect_to_host(ip, port)
|
| 378 |
+
stream.set_no_delay(true) # TODO check if this improves performance or not
|
| 379 |
stream.poll()
|
| 380 |
# Fetch the status until it is either connected (2) or failed to connect (3)
|
| 381 |
while stream.get_status() < 2:
|
| 382 |
stream.poll()
|
| 383 |
return stream.get_status() == 2
|
| 384 |
|
| 385 |
+
|
| 386 |
func _get_args():
|
| 387 |
print("getting command line arguments")
|
| 388 |
var arguments = {}
|
|
|
|
| 396 |
# with the value set to an empty string.
|
| 397 |
arguments[argument.lstrip("--")] = ""
|
| 398 |
|
| 399 |
+
return arguments
|
| 400 |
+
|
| 401 |
|
| 402 |
func _get_speedup():
|
| 403 |
print(args)
|
| 404 |
+
return args.get("speedup", str(speed_up)).to_float()
|
| 405 |
|
| 406 |
+
|
| 407 |
+
func _get_port():
|
| 408 |
return args.get("port", DEFAULT_PORT).to_int()
|
| 409 |
|
| 410 |
+
|
| 411 |
func _set_seed():
|
| 412 |
var _seed = args.get("env_seed", DEFAULT_SEED).to_int()
|
| 413 |
seed(_seed)
|
| 414 |
|
| 415 |
+
|
| 416 |
func _set_action_repeat():
|
| 417 |
action_repeat = args.get("action_repeat", str(action_repeat)).to_int()
|
| 418 |
+
|
| 419 |
+
|
| 420 |
func disconnect_from_server():
|
| 421 |
stream.disconnect_from_host()
|
| 422 |
|
| 423 |
|
|
|
|
| 424 |
func handle_message() -> bool:
|
| 425 |
# get json message: reset, step, close
|
| 426 |
var message = _get_dict_json_message()
|
| 427 |
if message["type"] == "close":
|
| 428 |
print("received close message, closing game")
|
| 429 |
get_tree().quit()
|
| 430 |
+
get_tree().set_pause(false)
|
| 431 |
return true
|
| 432 |
+
|
| 433 |
if message["type"] == "reset":
|
| 434 |
print("resetting all agents")
|
| 435 |
+
_reset_agents()
|
| 436 |
just_reset = true
|
| 437 |
+
get_tree().set_pause(false)
|
| 438 |
#print("resetting forcing draw")
|
| 439 |
# RenderingServer.force_draw()
|
| 440 |
# var obs = _get_obs_from_agents()
|
|
|
|
| 443 |
# "type": "reset",
|
| 444 |
# "obs": obs
|
| 445 |
# }
|
| 446 |
+
# _send_dict_as_json_message(reply)
|
| 447 |
return true
|
| 448 |
+
|
| 449 |
if message["type"] == "call":
|
| 450 |
var method = message["method"]
|
| 451 |
var returns = _call_method_on_agents(method)
|
| 452 |
+
var reply = {"type": "call", "returns": returns}
|
|
|
|
|
|
|
|
|
|
| 453 |
print("calling method from Python")
|
| 454 |
+
_send_dict_as_json_message(reply)
|
| 455 |
return handle_message()
|
| 456 |
+
|
| 457 |
if message["type"] == "action":
|
| 458 |
var action = message["action"]
|
| 459 |
+
_set_agent_actions(action, agents_training)
|
| 460 |
need_to_send_obs = true
|
| 461 |
+
get_tree().set_pause(false)
|
| 462 |
return true
|
| 463 |
+
|
| 464 |
print("message was not handled")
|
| 465 |
return false
|
| 466 |
|
| 467 |
+
|
| 468 |
func _call_method_on_agents(method):
|
| 469 |
var returns = []
|
| 470 |
+
for agent in all_agents:
|
| 471 |
returns.append(agent.call(method))
|
| 472 |
+
|
| 473 |
return returns
|
| 474 |
|
| 475 |
|
| 476 |
+
func _reset_agents_if_done(agents = all_agents):
|
| 477 |
for agent in agents:
|
| 478 |
+
if agent.get_done():
|
| 479 |
agent.set_done_false()
|
| 480 |
|
| 481 |
+
|
| 482 |
+
func _reset_agents(agents = all_agents):
|
| 483 |
for agent in agents:
|
| 484 |
agent.needs_reset = true
|
| 485 |
+
#agent.reset()
|
| 486 |
|
| 487 |
+
|
| 488 |
+
func _get_obs_from_agents(agents: Array = all_agents):
|
| 489 |
var obs = []
|
| 490 |
for agent in agents:
|
| 491 |
obs.append(agent.get_obs())
|
|
|
|
| 492 |
return obs
|
| 493 |
+
|
| 494 |
+
|
| 495 |
+
func _get_reward_from_agents(agents: Array = agents_training):
|
| 496 |
+
var rewards = []
|
| 497 |
for agent in agents:
|
| 498 |
rewards.append(agent.get_reward())
|
| 499 |
agent.zero_reward()
|
| 500 |
+
return rewards
|
| 501 |
+
|
| 502 |
+
|
| 503 |
+
func _get_done_from_agents(agents: Array = agents_training):
|
| 504 |
+
var dones = []
|
| 505 |
for agent in agents:
|
| 506 |
var done = agent.get_done()
|
| 507 |
+
if done:
|
| 508 |
+
agent.set_done_false()
|
| 509 |
dones.append(done)
|
| 510 |
+
return dones
|
| 511 |
+
|
| 512 |
+
|
| 513 |
+
func _set_agent_actions(actions, agents: Array = all_agents):
|
| 514 |
for i in range(len(actions)):
|
| 515 |
agents[i].set_action(actions[i])
|
| 516 |
+
|
| 517 |
+
|
| 518 |
+
func clamp_array(arr: Array, min: float, max: float):
|
| 519 |
+
var output: Array = []
|
| 520 |
for a in arr:
|
| 521 |
output.append(clamp(a, min, max))
|
| 522 |
return output
|
| 523 |
+
|
| 524 |
+
|
| 525 |
+
## Save recorded export demos on window exit (Close window instead of "Stop" button in Godot Editor)
|
| 526 |
+
func _notification(what):
|
| 527 |
+
if not agent_demo_record:
|
| 528 |
+
return
|
| 529 |
+
|
| 530 |
+
if what == NOTIFICATION_PREDELETE:
|
| 531 |
+
var json_string = JSON.stringify(demo_trajectories, "", false)
|
| 532 |
+
var file = FileAccess.open(agent_demo_record.expert_demo_save_path, FileAccess.WRITE)
|
| 533 |
+
|
| 534 |
+
if not file:
|
| 535 |
+
var error: Error = FileAccess.get_open_error()
|
| 536 |
+
assert(not error, "There was an error opening the file: %d" % error)
|
| 537 |
+
|
| 538 |
+
file.store_line(json_string)
|
| 539 |
+
var error = file.get_error()
|
| 540 |
+
assert(not error, "There was an error after trying to write to the file: %d" % error)
|
bin/Ships.pck
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3a39e9952bc1408db59615be62aa11cbf535bc1d61f58d5d9e89f6e95fe9807
|
| 3 |
+
size 3584464
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/GodotSharp.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2f682df7d28190b6cf0e9a4ac452c31cd42473a8b0b1ac05dbc72b914f6a13f3
|
| 3 |
+
size 4559872
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/GridSensor3DExample.deps.json
ADDED
|
@@ -0,0 +1,2980 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"runtimeTarget": {
|
| 3 |
+
"name": ".NETCoreApp,Version=v6.0/linux-x64",
|
| 4 |
+
"signature": ""
|
| 5 |
+
},
|
| 6 |
+
"compilationOptions": {},
|
| 7 |
+
"targets": {
|
| 8 |
+
".NETCoreApp,Version=v6.0": {},
|
| 9 |
+
".NETCoreApp,Version=v6.0/linux-x64": {
|
| 10 |
+
"GridSensor3DExample/1.0.0": {
|
| 11 |
+
"dependencies": {
|
| 12 |
+
"Godot.SourceGenerators": "4.2.1",
|
| 13 |
+
"GodotSharp": "4.2.1",
|
| 14 |
+
"Microsoft.ML.OnnxRuntime": "1.15.1",
|
| 15 |
+
"runtimepack.Microsoft.NETCore.App.Runtime.linux-x64": "6.0.27"
|
| 16 |
+
},
|
| 17 |
+
"runtime": {
|
| 18 |
+
"GridSensor3DExample.dll": {}
|
| 19 |
+
}
|
| 20 |
+
},
|
| 21 |
+
"runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.27": {
|
| 22 |
+
"runtime": {
|
| 23 |
+
"Microsoft.CSharp.dll": {
|
| 24 |
+
"assemblyVersion": "6.0.0.0",
|
| 25 |
+
"fileVersion": "6.0.2724.6912"
|
| 26 |
+
},
|
| 27 |
+
"Microsoft.VisualBasic.Core.dll": {
|
| 28 |
+
"assemblyVersion": "11.0.0.0",
|
| 29 |
+
"fileVersion": "11.100.2724.6912"
|
| 30 |
+
},
|
| 31 |
+
"Microsoft.VisualBasic.dll": {
|
| 32 |
+
"assemblyVersion": "10.0.0.0",
|
| 33 |
+
"fileVersion": "6.0.2724.6912"
|
| 34 |
+
},
|
| 35 |
+
"Microsoft.Win32.Primitives.dll": {
|
| 36 |
+
"assemblyVersion": "6.0.0.0",
|
| 37 |
+
"fileVersion": "6.0.2724.6912"
|
| 38 |
+
},
|
| 39 |
+
"Microsoft.Win32.Registry.dll": {
|
| 40 |
+
"assemblyVersion": "6.0.0.0",
|
| 41 |
+
"fileVersion": "6.0.2724.6912"
|
| 42 |
+
},
|
| 43 |
+
"System.AppContext.dll": {
|
| 44 |
+
"assemblyVersion": "6.0.0.0",
|
| 45 |
+
"fileVersion": "6.0.2724.6912"
|
| 46 |
+
},
|
| 47 |
+
"System.Buffers.dll": {
|
| 48 |
+
"assemblyVersion": "6.0.0.0",
|
| 49 |
+
"fileVersion": "6.0.2724.6912"
|
| 50 |
+
},
|
| 51 |
+
"System.Collections.Concurrent.dll": {
|
| 52 |
+
"assemblyVersion": "6.0.0.0",
|
| 53 |
+
"fileVersion": "6.0.2724.6912"
|
| 54 |
+
},
|
| 55 |
+
"System.Collections.Immutable.dll": {
|
| 56 |
+
"assemblyVersion": "6.0.0.0",
|
| 57 |
+
"fileVersion": "6.0.2724.6912"
|
| 58 |
+
},
|
| 59 |
+
"System.Collections.NonGeneric.dll": {
|
| 60 |
+
"assemblyVersion": "6.0.0.0",
|
| 61 |
+
"fileVersion": "6.0.2724.6912"
|
| 62 |
+
},
|
| 63 |
+
"System.Collections.Specialized.dll": {
|
| 64 |
+
"assemblyVersion": "6.0.0.0",
|
| 65 |
+
"fileVersion": "6.0.2724.6912"
|
| 66 |
+
},
|
| 67 |
+
"System.Collections.dll": {
|
| 68 |
+
"assemblyVersion": "6.0.0.0",
|
| 69 |
+
"fileVersion": "6.0.2724.6912"
|
| 70 |
+
},
|
| 71 |
+
"System.ComponentModel.Annotations.dll": {
|
| 72 |
+
"assemblyVersion": "6.0.0.0",
|
| 73 |
+
"fileVersion": "6.0.2724.6912"
|
| 74 |
+
},
|
| 75 |
+
"System.ComponentModel.DataAnnotations.dll": {
|
| 76 |
+
"assemblyVersion": "4.0.0.0",
|
| 77 |
+
"fileVersion": "6.0.2724.6912"
|
| 78 |
+
},
|
| 79 |
+
"System.ComponentModel.EventBasedAsync.dll": {
|
| 80 |
+
"assemblyVersion": "6.0.0.0",
|
| 81 |
+
"fileVersion": "6.0.2724.6912"
|
| 82 |
+
},
|
| 83 |
+
"System.ComponentModel.Primitives.dll": {
|
| 84 |
+
"assemblyVersion": "6.0.0.0",
|
| 85 |
+
"fileVersion": "6.0.2724.6912"
|
| 86 |
+
},
|
| 87 |
+
"System.ComponentModel.TypeConverter.dll": {
|
| 88 |
+
"assemblyVersion": "6.0.0.0",
|
| 89 |
+
"fileVersion": "6.0.2724.6912"
|
| 90 |
+
},
|
| 91 |
+
"System.ComponentModel.dll": {
|
| 92 |
+
"assemblyVersion": "6.0.0.0",
|
| 93 |
+
"fileVersion": "6.0.2724.6912"
|
| 94 |
+
},
|
| 95 |
+
"System.Configuration.dll": {
|
| 96 |
+
"assemblyVersion": "4.0.0.0",
|
| 97 |
+
"fileVersion": "6.0.2724.6912"
|
| 98 |
+
},
|
| 99 |
+
"System.Console.dll": {
|
| 100 |
+
"assemblyVersion": "6.0.0.0",
|
| 101 |
+
"fileVersion": "6.0.2724.6912"
|
| 102 |
+
},
|
| 103 |
+
"System.Core.dll": {
|
| 104 |
+
"assemblyVersion": "4.0.0.0",
|
| 105 |
+
"fileVersion": "6.0.2724.6912"
|
| 106 |
+
},
|
| 107 |
+
"System.Data.Common.dll": {
|
| 108 |
+
"assemblyVersion": "6.0.0.0",
|
| 109 |
+
"fileVersion": "6.0.2724.6912"
|
| 110 |
+
},
|
| 111 |
+
"System.Data.DataSetExtensions.dll": {
|
| 112 |
+
"assemblyVersion": "4.0.0.0",
|
| 113 |
+
"fileVersion": "6.0.2724.6912"
|
| 114 |
+
},
|
| 115 |
+
"System.Data.dll": {
|
| 116 |
+
"assemblyVersion": "4.0.0.0",
|
| 117 |
+
"fileVersion": "6.0.2724.6912"
|
| 118 |
+
},
|
| 119 |
+
"System.Diagnostics.Contracts.dll": {
|
| 120 |
+
"assemblyVersion": "6.0.0.0",
|
| 121 |
+
"fileVersion": "6.0.2724.6912"
|
| 122 |
+
},
|
| 123 |
+
"System.Diagnostics.Debug.dll": {
|
| 124 |
+
"assemblyVersion": "6.0.0.0",
|
| 125 |
+
"fileVersion": "6.0.2724.6912"
|
| 126 |
+
},
|
| 127 |
+
"System.Diagnostics.DiagnosticSource.dll": {
|
| 128 |
+
"assemblyVersion": "6.0.0.0",
|
| 129 |
+
"fileVersion": "6.0.2724.6912"
|
| 130 |
+
},
|
| 131 |
+
"System.Diagnostics.FileVersionInfo.dll": {
|
| 132 |
+
"assemblyVersion": "6.0.0.0",
|
| 133 |
+
"fileVersion": "6.0.2724.6912"
|
| 134 |
+
},
|
| 135 |
+
"System.Diagnostics.Process.dll": {
|
| 136 |
+
"assemblyVersion": "6.0.0.0",
|
| 137 |
+
"fileVersion": "6.0.2724.6912"
|
| 138 |
+
},
|
| 139 |
+
"System.Diagnostics.StackTrace.dll": {
|
| 140 |
+
"assemblyVersion": "6.0.0.0",
|
| 141 |
+
"fileVersion": "6.0.2724.6912"
|
| 142 |
+
},
|
| 143 |
+
"System.Diagnostics.TextWriterTraceListener.dll": {
|
| 144 |
+
"assemblyVersion": "6.0.0.0",
|
| 145 |
+
"fileVersion": "6.0.2724.6912"
|
| 146 |
+
},
|
| 147 |
+
"System.Diagnostics.Tools.dll": {
|
| 148 |
+
"assemblyVersion": "6.0.0.0",
|
| 149 |
+
"fileVersion": "6.0.2724.6912"
|
| 150 |
+
},
|
| 151 |
+
"System.Diagnostics.TraceSource.dll": {
|
| 152 |
+
"assemblyVersion": "6.0.0.0",
|
| 153 |
+
"fileVersion": "6.0.2724.6912"
|
| 154 |
+
},
|
| 155 |
+
"System.Diagnostics.Tracing.dll": {
|
| 156 |
+
"assemblyVersion": "6.0.0.0",
|
| 157 |
+
"fileVersion": "6.0.2724.6912"
|
| 158 |
+
},
|
| 159 |
+
"System.Drawing.Primitives.dll": {
|
| 160 |
+
"assemblyVersion": "6.0.0.0",
|
| 161 |
+
"fileVersion": "6.0.2724.6912"
|
| 162 |
+
},
|
| 163 |
+
"System.Drawing.dll": {
|
| 164 |
+
"assemblyVersion": "4.0.0.0",
|
| 165 |
+
"fileVersion": "6.0.2724.6912"
|
| 166 |
+
},
|
| 167 |
+
"System.Dynamic.Runtime.dll": {
|
| 168 |
+
"assemblyVersion": "6.0.0.0",
|
| 169 |
+
"fileVersion": "6.0.2724.6912"
|
| 170 |
+
},
|
| 171 |
+
"System.Formats.Asn1.dll": {
|
| 172 |
+
"assemblyVersion": "6.0.0.0",
|
| 173 |
+
"fileVersion": "6.0.2724.6912"
|
| 174 |
+
},
|
| 175 |
+
"System.Globalization.Calendars.dll": {
|
| 176 |
+
"assemblyVersion": "6.0.0.0",
|
| 177 |
+
"fileVersion": "6.0.2724.6912"
|
| 178 |
+
},
|
| 179 |
+
"System.Globalization.Extensions.dll": {
|
| 180 |
+
"assemblyVersion": "6.0.0.0",
|
| 181 |
+
"fileVersion": "6.0.2724.6912"
|
| 182 |
+
},
|
| 183 |
+
"System.Globalization.dll": {
|
| 184 |
+
"assemblyVersion": "6.0.0.0",
|
| 185 |
+
"fileVersion": "6.0.2724.6912"
|
| 186 |
+
},
|
| 187 |
+
"System.IO.Compression.Brotli.dll": {
|
| 188 |
+
"assemblyVersion": "6.0.0.0",
|
| 189 |
+
"fileVersion": "6.0.2724.6912"
|
| 190 |
+
},
|
| 191 |
+
"System.IO.Compression.FileSystem.dll": {
|
| 192 |
+
"assemblyVersion": "4.0.0.0",
|
| 193 |
+
"fileVersion": "6.0.2724.6912"
|
| 194 |
+
},
|
| 195 |
+
"System.IO.Compression.ZipFile.dll": {
|
| 196 |
+
"assemblyVersion": "6.0.0.0",
|
| 197 |
+
"fileVersion": "6.0.2724.6912"
|
| 198 |
+
},
|
| 199 |
+
"System.IO.Compression.dll": {
|
| 200 |
+
"assemblyVersion": "6.0.0.0",
|
| 201 |
+
"fileVersion": "6.0.2724.6912"
|
| 202 |
+
},
|
| 203 |
+
"System.IO.FileSystem.AccessControl.dll": {
|
| 204 |
+
"assemblyVersion": "6.0.0.0",
|
| 205 |
+
"fileVersion": "6.0.2724.6912"
|
| 206 |
+
},
|
| 207 |
+
"System.IO.FileSystem.DriveInfo.dll": {
|
| 208 |
+
"assemblyVersion": "6.0.0.0",
|
| 209 |
+
"fileVersion": "6.0.2724.6912"
|
| 210 |
+
},
|
| 211 |
+
"System.IO.FileSystem.Primitives.dll": {
|
| 212 |
+
"assemblyVersion": "6.0.0.0",
|
| 213 |
+
"fileVersion": "6.0.2724.6912"
|
| 214 |
+
},
|
| 215 |
+
"System.IO.FileSystem.Watcher.dll": {
|
| 216 |
+
"assemblyVersion": "6.0.0.0",
|
| 217 |
+
"fileVersion": "6.0.2724.6912"
|
| 218 |
+
},
|
| 219 |
+
"System.IO.FileSystem.dll": {
|
| 220 |
+
"assemblyVersion": "6.0.0.0",
|
| 221 |
+
"fileVersion": "6.0.2724.6912"
|
| 222 |
+
},
|
| 223 |
+
"System.IO.IsolatedStorage.dll": {
|
| 224 |
+
"assemblyVersion": "6.0.0.0",
|
| 225 |
+
"fileVersion": "6.0.2724.6912"
|
| 226 |
+
},
|
| 227 |
+
"System.IO.MemoryMappedFiles.dll": {
|
| 228 |
+
"assemblyVersion": "6.0.0.0",
|
| 229 |
+
"fileVersion": "6.0.2724.6912"
|
| 230 |
+
},
|
| 231 |
+
"System.IO.Pipes.AccessControl.dll": {
|
| 232 |
+
"assemblyVersion": "6.0.0.0",
|
| 233 |
+
"fileVersion": "6.0.2724.6912"
|
| 234 |
+
},
|
| 235 |
+
"System.IO.Pipes.dll": {
|
| 236 |
+
"assemblyVersion": "6.0.0.0",
|
| 237 |
+
"fileVersion": "6.0.2724.6912"
|
| 238 |
+
},
|
| 239 |
+
"System.IO.UnmanagedMemoryStream.dll": {
|
| 240 |
+
"assemblyVersion": "6.0.0.0",
|
| 241 |
+
"fileVersion": "6.0.2724.6912"
|
| 242 |
+
},
|
| 243 |
+
"System.IO.dll": {
|
| 244 |
+
"assemblyVersion": "6.0.0.0",
|
| 245 |
+
"fileVersion": "6.0.2724.6912"
|
| 246 |
+
},
|
| 247 |
+
"System.Linq.Expressions.dll": {
|
| 248 |
+
"assemblyVersion": "6.0.0.0",
|
| 249 |
+
"fileVersion": "6.0.2724.6912"
|
| 250 |
+
},
|
| 251 |
+
"System.Linq.Parallel.dll": {
|
| 252 |
+
"assemblyVersion": "6.0.0.0",
|
| 253 |
+
"fileVersion": "6.0.2724.6912"
|
| 254 |
+
},
|
| 255 |
+
"System.Linq.Queryable.dll": {
|
| 256 |
+
"assemblyVersion": "6.0.0.0",
|
| 257 |
+
"fileVersion": "6.0.2724.6912"
|
| 258 |
+
},
|
| 259 |
+
"System.Linq.dll": {
|
| 260 |
+
"assemblyVersion": "6.0.0.0",
|
| 261 |
+
"fileVersion": "6.0.2724.6912"
|
| 262 |
+
},
|
| 263 |
+
"System.Memory.dll": {
|
| 264 |
+
"assemblyVersion": "6.0.0.0",
|
| 265 |
+
"fileVersion": "6.0.2724.6912"
|
| 266 |
+
},
|
| 267 |
+
"System.Net.Http.Json.dll": {
|
| 268 |
+
"assemblyVersion": "6.0.0.0",
|
| 269 |
+
"fileVersion": "6.0.2724.6912"
|
| 270 |
+
},
|
| 271 |
+
"System.Net.Http.dll": {
|
| 272 |
+
"assemblyVersion": "6.0.0.0",
|
| 273 |
+
"fileVersion": "6.0.2724.6912"
|
| 274 |
+
},
|
| 275 |
+
"System.Net.HttpListener.dll": {
|
| 276 |
+
"assemblyVersion": "6.0.0.0",
|
| 277 |
+
"fileVersion": "6.0.2724.6912"
|
| 278 |
+
},
|
| 279 |
+
"System.Net.Mail.dll": {
|
| 280 |
+
"assemblyVersion": "6.0.0.0",
|
| 281 |
+
"fileVersion": "6.0.2724.6912"
|
| 282 |
+
},
|
| 283 |
+
"System.Net.NameResolution.dll": {
|
| 284 |
+
"assemblyVersion": "6.0.0.0",
|
| 285 |
+
"fileVersion": "6.0.2724.6912"
|
| 286 |
+
},
|
| 287 |
+
"System.Net.NetworkInformation.dll": {
|
| 288 |
+
"assemblyVersion": "6.0.0.0",
|
| 289 |
+
"fileVersion": "6.0.2724.6912"
|
| 290 |
+
},
|
| 291 |
+
"System.Net.Ping.dll": {
|
| 292 |
+
"assemblyVersion": "6.0.0.0",
|
| 293 |
+
"fileVersion": "6.0.2724.6912"
|
| 294 |
+
},
|
| 295 |
+
"System.Net.Primitives.dll": {
|
| 296 |
+
"assemblyVersion": "6.0.0.0",
|
| 297 |
+
"fileVersion": "6.0.2724.6912"
|
| 298 |
+
},
|
| 299 |
+
"System.Net.Quic.dll": {
|
| 300 |
+
"assemblyVersion": "6.0.0.0",
|
| 301 |
+
"fileVersion": "6.0.2724.6912"
|
| 302 |
+
},
|
| 303 |
+
"System.Net.Requests.dll": {
|
| 304 |
+
"assemblyVersion": "6.0.0.0",
|
| 305 |
+
"fileVersion": "6.0.2724.6912"
|
| 306 |
+
},
|
| 307 |
+
"System.Net.Security.dll": {
|
| 308 |
+
"assemblyVersion": "6.0.0.0",
|
| 309 |
+
"fileVersion": "6.0.2724.6912"
|
| 310 |
+
},
|
| 311 |
+
"System.Net.ServicePoint.dll": {
|
| 312 |
+
"assemblyVersion": "6.0.0.0",
|
| 313 |
+
"fileVersion": "6.0.2724.6912"
|
| 314 |
+
},
|
| 315 |
+
"System.Net.Sockets.dll": {
|
| 316 |
+
"assemblyVersion": "6.0.0.0",
|
| 317 |
+
"fileVersion": "6.0.2724.6912"
|
| 318 |
+
},
|
| 319 |
+
"System.Net.WebClient.dll": {
|
| 320 |
+
"assemblyVersion": "6.0.0.0",
|
| 321 |
+
"fileVersion": "6.0.2724.6912"
|
| 322 |
+
},
|
| 323 |
+
"System.Net.WebHeaderCollection.dll": {
|
| 324 |
+
"assemblyVersion": "6.0.0.0",
|
| 325 |
+
"fileVersion": "6.0.2724.6912"
|
| 326 |
+
},
|
| 327 |
+
"System.Net.WebProxy.dll": {
|
| 328 |
+
"assemblyVersion": "6.0.0.0",
|
| 329 |
+
"fileVersion": "6.0.2724.6912"
|
| 330 |
+
},
|
| 331 |
+
"System.Net.WebSockets.Client.dll": {
|
| 332 |
+
"assemblyVersion": "6.0.0.0",
|
| 333 |
+
"fileVersion": "6.0.2724.6912"
|
| 334 |
+
},
|
| 335 |
+
"System.Net.WebSockets.dll": {
|
| 336 |
+
"assemblyVersion": "6.0.0.0",
|
| 337 |
+
"fileVersion": "6.0.2724.6912"
|
| 338 |
+
},
|
| 339 |
+
"System.Net.dll": {
|
| 340 |
+
"assemblyVersion": "4.0.0.0",
|
| 341 |
+
"fileVersion": "6.0.2724.6912"
|
| 342 |
+
},
|
| 343 |
+
"System.Numerics.Vectors.dll": {
|
| 344 |
+
"assemblyVersion": "6.0.0.0",
|
| 345 |
+
"fileVersion": "6.0.2724.6912"
|
| 346 |
+
},
|
| 347 |
+
"System.Numerics.dll": {
|
| 348 |
+
"assemblyVersion": "4.0.0.0",
|
| 349 |
+
"fileVersion": "6.0.2724.6912"
|
| 350 |
+
},
|
| 351 |
+
"System.ObjectModel.dll": {
|
| 352 |
+
"assemblyVersion": "6.0.0.0",
|
| 353 |
+
"fileVersion": "6.0.2724.6912"
|
| 354 |
+
},
|
| 355 |
+
"System.Private.CoreLib.dll": {
|
| 356 |
+
"assemblyVersion": "6.0.0.0",
|
| 357 |
+
"fileVersion": "6.0.2724.6912"
|
| 358 |
+
},
|
| 359 |
+
"System.Private.DataContractSerialization.dll": {
|
| 360 |
+
"assemblyVersion": "6.0.0.0",
|
| 361 |
+
"fileVersion": "6.0.2724.6912"
|
| 362 |
+
},
|
| 363 |
+
"System.Private.Uri.dll": {
|
| 364 |
+
"assemblyVersion": "6.0.0.0",
|
| 365 |
+
"fileVersion": "6.0.2724.6912"
|
| 366 |
+
},
|
| 367 |
+
"System.Private.Xml.Linq.dll": {
|
| 368 |
+
"assemblyVersion": "6.0.0.0",
|
| 369 |
+
"fileVersion": "6.0.2724.6912"
|
| 370 |
+
},
|
| 371 |
+
"System.Private.Xml.dll": {
|
| 372 |
+
"assemblyVersion": "6.0.0.0",
|
| 373 |
+
"fileVersion": "6.0.2724.6912"
|
| 374 |
+
},
|
| 375 |
+
"System.Reflection.DispatchProxy.dll": {
|
| 376 |
+
"assemblyVersion": "6.0.0.0",
|
| 377 |
+
"fileVersion": "6.0.2724.6912"
|
| 378 |
+
},
|
| 379 |
+
"System.Reflection.Emit.ILGeneration.dll": {
|
| 380 |
+
"assemblyVersion": "6.0.0.0",
|
| 381 |
+
"fileVersion": "6.0.2724.6912"
|
| 382 |
+
},
|
| 383 |
+
"System.Reflection.Emit.Lightweight.dll": {
|
| 384 |
+
"assemblyVersion": "6.0.0.0",
|
| 385 |
+
"fileVersion": "6.0.2724.6912"
|
| 386 |
+
},
|
| 387 |
+
"System.Reflection.Emit.dll": {
|
| 388 |
+
"assemblyVersion": "6.0.0.0",
|
| 389 |
+
"fileVersion": "6.0.2724.6912"
|
| 390 |
+
},
|
| 391 |
+
"System.Reflection.Extensions.dll": {
|
| 392 |
+
"assemblyVersion": "6.0.0.0",
|
| 393 |
+
"fileVersion": "6.0.2724.6912"
|
| 394 |
+
},
|
| 395 |
+
"System.Reflection.Metadata.dll": {
|
| 396 |
+
"assemblyVersion": "6.0.0.0",
|
| 397 |
+
"fileVersion": "6.0.2724.6912"
|
| 398 |
+
},
|
| 399 |
+
"System.Reflection.Primitives.dll": {
|
| 400 |
+
"assemblyVersion": "6.0.0.0",
|
| 401 |
+
"fileVersion": "6.0.2724.6912"
|
| 402 |
+
},
|
| 403 |
+
"System.Reflection.TypeExtensions.dll": {
|
| 404 |
+
"assemblyVersion": "6.0.0.0",
|
| 405 |
+
"fileVersion": "6.0.2724.6912"
|
| 406 |
+
},
|
| 407 |
+
"System.Reflection.dll": {
|
| 408 |
+
"assemblyVersion": "6.0.0.0",
|
| 409 |
+
"fileVersion": "6.0.2724.6912"
|
| 410 |
+
},
|
| 411 |
+
"System.Resources.Reader.dll": {
|
| 412 |
+
"assemblyVersion": "6.0.0.0",
|
| 413 |
+
"fileVersion": "6.0.2724.6912"
|
| 414 |
+
},
|
| 415 |
+
"System.Resources.ResourceManager.dll": {
|
| 416 |
+
"assemblyVersion": "6.0.0.0",
|
| 417 |
+
"fileVersion": "6.0.2724.6912"
|
| 418 |
+
},
|
| 419 |
+
"System.Resources.Writer.dll": {
|
| 420 |
+
"assemblyVersion": "6.0.0.0",
|
| 421 |
+
"fileVersion": "6.0.2724.6912"
|
| 422 |
+
},
|
| 423 |
+
"System.Runtime.CompilerServices.Unsafe.dll": {
|
| 424 |
+
"assemblyVersion": "6.0.0.0",
|
| 425 |
+
"fileVersion": "6.0.2724.6912"
|
| 426 |
+
},
|
| 427 |
+
"System.Runtime.CompilerServices.VisualC.dll": {
|
| 428 |
+
"assemblyVersion": "6.0.0.0",
|
| 429 |
+
"fileVersion": "6.0.2724.6912"
|
| 430 |
+
},
|
| 431 |
+
"System.Runtime.Extensions.dll": {
|
| 432 |
+
"assemblyVersion": "6.0.0.0",
|
| 433 |
+
"fileVersion": "6.0.2724.6912"
|
| 434 |
+
},
|
| 435 |
+
"System.Runtime.Handles.dll": {
|
| 436 |
+
"assemblyVersion": "6.0.0.0",
|
| 437 |
+
"fileVersion": "6.0.2724.6912"
|
| 438 |
+
},
|
| 439 |
+
"System.Runtime.InteropServices.RuntimeInformation.dll": {
|
| 440 |
+
"assemblyVersion": "6.0.0.0",
|
| 441 |
+
"fileVersion": "6.0.2724.6912"
|
| 442 |
+
},
|
| 443 |
+
"System.Runtime.InteropServices.dll": {
|
| 444 |
+
"assemblyVersion": "6.0.0.0",
|
| 445 |
+
"fileVersion": "6.0.2724.6912"
|
| 446 |
+
},
|
| 447 |
+
"System.Runtime.Intrinsics.dll": {
|
| 448 |
+
"assemblyVersion": "6.0.0.0",
|
| 449 |
+
"fileVersion": "6.0.2724.6912"
|
| 450 |
+
},
|
| 451 |
+
"System.Runtime.Loader.dll": {
|
| 452 |
+
"assemblyVersion": "6.0.0.0",
|
| 453 |
+
"fileVersion": "6.0.2724.6912"
|
| 454 |
+
},
|
| 455 |
+
"System.Runtime.Numerics.dll": {
|
| 456 |
+
"assemblyVersion": "6.0.0.0",
|
| 457 |
+
"fileVersion": "6.0.2724.6912"
|
| 458 |
+
},
|
| 459 |
+
"System.Runtime.Serialization.Formatters.dll": {
|
| 460 |
+
"assemblyVersion": "6.0.0.0",
|
| 461 |
+
"fileVersion": "6.0.2724.6912"
|
| 462 |
+
},
|
| 463 |
+
"System.Runtime.Serialization.Json.dll": {
|
| 464 |
+
"assemblyVersion": "6.0.0.0",
|
| 465 |
+
"fileVersion": "6.0.2724.6912"
|
| 466 |
+
},
|
| 467 |
+
"System.Runtime.Serialization.Primitives.dll": {
|
| 468 |
+
"assemblyVersion": "6.0.0.0",
|
| 469 |
+
"fileVersion": "6.0.2724.6912"
|
| 470 |
+
},
|
| 471 |
+
"System.Runtime.Serialization.Xml.dll": {
|
| 472 |
+
"assemblyVersion": "6.0.0.0",
|
| 473 |
+
"fileVersion": "6.0.2724.6912"
|
| 474 |
+
},
|
| 475 |
+
"System.Runtime.Serialization.dll": {
|
| 476 |
+
"assemblyVersion": "4.0.0.0",
|
| 477 |
+
"fileVersion": "6.0.2724.6912"
|
| 478 |
+
},
|
| 479 |
+
"System.Runtime.dll": {
|
| 480 |
+
"assemblyVersion": "6.0.0.0",
|
| 481 |
+
"fileVersion": "6.0.2724.6912"
|
| 482 |
+
},
|
| 483 |
+
"System.Security.AccessControl.dll": {
|
| 484 |
+
"assemblyVersion": "6.0.0.0",
|
| 485 |
+
"fileVersion": "6.0.2724.6912"
|
| 486 |
+
},
|
| 487 |
+
"System.Security.Claims.dll": {
|
| 488 |
+
"assemblyVersion": "6.0.0.0",
|
| 489 |
+
"fileVersion": "6.0.2724.6912"
|
| 490 |
+
},
|
| 491 |
+
"System.Security.Cryptography.Algorithms.dll": {
|
| 492 |
+
"assemblyVersion": "6.0.0.0",
|
| 493 |
+
"fileVersion": "6.0.2724.6912"
|
| 494 |
+
},
|
| 495 |
+
"System.Security.Cryptography.Cng.dll": {
|
| 496 |
+
"assemblyVersion": "6.0.0.0",
|
| 497 |
+
"fileVersion": "6.0.2724.6912"
|
| 498 |
+
},
|
| 499 |
+
"System.Security.Cryptography.Csp.dll": {
|
| 500 |
+
"assemblyVersion": "6.0.0.0",
|
| 501 |
+
"fileVersion": "6.0.2724.6912"
|
| 502 |
+
},
|
| 503 |
+
"System.Security.Cryptography.Encoding.dll": {
|
| 504 |
+
"assemblyVersion": "6.0.0.0",
|
| 505 |
+
"fileVersion": "6.0.2724.6912"
|
| 506 |
+
},
|
| 507 |
+
"System.Security.Cryptography.OpenSsl.dll": {
|
| 508 |
+
"assemblyVersion": "6.0.0.0",
|
| 509 |
+
"fileVersion": "6.0.2724.6912"
|
| 510 |
+
},
|
| 511 |
+
"System.Security.Cryptography.Primitives.dll": {
|
| 512 |
+
"assemblyVersion": "6.0.0.0",
|
| 513 |
+
"fileVersion": "6.0.2724.6912"
|
| 514 |
+
},
|
| 515 |
+
"System.Security.Cryptography.X509Certificates.dll": {
|
| 516 |
+
"assemblyVersion": "6.0.0.0",
|
| 517 |
+
"fileVersion": "6.0.2724.6912"
|
| 518 |
+
},
|
| 519 |
+
"System.Security.Principal.Windows.dll": {
|
| 520 |
+
"assemblyVersion": "6.0.0.0",
|
| 521 |
+
"fileVersion": "6.0.2724.6912"
|
| 522 |
+
},
|
| 523 |
+
"System.Security.Principal.dll": {
|
| 524 |
+
"assemblyVersion": "6.0.0.0",
|
| 525 |
+
"fileVersion": "6.0.2724.6912"
|
| 526 |
+
},
|
| 527 |
+
"System.Security.SecureString.dll": {
|
| 528 |
+
"assemblyVersion": "6.0.0.0",
|
| 529 |
+
"fileVersion": "6.0.2724.6912"
|
| 530 |
+
},
|
| 531 |
+
"System.Security.dll": {
|
| 532 |
+
"assemblyVersion": "4.0.0.0",
|
| 533 |
+
"fileVersion": "6.0.2724.6912"
|
| 534 |
+
},
|
| 535 |
+
"System.ServiceModel.Web.dll": {
|
| 536 |
+
"assemblyVersion": "4.0.0.0",
|
| 537 |
+
"fileVersion": "6.0.2724.6912"
|
| 538 |
+
},
|
| 539 |
+
"System.ServiceProcess.dll": {
|
| 540 |
+
"assemblyVersion": "4.0.0.0",
|
| 541 |
+
"fileVersion": "6.0.2724.6912"
|
| 542 |
+
},
|
| 543 |
+
"System.Text.Encoding.CodePages.dll": {
|
| 544 |
+
"assemblyVersion": "6.0.0.0",
|
| 545 |
+
"fileVersion": "6.0.2724.6912"
|
| 546 |
+
},
|
| 547 |
+
"System.Text.Encoding.Extensions.dll": {
|
| 548 |
+
"assemblyVersion": "6.0.0.0",
|
| 549 |
+
"fileVersion": "6.0.2724.6912"
|
| 550 |
+
},
|
| 551 |
+
"System.Text.Encoding.dll": {
|
| 552 |
+
"assemblyVersion": "6.0.0.0",
|
| 553 |
+
"fileVersion": "6.0.2724.6912"
|
| 554 |
+
},
|
| 555 |
+
"System.Text.Encodings.Web.dll": {
|
| 556 |
+
"assemblyVersion": "6.0.0.0",
|
| 557 |
+
"fileVersion": "6.0.2724.6912"
|
| 558 |
+
},
|
| 559 |
+
"System.Text.Json.dll": {
|
| 560 |
+
"assemblyVersion": "6.0.0.0",
|
| 561 |
+
"fileVersion": "6.0.2724.6912"
|
| 562 |
+
},
|
| 563 |
+
"System.Text.RegularExpressions.dll": {
|
| 564 |
+
"assemblyVersion": "6.0.0.0",
|
| 565 |
+
"fileVersion": "6.0.2724.6912"
|
| 566 |
+
},
|
| 567 |
+
"System.Threading.Channels.dll": {
|
| 568 |
+
"assemblyVersion": "6.0.0.0",
|
| 569 |
+
"fileVersion": "6.0.2724.6912"
|
| 570 |
+
},
|
| 571 |
+
"System.Threading.Overlapped.dll": {
|
| 572 |
+
"assemblyVersion": "6.0.0.0",
|
| 573 |
+
"fileVersion": "6.0.2724.6912"
|
| 574 |
+
},
|
| 575 |
+
"System.Threading.Tasks.Dataflow.dll": {
|
| 576 |
+
"assemblyVersion": "6.0.0.0",
|
| 577 |
+
"fileVersion": "6.0.2724.6912"
|
| 578 |
+
},
|
| 579 |
+
"System.Threading.Tasks.Extensions.dll": {
|
| 580 |
+
"assemblyVersion": "6.0.0.0",
|
| 581 |
+
"fileVersion": "6.0.2724.6912"
|
| 582 |
+
},
|
| 583 |
+
"System.Threading.Tasks.Parallel.dll": {
|
| 584 |
+
"assemblyVersion": "6.0.0.0",
|
| 585 |
+
"fileVersion": "6.0.2724.6912"
|
| 586 |
+
},
|
| 587 |
+
"System.Threading.Tasks.dll": {
|
| 588 |
+
"assemblyVersion": "6.0.0.0",
|
| 589 |
+
"fileVersion": "6.0.2724.6912"
|
| 590 |
+
},
|
| 591 |
+
"System.Threading.Thread.dll": {
|
| 592 |
+
"assemblyVersion": "6.0.0.0",
|
| 593 |
+
"fileVersion": "6.0.2724.6912"
|
| 594 |
+
},
|
| 595 |
+
"System.Threading.ThreadPool.dll": {
|
| 596 |
+
"assemblyVersion": "6.0.0.0",
|
| 597 |
+
"fileVersion": "6.0.2724.6912"
|
| 598 |
+
},
|
| 599 |
+
"System.Threading.Timer.dll": {
|
| 600 |
+
"assemblyVersion": "6.0.0.0",
|
| 601 |
+
"fileVersion": "6.0.2724.6912"
|
| 602 |
+
},
|
| 603 |
+
"System.Threading.dll": {
|
| 604 |
+
"assemblyVersion": "6.0.0.0",
|
| 605 |
+
"fileVersion": "6.0.2724.6912"
|
| 606 |
+
},
|
| 607 |
+
"System.Transactions.Local.dll": {
|
| 608 |
+
"assemblyVersion": "6.0.0.0",
|
| 609 |
+
"fileVersion": "6.0.2724.6912"
|
| 610 |
+
},
|
| 611 |
+
"System.Transactions.dll": {
|
| 612 |
+
"assemblyVersion": "4.0.0.0",
|
| 613 |
+
"fileVersion": "6.0.2724.6912"
|
| 614 |
+
},
|
| 615 |
+
"System.ValueTuple.dll": {
|
| 616 |
+
"assemblyVersion": "6.0.0.0",
|
| 617 |
+
"fileVersion": "6.0.2724.6912"
|
| 618 |
+
},
|
| 619 |
+
"System.Web.HttpUtility.dll": {
|
| 620 |
+
"assemblyVersion": "6.0.0.0",
|
| 621 |
+
"fileVersion": "6.0.2724.6912"
|
| 622 |
+
},
|
| 623 |
+
"System.Web.dll": {
|
| 624 |
+
"assemblyVersion": "4.0.0.0",
|
| 625 |
+
"fileVersion": "6.0.2724.6912"
|
| 626 |
+
},
|
| 627 |
+
"System.Windows.dll": {
|
| 628 |
+
"assemblyVersion": "4.0.0.0",
|
| 629 |
+
"fileVersion": "6.0.2724.6912"
|
| 630 |
+
},
|
| 631 |
+
"System.Xml.Linq.dll": {
|
| 632 |
+
"assemblyVersion": "4.0.0.0",
|
| 633 |
+
"fileVersion": "6.0.2724.6912"
|
| 634 |
+
},
|
| 635 |
+
"System.Xml.ReaderWriter.dll": {
|
| 636 |
+
"assemblyVersion": "6.0.0.0",
|
| 637 |
+
"fileVersion": "6.0.2724.6912"
|
| 638 |
+
},
|
| 639 |
+
"System.Xml.Serialization.dll": {
|
| 640 |
+
"assemblyVersion": "4.0.0.0",
|
| 641 |
+
"fileVersion": "6.0.2724.6912"
|
| 642 |
+
},
|
| 643 |
+
"System.Xml.XDocument.dll": {
|
| 644 |
+
"assemblyVersion": "6.0.0.0",
|
| 645 |
+
"fileVersion": "6.0.2724.6912"
|
| 646 |
+
},
|
| 647 |
+
"System.Xml.XPath.XDocument.dll": {
|
| 648 |
+
"assemblyVersion": "6.0.0.0",
|
| 649 |
+
"fileVersion": "6.0.2724.6912"
|
| 650 |
+
},
|
| 651 |
+
"System.Xml.XPath.dll": {
|
| 652 |
+
"assemblyVersion": "6.0.0.0",
|
| 653 |
+
"fileVersion": "6.0.2724.6912"
|
| 654 |
+
},
|
| 655 |
+
"System.Xml.XmlDocument.dll": {
|
| 656 |
+
"assemblyVersion": "6.0.0.0",
|
| 657 |
+
"fileVersion": "6.0.2724.6912"
|
| 658 |
+
},
|
| 659 |
+
"System.Xml.XmlSerializer.dll": {
|
| 660 |
+
"assemblyVersion": "6.0.0.0",
|
| 661 |
+
"fileVersion": "6.0.2724.6912"
|
| 662 |
+
},
|
| 663 |
+
"System.Xml.dll": {
|
| 664 |
+
"assemblyVersion": "4.0.0.0",
|
| 665 |
+
"fileVersion": "6.0.2724.6912"
|
| 666 |
+
},
|
| 667 |
+
"System.dll": {
|
| 668 |
+
"assemblyVersion": "4.0.0.0",
|
| 669 |
+
"fileVersion": "6.0.2724.6912"
|
| 670 |
+
},
|
| 671 |
+
"WindowsBase.dll": {
|
| 672 |
+
"assemblyVersion": "4.0.0.0",
|
| 673 |
+
"fileVersion": "6.0.2724.6912"
|
| 674 |
+
},
|
| 675 |
+
"mscorlib.dll": {
|
| 676 |
+
"assemblyVersion": "4.0.0.0",
|
| 677 |
+
"fileVersion": "6.0.2724.6912"
|
| 678 |
+
},
|
| 679 |
+
"netstandard.dll": {
|
| 680 |
+
"assemblyVersion": "2.1.0.0",
|
| 681 |
+
"fileVersion": "6.0.2724.6912"
|
| 682 |
+
}
|
| 683 |
+
},
|
| 684 |
+
"native": {
|
| 685 |
+
"createdump": {
|
| 686 |
+
"fileVersion": "0.0.0.0"
|
| 687 |
+
},
|
| 688 |
+
"libSystem.Globalization.Native.so": {
|
| 689 |
+
"fileVersion": "0.0.0.0"
|
| 690 |
+
},
|
| 691 |
+
"libSystem.IO.Compression.Native.so": {
|
| 692 |
+
"fileVersion": "0.0.0.0"
|
| 693 |
+
},
|
| 694 |
+
"libSystem.Native.so": {
|
| 695 |
+
"fileVersion": "0.0.0.0"
|
| 696 |
+
},
|
| 697 |
+
"libSystem.Net.Security.Native.so": {
|
| 698 |
+
"fileVersion": "0.0.0.0"
|
| 699 |
+
},
|
| 700 |
+
"libSystem.Security.Cryptography.Native.OpenSsl.so": {
|
| 701 |
+
"fileVersion": "0.0.0.0"
|
| 702 |
+
},
|
| 703 |
+
"libclrjit.so": {
|
| 704 |
+
"fileVersion": "0.0.0.0"
|
| 705 |
+
},
|
| 706 |
+
"libcoreclr.so": {
|
| 707 |
+
"fileVersion": "0.0.0.0"
|
| 708 |
+
},
|
| 709 |
+
"libcoreclrtraceptprovider.so": {
|
| 710 |
+
"fileVersion": "0.0.0.0"
|
| 711 |
+
},
|
| 712 |
+
"libdbgshim.so": {
|
| 713 |
+
"fileVersion": "0.0.0.0"
|
| 714 |
+
},
|
| 715 |
+
"libhostfxr.so": {
|
| 716 |
+
"fileVersion": "0.0.0.0"
|
| 717 |
+
},
|
| 718 |
+
"libhostpolicy.so": {
|
| 719 |
+
"fileVersion": "0.0.0.0"
|
| 720 |
+
},
|
| 721 |
+
"libmscordaccore.so": {
|
| 722 |
+
"fileVersion": "0.0.0.0"
|
| 723 |
+
},
|
| 724 |
+
"libmscordbi.so": {
|
| 725 |
+
"fileVersion": "0.0.0.0"
|
| 726 |
+
}
|
| 727 |
+
}
|
| 728 |
+
},
|
| 729 |
+
"Godot.SourceGenerators/4.2.1": {},
|
| 730 |
+
"GodotSharp/4.2.1": {
|
| 731 |
+
"runtime": {
|
| 732 |
+
"lib/net6.0/GodotSharp.dll": {
|
| 733 |
+
"assemblyVersion": "4.2.1.0",
|
| 734 |
+
"fileVersion": "4.2.1.0"
|
| 735 |
+
}
|
| 736 |
+
}
|
| 737 |
+
},
|
| 738 |
+
"Microsoft.ML.OnnxRuntime/1.15.1": {
|
| 739 |
+
"dependencies": {
|
| 740 |
+
"Microsoft.ML.OnnxRuntime.Managed": "1.15.1"
|
| 741 |
+
},
|
| 742 |
+
"native": {
|
| 743 |
+
"runtimes/linux-x64/native/libonnxruntime.so": {
|
| 744 |
+
"fileVersion": "0.0.0.0"
|
| 745 |
+
}
|
| 746 |
+
}
|
| 747 |
+
},
|
| 748 |
+
"Microsoft.ML.OnnxRuntime.Managed/1.15.1": {
|
| 749 |
+
"dependencies": {
|
| 750 |
+
"System.Memory": "4.5.3"
|
| 751 |
+
},
|
| 752 |
+
"runtime": {
|
| 753 |
+
"lib/net6.0/Microsoft.ML.OnnxRuntime.dll": {
|
| 754 |
+
"assemblyVersion": "0.0.0.0",
|
| 755 |
+
"fileVersion": "0.0.0.0"
|
| 756 |
+
}
|
| 757 |
+
}
|
| 758 |
+
},
|
| 759 |
+
"System.Memory/4.5.3": {}
|
| 760 |
+
}
|
| 761 |
+
},
|
| 762 |
+
"libraries": {
|
| 763 |
+
"GridSensor3DExample/1.0.0": {
|
| 764 |
+
"type": "project",
|
| 765 |
+
"serviceable": false,
|
| 766 |
+
"sha512": ""
|
| 767 |
+
},
|
| 768 |
+
"runtimepack.Microsoft.NETCore.App.Runtime.linux-x64/6.0.27": {
|
| 769 |
+
"type": "runtimepack",
|
| 770 |
+
"serviceable": false,
|
| 771 |
+
"sha512": ""
|
| 772 |
+
},
|
| 773 |
+
"Godot.SourceGenerators/4.2.1": {
|
| 774 |
+
"type": "package",
|
| 775 |
+
"serviceable": true,
|
| 776 |
+
"sha512": "sha512-MdLFzDZEMUbXRLH4bLX8o9Blk76M7Op76RyobZ1zyKgcIkgPqG+p53jgLFLSHpBGFKKaW3kB0w6om+wYauwHbw==",
|
| 777 |
+
"path": "godot.sourcegenerators/4.2.1",
|
| 778 |
+
"hashPath": "godot.sourcegenerators.4.2.1.nupkg.sha512"
|
| 779 |
+
},
|
| 780 |
+
"GodotSharp/4.2.1": {
|
| 781 |
+
"type": "package",
|
| 782 |
+
"serviceable": true,
|
| 783 |
+
"sha512": "sha512-6a/GML0jXcwT6LxDBtRx+hpPBUFGAmK7GVb/ehKP53nx0AHA+Yc//B7anXY4U4WCMB+ckgsouWpd8rAeupNfbw==",
|
| 784 |
+
"path": "godotsharp/4.2.1",
|
| 785 |
+
"hashPath": "godotsharp.4.2.1.nupkg.sha512"
|
| 786 |
+
},
|
| 787 |
+
"Microsoft.ML.OnnxRuntime/1.15.1": {
|
| 788 |
+
"type": "package",
|
| 789 |
+
"serviceable": true,
|
| 790 |
+
"sha512": "sha512-kqZ1pL08yus4rVi5gkqaVRzu2Dgu0fC05f1EdV/Th51DIromCh8ZiWrjX7xaED1jqLpa7gMQpa1XEiSgtaZo7Q==",
|
| 791 |
+
"path": "microsoft.ml.onnxruntime/1.15.1",
|
| 792 |
+
"hashPath": "microsoft.ml.onnxruntime.1.15.1.nupkg.sha512"
|
| 793 |
+
},
|
| 794 |
+
"Microsoft.ML.OnnxRuntime.Managed/1.15.1": {
|
| 795 |
+
"type": "package",
|
| 796 |
+
"serviceable": true,
|
| 797 |
+
"sha512": "sha512-sWsqzgVoPPfdj3/S/8+Rr9xEdS4LYH5nV7Na+K+jOnzdWjR71IFZUbpR8bbtAwT/qPmazgNgoc+tMmey4NrVmw==",
|
| 798 |
+
"path": "microsoft.ml.onnxruntime.managed/1.15.1",
|
| 799 |
+
"hashPath": "microsoft.ml.onnxruntime.managed.1.15.1.nupkg.sha512"
|
| 800 |
+
},
|
| 801 |
+
"System.Memory/4.5.3": {
|
| 802 |
+
"type": "package",
|
| 803 |
+
"serviceable": true,
|
| 804 |
+
"sha512": "sha512-3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA==",
|
| 805 |
+
"path": "system.memory/4.5.3",
|
| 806 |
+
"hashPath": "system.memory.4.5.3.nupkg.sha512"
|
| 807 |
+
}
|
| 808 |
+
},
|
| 809 |
+
"runtimes": {
|
| 810 |
+
"alpine-x64": [
|
| 811 |
+
"alpine",
|
| 812 |
+
"linux-musl-x64",
|
| 813 |
+
"linux-musl",
|
| 814 |
+
"linux-x64",
|
| 815 |
+
"linux",
|
| 816 |
+
"unix-x64",
|
| 817 |
+
"unix",
|
| 818 |
+
"any",
|
| 819 |
+
"base"
|
| 820 |
+
],
|
| 821 |
+
"alpine.3.10-x64": [
|
| 822 |
+
"alpine.3.10",
|
| 823 |
+
"alpine.3.9-x64",
|
| 824 |
+
"alpine.3.9",
|
| 825 |
+
"alpine.3.8-x64",
|
| 826 |
+
"alpine.3.8",
|
| 827 |
+
"alpine.3.7-x64",
|
| 828 |
+
"alpine.3.7",
|
| 829 |
+
"alpine.3.6-x64",
|
| 830 |
+
"alpine.3.6",
|
| 831 |
+
"alpine-x64",
|
| 832 |
+
"alpine",
|
| 833 |
+
"linux-musl-x64",
|
| 834 |
+
"linux-musl",
|
| 835 |
+
"linux-x64",
|
| 836 |
+
"linux",
|
| 837 |
+
"unix-x64",
|
| 838 |
+
"unix",
|
| 839 |
+
"any",
|
| 840 |
+
"base"
|
| 841 |
+
],
|
| 842 |
+
"alpine.3.11-x64": [
|
| 843 |
+
"alpine.3.11",
|
| 844 |
+
"alpine.3.10-x64",
|
| 845 |
+
"alpine.3.10",
|
| 846 |
+
"alpine.3.9-x64",
|
| 847 |
+
"alpine.3.9",
|
| 848 |
+
"alpine.3.8-x64",
|
| 849 |
+
"alpine.3.8",
|
| 850 |
+
"alpine.3.7-x64",
|
| 851 |
+
"alpine.3.7",
|
| 852 |
+
"alpine.3.6-x64",
|
| 853 |
+
"alpine.3.6",
|
| 854 |
+
"alpine-x64",
|
| 855 |
+
"alpine",
|
| 856 |
+
"linux-musl-x64",
|
| 857 |
+
"linux-musl",
|
| 858 |
+
"linux-x64",
|
| 859 |
+
"linux",
|
| 860 |
+
"unix-x64",
|
| 861 |
+
"unix",
|
| 862 |
+
"any",
|
| 863 |
+
"base"
|
| 864 |
+
],
|
| 865 |
+
"alpine.3.12-x64": [
|
| 866 |
+
"alpine.3.12",
|
| 867 |
+
"alpine.3.11-x64",
|
| 868 |
+
"alpine.3.11",
|
| 869 |
+
"alpine.3.10-x64",
|
| 870 |
+
"alpine.3.10",
|
| 871 |
+
"alpine.3.9-x64",
|
| 872 |
+
"alpine.3.9",
|
| 873 |
+
"alpine.3.8-x64",
|
| 874 |
+
"alpine.3.8",
|
| 875 |
+
"alpine.3.7-x64",
|
| 876 |
+
"alpine.3.7",
|
| 877 |
+
"alpine.3.6-x64",
|
| 878 |
+
"alpine.3.6",
|
| 879 |
+
"alpine-x64",
|
| 880 |
+
"alpine",
|
| 881 |
+
"linux-musl-x64",
|
| 882 |
+
"linux-musl",
|
| 883 |
+
"linux-x64",
|
| 884 |
+
"linux",
|
| 885 |
+
"unix-x64",
|
| 886 |
+
"unix",
|
| 887 |
+
"any",
|
| 888 |
+
"base"
|
| 889 |
+
],
|
| 890 |
+
"alpine.3.13-x64": [
|
| 891 |
+
"alpine.3.13",
|
| 892 |
+
"alpine.3.12-x64",
|
| 893 |
+
"alpine.3.12",
|
| 894 |
+
"alpine.3.11-x64",
|
| 895 |
+
"alpine.3.11",
|
| 896 |
+
"alpine.3.10-x64",
|
| 897 |
+
"alpine.3.10",
|
| 898 |
+
"alpine.3.9-x64",
|
| 899 |
+
"alpine.3.9",
|
| 900 |
+
"alpine.3.8-x64",
|
| 901 |
+
"alpine.3.8",
|
| 902 |
+
"alpine.3.7-x64",
|
| 903 |
+
"alpine.3.7",
|
| 904 |
+
"alpine.3.6-x64",
|
| 905 |
+
"alpine.3.6",
|
| 906 |
+
"alpine-x64",
|
| 907 |
+
"alpine",
|
| 908 |
+
"linux-musl-x64",
|
| 909 |
+
"linux-musl",
|
| 910 |
+
"linux-x64",
|
| 911 |
+
"linux",
|
| 912 |
+
"unix-x64",
|
| 913 |
+
"unix",
|
| 914 |
+
"any",
|
| 915 |
+
"base"
|
| 916 |
+
],
|
| 917 |
+
"alpine.3.14-x64": [
|
| 918 |
+
"alpine.3.14",
|
| 919 |
+
"alpine.3.13-x64",
|
| 920 |
+
"alpine.3.13",
|
| 921 |
+
"alpine.3.12-x64",
|
| 922 |
+
"alpine.3.12",
|
| 923 |
+
"alpine.3.11-x64",
|
| 924 |
+
"alpine.3.11",
|
| 925 |
+
"alpine.3.10-x64",
|
| 926 |
+
"alpine.3.10",
|
| 927 |
+
"alpine.3.9-x64",
|
| 928 |
+
"alpine.3.9",
|
| 929 |
+
"alpine.3.8-x64",
|
| 930 |
+
"alpine.3.8",
|
| 931 |
+
"alpine.3.7-x64",
|
| 932 |
+
"alpine.3.7",
|
| 933 |
+
"alpine.3.6-x64",
|
| 934 |
+
"alpine.3.6",
|
| 935 |
+
"alpine-x64",
|
| 936 |
+
"alpine",
|
| 937 |
+
"linux-musl-x64",
|
| 938 |
+
"linux-musl",
|
| 939 |
+
"linux-x64",
|
| 940 |
+
"linux",
|
| 941 |
+
"unix-x64",
|
| 942 |
+
"unix",
|
| 943 |
+
"any",
|
| 944 |
+
"base"
|
| 945 |
+
],
|
| 946 |
+
"alpine.3.15-x64": [
|
| 947 |
+
"alpine.3.15",
|
| 948 |
+
"alpine.3.14-x64",
|
| 949 |
+
"alpine.3.14",
|
| 950 |
+
"alpine.3.13-x64",
|
| 951 |
+
"alpine.3.13",
|
| 952 |
+
"alpine.3.12-x64",
|
| 953 |
+
"alpine.3.12",
|
| 954 |
+
"alpine.3.11-x64",
|
| 955 |
+
"alpine.3.11",
|
| 956 |
+
"alpine.3.10-x64",
|
| 957 |
+
"alpine.3.10",
|
| 958 |
+
"alpine.3.9-x64",
|
| 959 |
+
"alpine.3.9",
|
| 960 |
+
"alpine.3.8-x64",
|
| 961 |
+
"alpine.3.8",
|
| 962 |
+
"alpine.3.7-x64",
|
| 963 |
+
"alpine.3.7",
|
| 964 |
+
"alpine.3.6-x64",
|
| 965 |
+
"alpine.3.6",
|
| 966 |
+
"alpine-x64",
|
| 967 |
+
"alpine",
|
| 968 |
+
"linux-musl-x64",
|
| 969 |
+
"linux-musl",
|
| 970 |
+
"linux-x64",
|
| 971 |
+
"linux",
|
| 972 |
+
"unix-x64",
|
| 973 |
+
"unix",
|
| 974 |
+
"any",
|
| 975 |
+
"base"
|
| 976 |
+
],
|
| 977 |
+
"alpine.3.16-x64": [
|
| 978 |
+
"alpine.3.16",
|
| 979 |
+
"alpine.3.15-x64",
|
| 980 |
+
"alpine.3.15",
|
| 981 |
+
"alpine.3.14-x64",
|
| 982 |
+
"alpine.3.14",
|
| 983 |
+
"alpine.3.13-x64",
|
| 984 |
+
"alpine.3.13",
|
| 985 |
+
"alpine.3.12-x64",
|
| 986 |
+
"alpine.3.12",
|
| 987 |
+
"alpine.3.11-x64",
|
| 988 |
+
"alpine.3.11",
|
| 989 |
+
"alpine.3.10-x64",
|
| 990 |
+
"alpine.3.10",
|
| 991 |
+
"alpine.3.9-x64",
|
| 992 |
+
"alpine.3.9",
|
| 993 |
+
"alpine.3.8-x64",
|
| 994 |
+
"alpine.3.8",
|
| 995 |
+
"alpine.3.7-x64",
|
| 996 |
+
"alpine.3.7",
|
| 997 |
+
"alpine.3.6-x64",
|
| 998 |
+
"alpine.3.6",
|
| 999 |
+
"alpine-x64",
|
| 1000 |
+
"alpine",
|
| 1001 |
+
"linux-musl-x64",
|
| 1002 |
+
"linux-musl",
|
| 1003 |
+
"linux-x64",
|
| 1004 |
+
"linux",
|
| 1005 |
+
"unix-x64",
|
| 1006 |
+
"unix",
|
| 1007 |
+
"any",
|
| 1008 |
+
"base"
|
| 1009 |
+
],
|
| 1010 |
+
"alpine.3.17-x64": [
|
| 1011 |
+
"alpine.3.17",
|
| 1012 |
+
"alpine.3.16-x64",
|
| 1013 |
+
"alpine.3.16",
|
| 1014 |
+
"alpine.3.15-x64",
|
| 1015 |
+
"alpine.3.15",
|
| 1016 |
+
"alpine.3.14-x64",
|
| 1017 |
+
"alpine.3.14",
|
| 1018 |
+
"alpine.3.13-x64",
|
| 1019 |
+
"alpine.3.13",
|
| 1020 |
+
"alpine.3.12-x64",
|
| 1021 |
+
"alpine.3.12",
|
| 1022 |
+
"alpine.3.11-x64",
|
| 1023 |
+
"alpine.3.11",
|
| 1024 |
+
"alpine.3.10-x64",
|
| 1025 |
+
"alpine.3.10",
|
| 1026 |
+
"alpine.3.9-x64",
|
| 1027 |
+
"alpine.3.9",
|
| 1028 |
+
"alpine.3.8-x64",
|
| 1029 |
+
"alpine.3.8",
|
| 1030 |
+
"alpine.3.7-x64",
|
| 1031 |
+
"alpine.3.7",
|
| 1032 |
+
"alpine.3.6-x64",
|
| 1033 |
+
"alpine.3.6",
|
| 1034 |
+
"alpine-x64",
|
| 1035 |
+
"alpine",
|
| 1036 |
+
"linux-musl-x64",
|
| 1037 |
+
"linux-musl",
|
| 1038 |
+
"linux-x64",
|
| 1039 |
+
"linux",
|
| 1040 |
+
"unix-x64",
|
| 1041 |
+
"unix",
|
| 1042 |
+
"any",
|
| 1043 |
+
"base"
|
| 1044 |
+
],
|
| 1045 |
+
"alpine.3.18-x64": [
|
| 1046 |
+
"alpine.3.18",
|
| 1047 |
+
"alpine.3.17-x64",
|
| 1048 |
+
"alpine.3.17",
|
| 1049 |
+
"alpine.3.16-x64",
|
| 1050 |
+
"alpine.3.16",
|
| 1051 |
+
"alpine.3.15-x64",
|
| 1052 |
+
"alpine.3.15",
|
| 1053 |
+
"alpine.3.14-x64",
|
| 1054 |
+
"alpine.3.14",
|
| 1055 |
+
"alpine.3.13-x64",
|
| 1056 |
+
"alpine.3.13",
|
| 1057 |
+
"alpine.3.12-x64",
|
| 1058 |
+
"alpine.3.12",
|
| 1059 |
+
"alpine.3.11-x64",
|
| 1060 |
+
"alpine.3.11",
|
| 1061 |
+
"alpine.3.10-x64",
|
| 1062 |
+
"alpine.3.10",
|
| 1063 |
+
"alpine.3.9-x64",
|
| 1064 |
+
"alpine.3.9",
|
| 1065 |
+
"alpine.3.8-x64",
|
| 1066 |
+
"alpine.3.8",
|
| 1067 |
+
"alpine.3.7-x64",
|
| 1068 |
+
"alpine.3.7",
|
| 1069 |
+
"alpine.3.6-x64",
|
| 1070 |
+
"alpine.3.6",
|
| 1071 |
+
"alpine-x64",
|
| 1072 |
+
"alpine",
|
| 1073 |
+
"linux-musl-x64",
|
| 1074 |
+
"linux-musl",
|
| 1075 |
+
"linux-x64",
|
| 1076 |
+
"linux",
|
| 1077 |
+
"unix-x64",
|
| 1078 |
+
"unix",
|
| 1079 |
+
"any",
|
| 1080 |
+
"base"
|
| 1081 |
+
],
|
| 1082 |
+
"alpine.3.6-x64": [
|
| 1083 |
+
"alpine.3.6",
|
| 1084 |
+
"alpine-x64",
|
| 1085 |
+
"alpine",
|
| 1086 |
+
"linux-musl-x64",
|
| 1087 |
+
"linux-musl",
|
| 1088 |
+
"linux-x64",
|
| 1089 |
+
"linux",
|
| 1090 |
+
"unix-x64",
|
| 1091 |
+
"unix",
|
| 1092 |
+
"any",
|
| 1093 |
+
"base"
|
| 1094 |
+
],
|
| 1095 |
+
"alpine.3.7-x64": [
|
| 1096 |
+
"alpine.3.7",
|
| 1097 |
+
"alpine.3.6-x64",
|
| 1098 |
+
"alpine.3.6",
|
| 1099 |
+
"alpine-x64",
|
| 1100 |
+
"alpine",
|
| 1101 |
+
"linux-musl-x64",
|
| 1102 |
+
"linux-musl",
|
| 1103 |
+
"linux-x64",
|
| 1104 |
+
"linux",
|
| 1105 |
+
"unix-x64",
|
| 1106 |
+
"unix",
|
| 1107 |
+
"any",
|
| 1108 |
+
"base"
|
| 1109 |
+
],
|
| 1110 |
+
"alpine.3.8-x64": [
|
| 1111 |
+
"alpine.3.8",
|
| 1112 |
+
"alpine.3.7-x64",
|
| 1113 |
+
"alpine.3.7",
|
| 1114 |
+
"alpine.3.6-x64",
|
| 1115 |
+
"alpine.3.6",
|
| 1116 |
+
"alpine-x64",
|
| 1117 |
+
"alpine",
|
| 1118 |
+
"linux-musl-x64",
|
| 1119 |
+
"linux-musl",
|
| 1120 |
+
"linux-x64",
|
| 1121 |
+
"linux",
|
| 1122 |
+
"unix-x64",
|
| 1123 |
+
"unix",
|
| 1124 |
+
"any",
|
| 1125 |
+
"base"
|
| 1126 |
+
],
|
| 1127 |
+
"alpine.3.9-x64": [
|
| 1128 |
+
"alpine.3.9",
|
| 1129 |
+
"alpine.3.8-x64",
|
| 1130 |
+
"alpine.3.8",
|
| 1131 |
+
"alpine.3.7-x64",
|
| 1132 |
+
"alpine.3.7",
|
| 1133 |
+
"alpine.3.6-x64",
|
| 1134 |
+
"alpine.3.6",
|
| 1135 |
+
"alpine-x64",
|
| 1136 |
+
"alpine",
|
| 1137 |
+
"linux-musl-x64",
|
| 1138 |
+
"linux-musl",
|
| 1139 |
+
"linux-x64",
|
| 1140 |
+
"linux",
|
| 1141 |
+
"unix-x64",
|
| 1142 |
+
"unix",
|
| 1143 |
+
"any",
|
| 1144 |
+
"base"
|
| 1145 |
+
],
|
| 1146 |
+
"android-x64": [
|
| 1147 |
+
"android",
|
| 1148 |
+
"linux-x64",
|
| 1149 |
+
"linux",
|
| 1150 |
+
"unix-x64",
|
| 1151 |
+
"unix",
|
| 1152 |
+
"any",
|
| 1153 |
+
"base"
|
| 1154 |
+
],
|
| 1155 |
+
"android.21-x64": [
|
| 1156 |
+
"android.21",
|
| 1157 |
+
"android-x64",
|
| 1158 |
+
"android",
|
| 1159 |
+
"linux-x64",
|
| 1160 |
+
"linux",
|
| 1161 |
+
"unix-x64",
|
| 1162 |
+
"unix",
|
| 1163 |
+
"any",
|
| 1164 |
+
"base"
|
| 1165 |
+
],
|
| 1166 |
+
"android.22-x64": [
|
| 1167 |
+
"android.22",
|
| 1168 |
+
"android.21-x64",
|
| 1169 |
+
"android.21",
|
| 1170 |
+
"android-x64",
|
| 1171 |
+
"android",
|
| 1172 |
+
"linux-x64",
|
| 1173 |
+
"linux",
|
| 1174 |
+
"unix-x64",
|
| 1175 |
+
"unix",
|
| 1176 |
+
"any",
|
| 1177 |
+
"base"
|
| 1178 |
+
],
|
| 1179 |
+
"android.23-x64": [
|
| 1180 |
+
"android.23",
|
| 1181 |
+
"android.22-x64",
|
| 1182 |
+
"android.22",
|
| 1183 |
+
"android.21-x64",
|
| 1184 |
+
"android.21",
|
| 1185 |
+
"android-x64",
|
| 1186 |
+
"android",
|
| 1187 |
+
"linux-x64",
|
| 1188 |
+
"linux",
|
| 1189 |
+
"unix-x64",
|
| 1190 |
+
"unix",
|
| 1191 |
+
"any",
|
| 1192 |
+
"base"
|
| 1193 |
+
],
|
| 1194 |
+
"android.24-x64": [
|
| 1195 |
+
"android.24",
|
| 1196 |
+
"android.23-x64",
|
| 1197 |
+
"android.23",
|
| 1198 |
+
"android.22-x64",
|
| 1199 |
+
"android.22",
|
| 1200 |
+
"android.21-x64",
|
| 1201 |
+
"android.21",
|
| 1202 |
+
"android-x64",
|
| 1203 |
+
"android",
|
| 1204 |
+
"linux-x64",
|
| 1205 |
+
"linux",
|
| 1206 |
+
"unix-x64",
|
| 1207 |
+
"unix",
|
| 1208 |
+
"any",
|
| 1209 |
+
"base"
|
| 1210 |
+
],
|
| 1211 |
+
"android.25-x64": [
|
| 1212 |
+
"android.25",
|
| 1213 |
+
"android.24-x64",
|
| 1214 |
+
"android.24",
|
| 1215 |
+
"android.23-x64",
|
| 1216 |
+
"android.23",
|
| 1217 |
+
"android.22-x64",
|
| 1218 |
+
"android.22",
|
| 1219 |
+
"android.21-x64",
|
| 1220 |
+
"android.21",
|
| 1221 |
+
"android-x64",
|
| 1222 |
+
"android",
|
| 1223 |
+
"linux-x64",
|
| 1224 |
+
"linux",
|
| 1225 |
+
"unix-x64",
|
| 1226 |
+
"unix",
|
| 1227 |
+
"any",
|
| 1228 |
+
"base"
|
| 1229 |
+
],
|
| 1230 |
+
"android.26-x64": [
|
| 1231 |
+
"android.26",
|
| 1232 |
+
"android.25-x64",
|
| 1233 |
+
"android.25",
|
| 1234 |
+
"android.24-x64",
|
| 1235 |
+
"android.24",
|
| 1236 |
+
"android.23-x64",
|
| 1237 |
+
"android.23",
|
| 1238 |
+
"android.22-x64",
|
| 1239 |
+
"android.22",
|
| 1240 |
+
"android.21-x64",
|
| 1241 |
+
"android.21",
|
| 1242 |
+
"android-x64",
|
| 1243 |
+
"android",
|
| 1244 |
+
"linux-x64",
|
| 1245 |
+
"linux",
|
| 1246 |
+
"unix-x64",
|
| 1247 |
+
"unix",
|
| 1248 |
+
"any",
|
| 1249 |
+
"base"
|
| 1250 |
+
],
|
| 1251 |
+
"android.27-x64": [
|
| 1252 |
+
"android.27",
|
| 1253 |
+
"android.26-x64",
|
| 1254 |
+
"android.26",
|
| 1255 |
+
"android.25-x64",
|
| 1256 |
+
"android.25",
|
| 1257 |
+
"android.24-x64",
|
| 1258 |
+
"android.24",
|
| 1259 |
+
"android.23-x64",
|
| 1260 |
+
"android.23",
|
| 1261 |
+
"android.22-x64",
|
| 1262 |
+
"android.22",
|
| 1263 |
+
"android.21-x64",
|
| 1264 |
+
"android.21",
|
| 1265 |
+
"android-x64",
|
| 1266 |
+
"android",
|
| 1267 |
+
"linux-x64",
|
| 1268 |
+
"linux",
|
| 1269 |
+
"unix-x64",
|
| 1270 |
+
"unix",
|
| 1271 |
+
"any",
|
| 1272 |
+
"base"
|
| 1273 |
+
],
|
| 1274 |
+
"android.28-x64": [
|
| 1275 |
+
"android.28",
|
| 1276 |
+
"android.27-x64",
|
| 1277 |
+
"android.27",
|
| 1278 |
+
"android.26-x64",
|
| 1279 |
+
"android.26",
|
| 1280 |
+
"android.25-x64",
|
| 1281 |
+
"android.25",
|
| 1282 |
+
"android.24-x64",
|
| 1283 |
+
"android.24",
|
| 1284 |
+
"android.23-x64",
|
| 1285 |
+
"android.23",
|
| 1286 |
+
"android.22-x64",
|
| 1287 |
+
"android.22",
|
| 1288 |
+
"android.21-x64",
|
| 1289 |
+
"android.21",
|
| 1290 |
+
"android-x64",
|
| 1291 |
+
"android",
|
| 1292 |
+
"linux-x64",
|
| 1293 |
+
"linux",
|
| 1294 |
+
"unix-x64",
|
| 1295 |
+
"unix",
|
| 1296 |
+
"any",
|
| 1297 |
+
"base"
|
| 1298 |
+
],
|
| 1299 |
+
"android.29-x64": [
|
| 1300 |
+
"android.29",
|
| 1301 |
+
"android.28-x64",
|
| 1302 |
+
"android.28",
|
| 1303 |
+
"android.27-x64",
|
| 1304 |
+
"android.27",
|
| 1305 |
+
"android.26-x64",
|
| 1306 |
+
"android.26",
|
| 1307 |
+
"android.25-x64",
|
| 1308 |
+
"android.25",
|
| 1309 |
+
"android.24-x64",
|
| 1310 |
+
"android.24",
|
| 1311 |
+
"android.23-x64",
|
| 1312 |
+
"android.23",
|
| 1313 |
+
"android.22-x64",
|
| 1314 |
+
"android.22",
|
| 1315 |
+
"android.21-x64",
|
| 1316 |
+
"android.21",
|
| 1317 |
+
"android-x64",
|
| 1318 |
+
"android",
|
| 1319 |
+
"linux-x64",
|
| 1320 |
+
"linux",
|
| 1321 |
+
"unix-x64",
|
| 1322 |
+
"unix",
|
| 1323 |
+
"any",
|
| 1324 |
+
"base"
|
| 1325 |
+
],
|
| 1326 |
+
"android.30-x64": [
|
| 1327 |
+
"android.30",
|
| 1328 |
+
"android.29-x64",
|
| 1329 |
+
"android.29",
|
| 1330 |
+
"android.28-x64",
|
| 1331 |
+
"android.28",
|
| 1332 |
+
"android.27-x64",
|
| 1333 |
+
"android.27",
|
| 1334 |
+
"android.26-x64",
|
| 1335 |
+
"android.26",
|
| 1336 |
+
"android.25-x64",
|
| 1337 |
+
"android.25",
|
| 1338 |
+
"android.24-x64",
|
| 1339 |
+
"android.24",
|
| 1340 |
+
"android.23-x64",
|
| 1341 |
+
"android.23",
|
| 1342 |
+
"android.22-x64",
|
| 1343 |
+
"android.22",
|
| 1344 |
+
"android.21-x64",
|
| 1345 |
+
"android.21",
|
| 1346 |
+
"android-x64",
|
| 1347 |
+
"android",
|
| 1348 |
+
"linux-x64",
|
| 1349 |
+
"linux",
|
| 1350 |
+
"unix-x64",
|
| 1351 |
+
"unix",
|
| 1352 |
+
"any",
|
| 1353 |
+
"base"
|
| 1354 |
+
],
|
| 1355 |
+
"android.31-x64": [
|
| 1356 |
+
"android.31",
|
| 1357 |
+
"android.30-x64",
|
| 1358 |
+
"android.30",
|
| 1359 |
+
"android.29-x64",
|
| 1360 |
+
"android.29",
|
| 1361 |
+
"android.28-x64",
|
| 1362 |
+
"android.28",
|
| 1363 |
+
"android.27-x64",
|
| 1364 |
+
"android.27",
|
| 1365 |
+
"android.26-x64",
|
| 1366 |
+
"android.26",
|
| 1367 |
+
"android.25-x64",
|
| 1368 |
+
"android.25",
|
| 1369 |
+
"android.24-x64",
|
| 1370 |
+
"android.24",
|
| 1371 |
+
"android.23-x64",
|
| 1372 |
+
"android.23",
|
| 1373 |
+
"android.22-x64",
|
| 1374 |
+
"android.22",
|
| 1375 |
+
"android.21-x64",
|
| 1376 |
+
"android.21",
|
| 1377 |
+
"android-x64",
|
| 1378 |
+
"android",
|
| 1379 |
+
"linux-x64",
|
| 1380 |
+
"linux",
|
| 1381 |
+
"unix-x64",
|
| 1382 |
+
"unix",
|
| 1383 |
+
"any",
|
| 1384 |
+
"base"
|
| 1385 |
+
],
|
| 1386 |
+
"android.32-x64": [
|
| 1387 |
+
"android.32",
|
| 1388 |
+
"android.31-x64",
|
| 1389 |
+
"android.31",
|
| 1390 |
+
"android.30-x64",
|
| 1391 |
+
"android.30",
|
| 1392 |
+
"android.29-x64",
|
| 1393 |
+
"android.29",
|
| 1394 |
+
"android.28-x64",
|
| 1395 |
+
"android.28",
|
| 1396 |
+
"android.27-x64",
|
| 1397 |
+
"android.27",
|
| 1398 |
+
"android.26-x64",
|
| 1399 |
+
"android.26",
|
| 1400 |
+
"android.25-x64",
|
| 1401 |
+
"android.25",
|
| 1402 |
+
"android.24-x64",
|
| 1403 |
+
"android.24",
|
| 1404 |
+
"android.23-x64",
|
| 1405 |
+
"android.23",
|
| 1406 |
+
"android.22-x64",
|
| 1407 |
+
"android.22",
|
| 1408 |
+
"android.21-x64",
|
| 1409 |
+
"android.21",
|
| 1410 |
+
"android-x64",
|
| 1411 |
+
"android",
|
| 1412 |
+
"linux-x64",
|
| 1413 |
+
"linux",
|
| 1414 |
+
"unix-x64",
|
| 1415 |
+
"unix",
|
| 1416 |
+
"any",
|
| 1417 |
+
"base"
|
| 1418 |
+
],
|
| 1419 |
+
"arch-x64": [
|
| 1420 |
+
"arch",
|
| 1421 |
+
"linux-x64",
|
| 1422 |
+
"linux",
|
| 1423 |
+
"unix-x64",
|
| 1424 |
+
"unix",
|
| 1425 |
+
"any",
|
| 1426 |
+
"base"
|
| 1427 |
+
],
|
| 1428 |
+
"centos-x64": [
|
| 1429 |
+
"centos",
|
| 1430 |
+
"rhel-x64",
|
| 1431 |
+
"rhel",
|
| 1432 |
+
"linux-x64",
|
| 1433 |
+
"linux",
|
| 1434 |
+
"unix-x64",
|
| 1435 |
+
"unix",
|
| 1436 |
+
"any",
|
| 1437 |
+
"base"
|
| 1438 |
+
],
|
| 1439 |
+
"centos.7-x64": [
|
| 1440 |
+
"centos.7",
|
| 1441 |
+
"centos-x64",
|
| 1442 |
+
"rhel.7-x64",
|
| 1443 |
+
"centos",
|
| 1444 |
+
"rhel.7",
|
| 1445 |
+
"rhel-x64",
|
| 1446 |
+
"rhel",
|
| 1447 |
+
"linux-x64",
|
| 1448 |
+
"linux",
|
| 1449 |
+
"unix-x64",
|
| 1450 |
+
"unix",
|
| 1451 |
+
"any",
|
| 1452 |
+
"base"
|
| 1453 |
+
],
|
| 1454 |
+
"centos.8-x64": [
|
| 1455 |
+
"centos.8",
|
| 1456 |
+
"centos-x64",
|
| 1457 |
+
"rhel.8-x64",
|
| 1458 |
+
"centos",
|
| 1459 |
+
"rhel.8",
|
| 1460 |
+
"rhel-x64",
|
| 1461 |
+
"rhel",
|
| 1462 |
+
"linux-x64",
|
| 1463 |
+
"linux",
|
| 1464 |
+
"unix-x64",
|
| 1465 |
+
"unix",
|
| 1466 |
+
"any",
|
| 1467 |
+
"base"
|
| 1468 |
+
],
|
| 1469 |
+
"centos.9-x64": [
|
| 1470 |
+
"centos.9",
|
| 1471 |
+
"centos-x64",
|
| 1472 |
+
"rhel.9-x64",
|
| 1473 |
+
"centos",
|
| 1474 |
+
"rhel.9",
|
| 1475 |
+
"rhel-x64",
|
| 1476 |
+
"rhel",
|
| 1477 |
+
"linux-x64",
|
| 1478 |
+
"linux",
|
| 1479 |
+
"unix-x64",
|
| 1480 |
+
"unix",
|
| 1481 |
+
"any",
|
| 1482 |
+
"base"
|
| 1483 |
+
],
|
| 1484 |
+
"debian-x64": [
|
| 1485 |
+
"debian",
|
| 1486 |
+
"linux-x64",
|
| 1487 |
+
"linux",
|
| 1488 |
+
"unix-x64",
|
| 1489 |
+
"unix",
|
| 1490 |
+
"any",
|
| 1491 |
+
"base"
|
| 1492 |
+
],
|
| 1493 |
+
"debian.10-x64": [
|
| 1494 |
+
"debian.10",
|
| 1495 |
+
"debian-x64",
|
| 1496 |
+
"debian",
|
| 1497 |
+
"linux-x64",
|
| 1498 |
+
"linux",
|
| 1499 |
+
"unix-x64",
|
| 1500 |
+
"unix",
|
| 1501 |
+
"any",
|
| 1502 |
+
"base"
|
| 1503 |
+
],
|
| 1504 |
+
"debian.11-x64": [
|
| 1505 |
+
"debian.11",
|
| 1506 |
+
"debian-x64",
|
| 1507 |
+
"debian",
|
| 1508 |
+
"linux-x64",
|
| 1509 |
+
"linux",
|
| 1510 |
+
"unix-x64",
|
| 1511 |
+
"unix",
|
| 1512 |
+
"any",
|
| 1513 |
+
"base"
|
| 1514 |
+
],
|
| 1515 |
+
"debian.12-x64": [
|
| 1516 |
+
"debian.12",
|
| 1517 |
+
"debian-x64",
|
| 1518 |
+
"debian",
|
| 1519 |
+
"linux-x64",
|
| 1520 |
+
"linux",
|
| 1521 |
+
"unix-x64",
|
| 1522 |
+
"unix",
|
| 1523 |
+
"any",
|
| 1524 |
+
"base"
|
| 1525 |
+
],
|
| 1526 |
+
"debian.8-x64": [
|
| 1527 |
+
"debian.8",
|
| 1528 |
+
"debian-x64",
|
| 1529 |
+
"debian",
|
| 1530 |
+
"linux-x64",
|
| 1531 |
+
"linux",
|
| 1532 |
+
"unix-x64",
|
| 1533 |
+
"unix",
|
| 1534 |
+
"any",
|
| 1535 |
+
"base"
|
| 1536 |
+
],
|
| 1537 |
+
"debian.9-x64": [
|
| 1538 |
+
"debian.9",
|
| 1539 |
+
"debian-x64",
|
| 1540 |
+
"debian",
|
| 1541 |
+
"linux-x64",
|
| 1542 |
+
"linux",
|
| 1543 |
+
"unix-x64",
|
| 1544 |
+
"unix",
|
| 1545 |
+
"any",
|
| 1546 |
+
"base"
|
| 1547 |
+
],
|
| 1548 |
+
"exherbo-x64": [
|
| 1549 |
+
"exherbo",
|
| 1550 |
+
"linux-x64",
|
| 1551 |
+
"linux",
|
| 1552 |
+
"unix-x64",
|
| 1553 |
+
"unix",
|
| 1554 |
+
"any",
|
| 1555 |
+
"base"
|
| 1556 |
+
],
|
| 1557 |
+
"fedora-x64": [
|
| 1558 |
+
"fedora",
|
| 1559 |
+
"linux-x64",
|
| 1560 |
+
"linux",
|
| 1561 |
+
"unix-x64",
|
| 1562 |
+
"unix",
|
| 1563 |
+
"any",
|
| 1564 |
+
"base"
|
| 1565 |
+
],
|
| 1566 |
+
"fedora.23-x64": [
|
| 1567 |
+
"fedora.23",
|
| 1568 |
+
"fedora-x64",
|
| 1569 |
+
"fedora",
|
| 1570 |
+
"linux-x64",
|
| 1571 |
+
"linux",
|
| 1572 |
+
"unix-x64",
|
| 1573 |
+
"unix",
|
| 1574 |
+
"any",
|
| 1575 |
+
"base"
|
| 1576 |
+
],
|
| 1577 |
+
"fedora.24-x64": [
|
| 1578 |
+
"fedora.24",
|
| 1579 |
+
"fedora-x64",
|
| 1580 |
+
"fedora",
|
| 1581 |
+
"linux-x64",
|
| 1582 |
+
"linux",
|
| 1583 |
+
"unix-x64",
|
| 1584 |
+
"unix",
|
| 1585 |
+
"any",
|
| 1586 |
+
"base"
|
| 1587 |
+
],
|
| 1588 |
+
"fedora.25-x64": [
|
| 1589 |
+
"fedora.25",
|
| 1590 |
+
"fedora-x64",
|
| 1591 |
+
"fedora",
|
| 1592 |
+
"linux-x64",
|
| 1593 |
+
"linux",
|
| 1594 |
+
"unix-x64",
|
| 1595 |
+
"unix",
|
| 1596 |
+
"any",
|
| 1597 |
+
"base"
|
| 1598 |
+
],
|
| 1599 |
+
"fedora.26-x64": [
|
| 1600 |
+
"fedora.26",
|
| 1601 |
+
"fedora-x64",
|
| 1602 |
+
"fedora",
|
| 1603 |
+
"linux-x64",
|
| 1604 |
+
"linux",
|
| 1605 |
+
"unix-x64",
|
| 1606 |
+
"unix",
|
| 1607 |
+
"any",
|
| 1608 |
+
"base"
|
| 1609 |
+
],
|
| 1610 |
+
"fedora.27-x64": [
|
| 1611 |
+
"fedora.27",
|
| 1612 |
+
"fedora-x64",
|
| 1613 |
+
"fedora",
|
| 1614 |
+
"linux-x64",
|
| 1615 |
+
"linux",
|
| 1616 |
+
"unix-x64",
|
| 1617 |
+
"unix",
|
| 1618 |
+
"any",
|
| 1619 |
+
"base"
|
| 1620 |
+
],
|
| 1621 |
+
"fedora.28-x64": [
|
| 1622 |
+
"fedora.28",
|
| 1623 |
+
"fedora-x64",
|
| 1624 |
+
"fedora",
|
| 1625 |
+
"linux-x64",
|
| 1626 |
+
"linux",
|
| 1627 |
+
"unix-x64",
|
| 1628 |
+
"unix",
|
| 1629 |
+
"any",
|
| 1630 |
+
"base"
|
| 1631 |
+
],
|
| 1632 |
+
"fedora.29-x64": [
|
| 1633 |
+
"fedora.29",
|
| 1634 |
+
"fedora-x64",
|
| 1635 |
+
"fedora",
|
| 1636 |
+
"linux-x64",
|
| 1637 |
+
"linux",
|
| 1638 |
+
"unix-x64",
|
| 1639 |
+
"unix",
|
| 1640 |
+
"any",
|
| 1641 |
+
"base"
|
| 1642 |
+
],
|
| 1643 |
+
"fedora.30-x64": [
|
| 1644 |
+
"fedora.30",
|
| 1645 |
+
"fedora-x64",
|
| 1646 |
+
"fedora",
|
| 1647 |
+
"linux-x64",
|
| 1648 |
+
"linux",
|
| 1649 |
+
"unix-x64",
|
| 1650 |
+
"unix",
|
| 1651 |
+
"any",
|
| 1652 |
+
"base"
|
| 1653 |
+
],
|
| 1654 |
+
"fedora.31-x64": [
|
| 1655 |
+
"fedora.31",
|
| 1656 |
+
"fedora-x64",
|
| 1657 |
+
"fedora",
|
| 1658 |
+
"linux-x64",
|
| 1659 |
+
"linux",
|
| 1660 |
+
"unix-x64",
|
| 1661 |
+
"unix",
|
| 1662 |
+
"any",
|
| 1663 |
+
"base"
|
| 1664 |
+
],
|
| 1665 |
+
"fedora.32-x64": [
|
| 1666 |
+
"fedora.32",
|
| 1667 |
+
"fedora-x64",
|
| 1668 |
+
"fedora",
|
| 1669 |
+
"linux-x64",
|
| 1670 |
+
"linux",
|
| 1671 |
+
"unix-x64",
|
| 1672 |
+
"unix",
|
| 1673 |
+
"any",
|
| 1674 |
+
"base"
|
| 1675 |
+
],
|
| 1676 |
+
"fedora.33-x64": [
|
| 1677 |
+
"fedora.33",
|
| 1678 |
+
"fedora-x64",
|
| 1679 |
+
"fedora",
|
| 1680 |
+
"linux-x64",
|
| 1681 |
+
"linux",
|
| 1682 |
+
"unix-x64",
|
| 1683 |
+
"unix",
|
| 1684 |
+
"any",
|
| 1685 |
+
"base"
|
| 1686 |
+
],
|
| 1687 |
+
"fedora.34-x64": [
|
| 1688 |
+
"fedora.34",
|
| 1689 |
+
"fedora-x64",
|
| 1690 |
+
"fedora",
|
| 1691 |
+
"linux-x64",
|
| 1692 |
+
"linux",
|
| 1693 |
+
"unix-x64",
|
| 1694 |
+
"unix",
|
| 1695 |
+
"any",
|
| 1696 |
+
"base"
|
| 1697 |
+
],
|
| 1698 |
+
"fedora.35-x64": [
|
| 1699 |
+
"fedora.35",
|
| 1700 |
+
"fedora-x64",
|
| 1701 |
+
"fedora",
|
| 1702 |
+
"linux-x64",
|
| 1703 |
+
"linux",
|
| 1704 |
+
"unix-x64",
|
| 1705 |
+
"unix",
|
| 1706 |
+
"any",
|
| 1707 |
+
"base"
|
| 1708 |
+
],
|
| 1709 |
+
"fedora.36-x64": [
|
| 1710 |
+
"fedora.36",
|
| 1711 |
+
"fedora-x64",
|
| 1712 |
+
"fedora",
|
| 1713 |
+
"linux-x64",
|
| 1714 |
+
"linux",
|
| 1715 |
+
"unix-x64",
|
| 1716 |
+
"unix",
|
| 1717 |
+
"any",
|
| 1718 |
+
"base"
|
| 1719 |
+
],
|
| 1720 |
+
"fedora.37-x64": [
|
| 1721 |
+
"fedora.37",
|
| 1722 |
+
"fedora-x64",
|
| 1723 |
+
"fedora",
|
| 1724 |
+
"linux-x64",
|
| 1725 |
+
"linux",
|
| 1726 |
+
"unix-x64",
|
| 1727 |
+
"unix",
|
| 1728 |
+
"any",
|
| 1729 |
+
"base"
|
| 1730 |
+
],
|
| 1731 |
+
"fedora.38-x64": [
|
| 1732 |
+
"fedora.38",
|
| 1733 |
+
"fedora-x64",
|
| 1734 |
+
"fedora",
|
| 1735 |
+
"linux-x64",
|
| 1736 |
+
"linux",
|
| 1737 |
+
"unix-x64",
|
| 1738 |
+
"unix",
|
| 1739 |
+
"any",
|
| 1740 |
+
"base"
|
| 1741 |
+
],
|
| 1742 |
+
"fedora.39-x64": [
|
| 1743 |
+
"fedora.39",
|
| 1744 |
+
"fedora-x64",
|
| 1745 |
+
"fedora",
|
| 1746 |
+
"linux-x64",
|
| 1747 |
+
"linux",
|
| 1748 |
+
"unix-x64",
|
| 1749 |
+
"unix",
|
| 1750 |
+
"any",
|
| 1751 |
+
"base"
|
| 1752 |
+
],
|
| 1753 |
+
"gentoo-x64": [
|
| 1754 |
+
"gentoo",
|
| 1755 |
+
"linux-x64",
|
| 1756 |
+
"linux",
|
| 1757 |
+
"unix-x64",
|
| 1758 |
+
"unix",
|
| 1759 |
+
"any",
|
| 1760 |
+
"base"
|
| 1761 |
+
],
|
| 1762 |
+
"linux-musl-x64": [
|
| 1763 |
+
"linux-musl",
|
| 1764 |
+
"linux-x64",
|
| 1765 |
+
"linux",
|
| 1766 |
+
"unix-x64",
|
| 1767 |
+
"unix",
|
| 1768 |
+
"any",
|
| 1769 |
+
"base"
|
| 1770 |
+
],
|
| 1771 |
+
"linux-x64": [
|
| 1772 |
+
"linux",
|
| 1773 |
+
"unix-x64",
|
| 1774 |
+
"unix",
|
| 1775 |
+
"any",
|
| 1776 |
+
"base"
|
| 1777 |
+
],
|
| 1778 |
+
"linuxmint.17-x64": [
|
| 1779 |
+
"linuxmint.17",
|
| 1780 |
+
"ubuntu.14.04-x64",
|
| 1781 |
+
"ubuntu.14.04",
|
| 1782 |
+
"ubuntu-x64",
|
| 1783 |
+
"ubuntu",
|
| 1784 |
+
"debian-x64",
|
| 1785 |
+
"debian",
|
| 1786 |
+
"linux-x64",
|
| 1787 |
+
"linux",
|
| 1788 |
+
"unix-x64",
|
| 1789 |
+
"unix",
|
| 1790 |
+
"any",
|
| 1791 |
+
"base"
|
| 1792 |
+
],
|
| 1793 |
+
"linuxmint.17.1-x64": [
|
| 1794 |
+
"linuxmint.17.1",
|
| 1795 |
+
"linuxmint.17-x64",
|
| 1796 |
+
"linuxmint.17",
|
| 1797 |
+
"ubuntu.14.04-x64",
|
| 1798 |
+
"ubuntu.14.04",
|
| 1799 |
+
"ubuntu-x64",
|
| 1800 |
+
"ubuntu",
|
| 1801 |
+
"debian-x64",
|
| 1802 |
+
"debian",
|
| 1803 |
+
"linux-x64",
|
| 1804 |
+
"linux",
|
| 1805 |
+
"unix-x64",
|
| 1806 |
+
"unix",
|
| 1807 |
+
"any",
|
| 1808 |
+
"base"
|
| 1809 |
+
],
|
| 1810 |
+
"linuxmint.17.2-x64": [
|
| 1811 |
+
"linuxmint.17.2",
|
| 1812 |
+
"linuxmint.17.1-x64",
|
| 1813 |
+
"linuxmint.17.1",
|
| 1814 |
+
"linuxmint.17-x64",
|
| 1815 |
+
"linuxmint.17",
|
| 1816 |
+
"ubuntu.14.04-x64",
|
| 1817 |
+
"ubuntu.14.04",
|
| 1818 |
+
"ubuntu-x64",
|
| 1819 |
+
"ubuntu",
|
| 1820 |
+
"debian-x64",
|
| 1821 |
+
"debian",
|
| 1822 |
+
"linux-x64",
|
| 1823 |
+
"linux",
|
| 1824 |
+
"unix-x64",
|
| 1825 |
+
"unix",
|
| 1826 |
+
"any",
|
| 1827 |
+
"base"
|
| 1828 |
+
],
|
| 1829 |
+
"linuxmint.17.3-x64": [
|
| 1830 |
+
"linuxmint.17.3",
|
| 1831 |
+
"linuxmint.17.2-x64",
|
| 1832 |
+
"linuxmint.17.2",
|
| 1833 |
+
"linuxmint.17.1-x64",
|
| 1834 |
+
"linuxmint.17.1",
|
| 1835 |
+
"linuxmint.17-x64",
|
| 1836 |
+
"linuxmint.17",
|
| 1837 |
+
"ubuntu.14.04-x64",
|
| 1838 |
+
"ubuntu.14.04",
|
| 1839 |
+
"ubuntu-x64",
|
| 1840 |
+
"ubuntu",
|
| 1841 |
+
"debian-x64",
|
| 1842 |
+
"debian",
|
| 1843 |
+
"linux-x64",
|
| 1844 |
+
"linux",
|
| 1845 |
+
"unix-x64",
|
| 1846 |
+
"unix",
|
| 1847 |
+
"any",
|
| 1848 |
+
"base"
|
| 1849 |
+
],
|
| 1850 |
+
"linuxmint.18-x64": [
|
| 1851 |
+
"linuxmint.18",
|
| 1852 |
+
"ubuntu.16.04-x64",
|
| 1853 |
+
"ubuntu.16.04",
|
| 1854 |
+
"ubuntu-x64",
|
| 1855 |
+
"ubuntu",
|
| 1856 |
+
"debian-x64",
|
| 1857 |
+
"debian",
|
| 1858 |
+
"linux-x64",
|
| 1859 |
+
"linux",
|
| 1860 |
+
"unix-x64",
|
| 1861 |
+
"unix",
|
| 1862 |
+
"any",
|
| 1863 |
+
"base"
|
| 1864 |
+
],
|
| 1865 |
+
"linuxmint.18.1-x64": [
|
| 1866 |
+
"linuxmint.18.1",
|
| 1867 |
+
"linuxmint.18-x64",
|
| 1868 |
+
"linuxmint.18",
|
| 1869 |
+
"ubuntu.16.04-x64",
|
| 1870 |
+
"ubuntu.16.04",
|
| 1871 |
+
"ubuntu-x64",
|
| 1872 |
+
"ubuntu",
|
| 1873 |
+
"debian-x64",
|
| 1874 |
+
"debian",
|
| 1875 |
+
"linux-x64",
|
| 1876 |
+
"linux",
|
| 1877 |
+
"unix-x64",
|
| 1878 |
+
"unix",
|
| 1879 |
+
"any",
|
| 1880 |
+
"base"
|
| 1881 |
+
],
|
| 1882 |
+
"linuxmint.18.2-x64": [
|
| 1883 |
+
"linuxmint.18.2",
|
| 1884 |
+
"linuxmint.18.1-x64",
|
| 1885 |
+
"linuxmint.18.1",
|
| 1886 |
+
"linuxmint.18-x64",
|
| 1887 |
+
"linuxmint.18",
|
| 1888 |
+
"ubuntu.16.04-x64",
|
| 1889 |
+
"ubuntu.16.04",
|
| 1890 |
+
"ubuntu-x64",
|
| 1891 |
+
"ubuntu",
|
| 1892 |
+
"debian-x64",
|
| 1893 |
+
"debian",
|
| 1894 |
+
"linux-x64",
|
| 1895 |
+
"linux",
|
| 1896 |
+
"unix-x64",
|
| 1897 |
+
"unix",
|
| 1898 |
+
"any",
|
| 1899 |
+
"base"
|
| 1900 |
+
],
|
| 1901 |
+
"linuxmint.18.3-x64": [
|
| 1902 |
+
"linuxmint.18.3",
|
| 1903 |
+
"linuxmint.18.2-x64",
|
| 1904 |
+
"linuxmint.18.2",
|
| 1905 |
+
"linuxmint.18.1-x64",
|
| 1906 |
+
"linuxmint.18.1",
|
| 1907 |
+
"linuxmint.18-x64",
|
| 1908 |
+
"linuxmint.18",
|
| 1909 |
+
"ubuntu.16.04-x64",
|
| 1910 |
+
"ubuntu.16.04",
|
| 1911 |
+
"ubuntu-x64",
|
| 1912 |
+
"ubuntu",
|
| 1913 |
+
"debian-x64",
|
| 1914 |
+
"debian",
|
| 1915 |
+
"linux-x64",
|
| 1916 |
+
"linux",
|
| 1917 |
+
"unix-x64",
|
| 1918 |
+
"unix",
|
| 1919 |
+
"any",
|
| 1920 |
+
"base"
|
| 1921 |
+
],
|
| 1922 |
+
"linuxmint.19-x64": [
|
| 1923 |
+
"linuxmint.19",
|
| 1924 |
+
"ubuntu.18.04-x64",
|
| 1925 |
+
"ubuntu.18.04",
|
| 1926 |
+
"ubuntu-x64",
|
| 1927 |
+
"ubuntu",
|
| 1928 |
+
"debian-x64",
|
| 1929 |
+
"debian",
|
| 1930 |
+
"linux-x64",
|
| 1931 |
+
"linux",
|
| 1932 |
+
"unix-x64",
|
| 1933 |
+
"unix",
|
| 1934 |
+
"any",
|
| 1935 |
+
"base"
|
| 1936 |
+
],
|
| 1937 |
+
"linuxmint.19.1-x64": [
|
| 1938 |
+
"linuxmint.19.1",
|
| 1939 |
+
"linuxmint.19-x64",
|
| 1940 |
+
"linuxmint.19",
|
| 1941 |
+
"ubuntu.18.04-x64",
|
| 1942 |
+
"ubuntu.18.04",
|
| 1943 |
+
"ubuntu-x64",
|
| 1944 |
+
"ubuntu",
|
| 1945 |
+
"debian-x64",
|
| 1946 |
+
"debian",
|
| 1947 |
+
"linux-x64",
|
| 1948 |
+
"linux",
|
| 1949 |
+
"unix-x64",
|
| 1950 |
+
"unix",
|
| 1951 |
+
"any",
|
| 1952 |
+
"base"
|
| 1953 |
+
],
|
| 1954 |
+
"linuxmint.19.2-x64": [
|
| 1955 |
+
"linuxmint.19.2",
|
| 1956 |
+
"linuxmint.19.1-x64",
|
| 1957 |
+
"linuxmint.19.1",
|
| 1958 |
+
"linuxmint.19-x64",
|
| 1959 |
+
"linuxmint.19",
|
| 1960 |
+
"ubuntu.18.04-x64",
|
| 1961 |
+
"ubuntu.18.04",
|
| 1962 |
+
"ubuntu-x64",
|
| 1963 |
+
"ubuntu",
|
| 1964 |
+
"debian-x64",
|
| 1965 |
+
"debian",
|
| 1966 |
+
"linux-x64",
|
| 1967 |
+
"linux",
|
| 1968 |
+
"unix-x64",
|
| 1969 |
+
"unix",
|
| 1970 |
+
"any",
|
| 1971 |
+
"base"
|
| 1972 |
+
],
|
| 1973 |
+
"ol-x64": [
|
| 1974 |
+
"ol",
|
| 1975 |
+
"rhel-x64",
|
| 1976 |
+
"rhel",
|
| 1977 |
+
"linux-x64",
|
| 1978 |
+
"linux",
|
| 1979 |
+
"unix-x64",
|
| 1980 |
+
"unix",
|
| 1981 |
+
"any",
|
| 1982 |
+
"base"
|
| 1983 |
+
],
|
| 1984 |
+
"ol.7-x64": [
|
| 1985 |
+
"ol.7",
|
| 1986 |
+
"ol-x64",
|
| 1987 |
+
"rhel.7-x64",
|
| 1988 |
+
"ol",
|
| 1989 |
+
"rhel.7",
|
| 1990 |
+
"rhel-x64",
|
| 1991 |
+
"rhel",
|
| 1992 |
+
"linux-x64",
|
| 1993 |
+
"linux",
|
| 1994 |
+
"unix-x64",
|
| 1995 |
+
"unix",
|
| 1996 |
+
"any",
|
| 1997 |
+
"base"
|
| 1998 |
+
],
|
| 1999 |
+
"ol.7.0-x64": [
|
| 2000 |
+
"ol.7.0",
|
| 2001 |
+
"ol.7-x64",
|
| 2002 |
+
"rhel.7.0-x64",
|
| 2003 |
+
"ol.7",
|
| 2004 |
+
"rhel.7.0",
|
| 2005 |
+
"ol-x64",
|
| 2006 |
+
"rhel.7-x64",
|
| 2007 |
+
"ol",
|
| 2008 |
+
"rhel.7",
|
| 2009 |
+
"rhel-x64",
|
| 2010 |
+
"rhel",
|
| 2011 |
+
"linux-x64",
|
| 2012 |
+
"linux",
|
| 2013 |
+
"unix-x64",
|
| 2014 |
+
"unix",
|
| 2015 |
+
"any",
|
| 2016 |
+
"base"
|
| 2017 |
+
],
|
| 2018 |
+
"ol.7.1-x64": [
|
| 2019 |
+
"ol.7.1",
|
| 2020 |
+
"ol.7.0-x64",
|
| 2021 |
+
"rhel.7.1-x64",
|
| 2022 |
+
"ol.7.0",
|
| 2023 |
+
"rhel.7.1",
|
| 2024 |
+
"ol.7-x64",
|
| 2025 |
+
"rhel.7.0-x64",
|
| 2026 |
+
"ol.7",
|
| 2027 |
+
"rhel.7.0",
|
| 2028 |
+
"ol-x64",
|
| 2029 |
+
"rhel.7-x64",
|
| 2030 |
+
"ol",
|
| 2031 |
+
"rhel.7",
|
| 2032 |
+
"rhel-x64",
|
| 2033 |
+
"rhel",
|
| 2034 |
+
"linux-x64",
|
| 2035 |
+
"linux",
|
| 2036 |
+
"unix-x64",
|
| 2037 |
+
"unix",
|
| 2038 |
+
"any",
|
| 2039 |
+
"base"
|
| 2040 |
+
],
|
| 2041 |
+
"ol.7.2-x64": [
|
| 2042 |
+
"ol.7.2",
|
| 2043 |
+
"ol.7.1-x64",
|
| 2044 |
+
"rhel.7.2-x64",
|
| 2045 |
+
"ol.7.1",
|
| 2046 |
+
"rhel.7.2",
|
| 2047 |
+
"ol.7.0-x64",
|
| 2048 |
+
"rhel.7.1-x64",
|
| 2049 |
+
"ol.7.0",
|
| 2050 |
+
"rhel.7.1",
|
| 2051 |
+
"ol.7-x64",
|
| 2052 |
+
"rhel.7.0-x64",
|
| 2053 |
+
"ol.7",
|
| 2054 |
+
"rhel.7.0",
|
| 2055 |
+
"ol-x64",
|
| 2056 |
+
"rhel.7-x64",
|
| 2057 |
+
"ol",
|
| 2058 |
+
"rhel.7",
|
| 2059 |
+
"rhel-x64",
|
| 2060 |
+
"rhel",
|
| 2061 |
+
"linux-x64",
|
| 2062 |
+
"linux",
|
| 2063 |
+
"unix-x64",
|
| 2064 |
+
"unix",
|
| 2065 |
+
"any",
|
| 2066 |
+
"base"
|
| 2067 |
+
],
|
| 2068 |
+
"ol.7.3-x64": [
|
| 2069 |
+
"ol.7.3",
|
| 2070 |
+
"ol.7.2-x64",
|
| 2071 |
+
"rhel.7.3-x64",
|
| 2072 |
+
"ol.7.2",
|
| 2073 |
+
"rhel.7.3",
|
| 2074 |
+
"ol.7.1-x64",
|
| 2075 |
+
"rhel.7.2-x64",
|
| 2076 |
+
"ol.7.1",
|
| 2077 |
+
"rhel.7.2",
|
| 2078 |
+
"ol.7.0-x64",
|
| 2079 |
+
"rhel.7.1-x64",
|
| 2080 |
+
"ol.7.0",
|
| 2081 |
+
"rhel.7.1",
|
| 2082 |
+
"ol.7-x64",
|
| 2083 |
+
"rhel.7.0-x64",
|
| 2084 |
+
"ol.7",
|
| 2085 |
+
"rhel.7.0",
|
| 2086 |
+
"ol-x64",
|
| 2087 |
+
"rhel.7-x64",
|
| 2088 |
+
"ol",
|
| 2089 |
+
"rhel.7",
|
| 2090 |
+
"rhel-x64",
|
| 2091 |
+
"rhel",
|
| 2092 |
+
"linux-x64",
|
| 2093 |
+
"linux",
|
| 2094 |
+
"unix-x64",
|
| 2095 |
+
"unix",
|
| 2096 |
+
"any",
|
| 2097 |
+
"base"
|
| 2098 |
+
],
|
| 2099 |
+
"ol.7.4-x64": [
|
| 2100 |
+
"ol.7.4",
|
| 2101 |
+
"ol.7.3-x64",
|
| 2102 |
+
"rhel.7.4-x64",
|
| 2103 |
+
"ol.7.3",
|
| 2104 |
+
"rhel.7.4",
|
| 2105 |
+
"ol.7.2-x64",
|
| 2106 |
+
"rhel.7.3-x64",
|
| 2107 |
+
"ol.7.2",
|
| 2108 |
+
"rhel.7.3",
|
| 2109 |
+
"ol.7.1-x64",
|
| 2110 |
+
"rhel.7.2-x64",
|
| 2111 |
+
"ol.7.1",
|
| 2112 |
+
"rhel.7.2",
|
| 2113 |
+
"ol.7.0-x64",
|
| 2114 |
+
"rhel.7.1-x64",
|
| 2115 |
+
"ol.7.0",
|
| 2116 |
+
"rhel.7.1",
|
| 2117 |
+
"ol.7-x64",
|
| 2118 |
+
"rhel.7.0-x64",
|
| 2119 |
+
"ol.7",
|
| 2120 |
+
"rhel.7.0",
|
| 2121 |
+
"ol-x64",
|
| 2122 |
+
"rhel.7-x64",
|
| 2123 |
+
"ol",
|
| 2124 |
+
"rhel.7",
|
| 2125 |
+
"rhel-x64",
|
| 2126 |
+
"rhel",
|
| 2127 |
+
"linux-x64",
|
| 2128 |
+
"linux",
|
| 2129 |
+
"unix-x64",
|
| 2130 |
+
"unix",
|
| 2131 |
+
"any",
|
| 2132 |
+
"base"
|
| 2133 |
+
],
|
| 2134 |
+
"ol.7.5-x64": [
|
| 2135 |
+
"ol.7.5",
|
| 2136 |
+
"ol.7.4-x64",
|
| 2137 |
+
"rhel.7.5-x64",
|
| 2138 |
+
"ol.7.4",
|
| 2139 |
+
"rhel.7.5",
|
| 2140 |
+
"ol.7.3-x64",
|
| 2141 |
+
"rhel.7.4-x64",
|
| 2142 |
+
"ol.7.3",
|
| 2143 |
+
"rhel.7.4",
|
| 2144 |
+
"ol.7.2-x64",
|
| 2145 |
+
"rhel.7.3-x64",
|
| 2146 |
+
"ol.7.2",
|
| 2147 |
+
"rhel.7.3",
|
| 2148 |
+
"ol.7.1-x64",
|
| 2149 |
+
"rhel.7.2-x64",
|
| 2150 |
+
"ol.7.1",
|
| 2151 |
+
"rhel.7.2",
|
| 2152 |
+
"ol.7.0-x64",
|
| 2153 |
+
"rhel.7.1-x64",
|
| 2154 |
+
"ol.7.0",
|
| 2155 |
+
"rhel.7.1",
|
| 2156 |
+
"ol.7-x64",
|
| 2157 |
+
"rhel.7.0-x64",
|
| 2158 |
+
"ol.7",
|
| 2159 |
+
"rhel.7.0",
|
| 2160 |
+
"ol-x64",
|
| 2161 |
+
"rhel.7-x64",
|
| 2162 |
+
"ol",
|
| 2163 |
+
"rhel.7",
|
| 2164 |
+
"rhel-x64",
|
| 2165 |
+
"rhel",
|
| 2166 |
+
"linux-x64",
|
| 2167 |
+
"linux",
|
| 2168 |
+
"unix-x64",
|
| 2169 |
+
"unix",
|
| 2170 |
+
"any",
|
| 2171 |
+
"base"
|
| 2172 |
+
],
|
| 2173 |
+
"ol.7.6-x64": [
|
| 2174 |
+
"ol.7.6",
|
| 2175 |
+
"ol.7.5-x64",
|
| 2176 |
+
"rhel.7.6-x64",
|
| 2177 |
+
"ol.7.5",
|
| 2178 |
+
"rhel.7.6",
|
| 2179 |
+
"ol.7.4-x64",
|
| 2180 |
+
"rhel.7.5-x64",
|
| 2181 |
+
"ol.7.4",
|
| 2182 |
+
"rhel.7.5",
|
| 2183 |
+
"ol.7.3-x64",
|
| 2184 |
+
"rhel.7.4-x64",
|
| 2185 |
+
"ol.7.3",
|
| 2186 |
+
"rhel.7.4",
|
| 2187 |
+
"ol.7.2-x64",
|
| 2188 |
+
"rhel.7.3-x64",
|
| 2189 |
+
"ol.7.2",
|
| 2190 |
+
"rhel.7.3",
|
| 2191 |
+
"ol.7.1-x64",
|
| 2192 |
+
"rhel.7.2-x64",
|
| 2193 |
+
"ol.7.1",
|
| 2194 |
+
"rhel.7.2",
|
| 2195 |
+
"ol.7.0-x64",
|
| 2196 |
+
"rhel.7.1-x64",
|
| 2197 |
+
"ol.7.0",
|
| 2198 |
+
"rhel.7.1",
|
| 2199 |
+
"ol.7-x64",
|
| 2200 |
+
"rhel.7.0-x64",
|
| 2201 |
+
"ol.7",
|
| 2202 |
+
"rhel.7.0",
|
| 2203 |
+
"ol-x64",
|
| 2204 |
+
"rhel.7-x64",
|
| 2205 |
+
"ol",
|
| 2206 |
+
"rhel.7",
|
| 2207 |
+
"rhel-x64",
|
| 2208 |
+
"rhel",
|
| 2209 |
+
"linux-x64",
|
| 2210 |
+
"linux",
|
| 2211 |
+
"unix-x64",
|
| 2212 |
+
"unix",
|
| 2213 |
+
"any",
|
| 2214 |
+
"base"
|
| 2215 |
+
],
|
| 2216 |
+
"ol.8-x64": [
|
| 2217 |
+
"ol.8",
|
| 2218 |
+
"ol-x64",
|
| 2219 |
+
"rhel.8-x64",
|
| 2220 |
+
"ol",
|
| 2221 |
+
"rhel.8",
|
| 2222 |
+
"rhel-x64",
|
| 2223 |
+
"rhel",
|
| 2224 |
+
"linux-x64",
|
| 2225 |
+
"linux",
|
| 2226 |
+
"unix-x64",
|
| 2227 |
+
"unix",
|
| 2228 |
+
"any",
|
| 2229 |
+
"base"
|
| 2230 |
+
],
|
| 2231 |
+
"ol.8.0-x64": [
|
| 2232 |
+
"ol.8.0",
|
| 2233 |
+
"ol.8-x64",
|
| 2234 |
+
"rhel.8.0-x64",
|
| 2235 |
+
"ol.8",
|
| 2236 |
+
"rhel.8.0",
|
| 2237 |
+
"ol-x64",
|
| 2238 |
+
"rhel.8-x64",
|
| 2239 |
+
"ol",
|
| 2240 |
+
"rhel.8",
|
| 2241 |
+
"rhel-x64",
|
| 2242 |
+
"rhel",
|
| 2243 |
+
"linux-x64",
|
| 2244 |
+
"linux",
|
| 2245 |
+
"unix-x64",
|
| 2246 |
+
"unix",
|
| 2247 |
+
"any",
|
| 2248 |
+
"base"
|
| 2249 |
+
],
|
| 2250 |
+
"opensuse-x64": [
|
| 2251 |
+
"opensuse",
|
| 2252 |
+
"linux-x64",
|
| 2253 |
+
"linux",
|
| 2254 |
+
"unix-x64",
|
| 2255 |
+
"unix",
|
| 2256 |
+
"any",
|
| 2257 |
+
"base"
|
| 2258 |
+
],
|
| 2259 |
+
"opensuse.13.2-x64": [
|
| 2260 |
+
"opensuse.13.2",
|
| 2261 |
+
"opensuse-x64",
|
| 2262 |
+
"opensuse",
|
| 2263 |
+
"linux-x64",
|
| 2264 |
+
"linux",
|
| 2265 |
+
"unix-x64",
|
| 2266 |
+
"unix",
|
| 2267 |
+
"any",
|
| 2268 |
+
"base"
|
| 2269 |
+
],
|
| 2270 |
+
"opensuse.15.0-x64": [
|
| 2271 |
+
"opensuse.15.0",
|
| 2272 |
+
"opensuse-x64",
|
| 2273 |
+
"opensuse",
|
| 2274 |
+
"linux-x64",
|
| 2275 |
+
"linux",
|
| 2276 |
+
"unix-x64",
|
| 2277 |
+
"unix",
|
| 2278 |
+
"any",
|
| 2279 |
+
"base"
|
| 2280 |
+
],
|
| 2281 |
+
"opensuse.15.1-x64": [
|
| 2282 |
+
"opensuse.15.1",
|
| 2283 |
+
"opensuse-x64",
|
| 2284 |
+
"opensuse",
|
| 2285 |
+
"linux-x64",
|
| 2286 |
+
"linux",
|
| 2287 |
+
"unix-x64",
|
| 2288 |
+
"unix",
|
| 2289 |
+
"any",
|
| 2290 |
+
"base"
|
| 2291 |
+
],
|
| 2292 |
+
"opensuse.42.1-x64": [
|
| 2293 |
+
"opensuse.42.1",
|
| 2294 |
+
"opensuse-x64",
|
| 2295 |
+
"opensuse",
|
| 2296 |
+
"linux-x64",
|
| 2297 |
+
"linux",
|
| 2298 |
+
"unix-x64",
|
| 2299 |
+
"unix",
|
| 2300 |
+
"any",
|
| 2301 |
+
"base"
|
| 2302 |
+
],
|
| 2303 |
+
"opensuse.42.2-x64": [
|
| 2304 |
+
"opensuse.42.2",
|
| 2305 |
+
"opensuse-x64",
|
| 2306 |
+
"opensuse",
|
| 2307 |
+
"linux-x64",
|
| 2308 |
+
"linux",
|
| 2309 |
+
"unix-x64",
|
| 2310 |
+
"unix",
|
| 2311 |
+
"any",
|
| 2312 |
+
"base"
|
| 2313 |
+
],
|
| 2314 |
+
"opensuse.42.3-x64": [
|
| 2315 |
+
"opensuse.42.3",
|
| 2316 |
+
"opensuse-x64",
|
| 2317 |
+
"opensuse",
|
| 2318 |
+
"linux-x64",
|
| 2319 |
+
"linux",
|
| 2320 |
+
"unix-x64",
|
| 2321 |
+
"unix",
|
| 2322 |
+
"any",
|
| 2323 |
+
"base"
|
| 2324 |
+
],
|
| 2325 |
+
"rhel-x64": [
|
| 2326 |
+
"rhel",
|
| 2327 |
+
"linux-x64",
|
| 2328 |
+
"linux",
|
| 2329 |
+
"unix-x64",
|
| 2330 |
+
"unix",
|
| 2331 |
+
"any",
|
| 2332 |
+
"base"
|
| 2333 |
+
],
|
| 2334 |
+
"rhel.6-x64": [
|
| 2335 |
+
"rhel.6",
|
| 2336 |
+
"rhel-x64",
|
| 2337 |
+
"rhel",
|
| 2338 |
+
"linux-x64",
|
| 2339 |
+
"linux",
|
| 2340 |
+
"unix-x64",
|
| 2341 |
+
"unix",
|
| 2342 |
+
"any",
|
| 2343 |
+
"base"
|
| 2344 |
+
],
|
| 2345 |
+
"rhel.7-x64": [
|
| 2346 |
+
"rhel.7",
|
| 2347 |
+
"rhel-x64",
|
| 2348 |
+
"rhel",
|
| 2349 |
+
"linux-x64",
|
| 2350 |
+
"linux",
|
| 2351 |
+
"unix-x64",
|
| 2352 |
+
"unix",
|
| 2353 |
+
"any",
|
| 2354 |
+
"base"
|
| 2355 |
+
],
|
| 2356 |
+
"rhel.7.0-x64": [
|
| 2357 |
+
"rhel.7.0",
|
| 2358 |
+
"rhel.7-x64",
|
| 2359 |
+
"rhel.7",
|
| 2360 |
+
"rhel-x64",
|
| 2361 |
+
"rhel",
|
| 2362 |
+
"linux-x64",
|
| 2363 |
+
"linux",
|
| 2364 |
+
"unix-x64",
|
| 2365 |
+
"unix",
|
| 2366 |
+
"any",
|
| 2367 |
+
"base"
|
| 2368 |
+
],
|
| 2369 |
+
"rhel.7.1-x64": [
|
| 2370 |
+
"rhel.7.1",
|
| 2371 |
+
"rhel.7.0-x64",
|
| 2372 |
+
"rhel.7.0",
|
| 2373 |
+
"rhel.7-x64",
|
| 2374 |
+
"rhel.7",
|
| 2375 |
+
"rhel-x64",
|
| 2376 |
+
"rhel",
|
| 2377 |
+
"linux-x64",
|
| 2378 |
+
"linux",
|
| 2379 |
+
"unix-x64",
|
| 2380 |
+
"unix",
|
| 2381 |
+
"any",
|
| 2382 |
+
"base"
|
| 2383 |
+
],
|
| 2384 |
+
"rhel.7.2-x64": [
|
| 2385 |
+
"rhel.7.2",
|
| 2386 |
+
"rhel.7.1-x64",
|
| 2387 |
+
"rhel.7.1",
|
| 2388 |
+
"rhel.7.0-x64",
|
| 2389 |
+
"rhel.7.0",
|
| 2390 |
+
"rhel.7-x64",
|
| 2391 |
+
"rhel.7",
|
| 2392 |
+
"rhel-x64",
|
| 2393 |
+
"rhel",
|
| 2394 |
+
"linux-x64",
|
| 2395 |
+
"linux",
|
| 2396 |
+
"unix-x64",
|
| 2397 |
+
"unix",
|
| 2398 |
+
"any",
|
| 2399 |
+
"base"
|
| 2400 |
+
],
|
| 2401 |
+
"rhel.7.3-x64": [
|
| 2402 |
+
"rhel.7.3",
|
| 2403 |
+
"rhel.7.2-x64",
|
| 2404 |
+
"rhel.7.2",
|
| 2405 |
+
"rhel.7.1-x64",
|
| 2406 |
+
"rhel.7.1",
|
| 2407 |
+
"rhel.7.0-x64",
|
| 2408 |
+
"rhel.7.0",
|
| 2409 |
+
"rhel.7-x64",
|
| 2410 |
+
"rhel.7",
|
| 2411 |
+
"rhel-x64",
|
| 2412 |
+
"rhel",
|
| 2413 |
+
"linux-x64",
|
| 2414 |
+
"linux",
|
| 2415 |
+
"unix-x64",
|
| 2416 |
+
"unix",
|
| 2417 |
+
"any",
|
| 2418 |
+
"base"
|
| 2419 |
+
],
|
| 2420 |
+
"rhel.7.4-x64": [
|
| 2421 |
+
"rhel.7.4",
|
| 2422 |
+
"rhel.7.3-x64",
|
| 2423 |
+
"rhel.7.3",
|
| 2424 |
+
"rhel.7.2-x64",
|
| 2425 |
+
"rhel.7.2",
|
| 2426 |
+
"rhel.7.1-x64",
|
| 2427 |
+
"rhel.7.1",
|
| 2428 |
+
"rhel.7.0-x64",
|
| 2429 |
+
"rhel.7.0",
|
| 2430 |
+
"rhel.7-x64",
|
| 2431 |
+
"rhel.7",
|
| 2432 |
+
"rhel-x64",
|
| 2433 |
+
"rhel",
|
| 2434 |
+
"linux-x64",
|
| 2435 |
+
"linux",
|
| 2436 |
+
"unix-x64",
|
| 2437 |
+
"unix",
|
| 2438 |
+
"any",
|
| 2439 |
+
"base"
|
| 2440 |
+
],
|
| 2441 |
+
"rhel.7.5-x64": [
|
| 2442 |
+
"rhel.7.5",
|
| 2443 |
+
"rhel.7.4-x64",
|
| 2444 |
+
"rhel.7.4",
|
| 2445 |
+
"rhel.7.3-x64",
|
| 2446 |
+
"rhel.7.3",
|
| 2447 |
+
"rhel.7.2-x64",
|
| 2448 |
+
"rhel.7.2",
|
| 2449 |
+
"rhel.7.1-x64",
|
| 2450 |
+
"rhel.7.1",
|
| 2451 |
+
"rhel.7.0-x64",
|
| 2452 |
+
"rhel.7.0",
|
| 2453 |
+
"rhel.7-x64",
|
| 2454 |
+
"rhel.7",
|
| 2455 |
+
"rhel-x64",
|
| 2456 |
+
"rhel",
|
| 2457 |
+
"linux-x64",
|
| 2458 |
+
"linux",
|
| 2459 |
+
"unix-x64",
|
| 2460 |
+
"unix",
|
| 2461 |
+
"any",
|
| 2462 |
+
"base"
|
| 2463 |
+
],
|
| 2464 |
+
"rhel.7.6-x64": [
|
| 2465 |
+
"rhel.7.6",
|
| 2466 |
+
"rhel.7.5-x64",
|
| 2467 |
+
"rhel.7.5",
|
| 2468 |
+
"rhel.7.4-x64",
|
| 2469 |
+
"rhel.7.4",
|
| 2470 |
+
"rhel.7.3-x64",
|
| 2471 |
+
"rhel.7.3",
|
| 2472 |
+
"rhel.7.2-x64",
|
| 2473 |
+
"rhel.7.2",
|
| 2474 |
+
"rhel.7.1-x64",
|
| 2475 |
+
"rhel.7.1",
|
| 2476 |
+
"rhel.7.0-x64",
|
| 2477 |
+
"rhel.7.0",
|
| 2478 |
+
"rhel.7-x64",
|
| 2479 |
+
"rhel.7",
|
| 2480 |
+
"rhel-x64",
|
| 2481 |
+
"rhel",
|
| 2482 |
+
"linux-x64",
|
| 2483 |
+
"linux",
|
| 2484 |
+
"unix-x64",
|
| 2485 |
+
"unix",
|
| 2486 |
+
"any",
|
| 2487 |
+
"base"
|
| 2488 |
+
],
|
| 2489 |
+
"rhel.8-x64": [
|
| 2490 |
+
"rhel.8",
|
| 2491 |
+
"rhel-x64",
|
| 2492 |
+
"rhel",
|
| 2493 |
+
"linux-x64",
|
| 2494 |
+
"linux",
|
| 2495 |
+
"unix-x64",
|
| 2496 |
+
"unix",
|
| 2497 |
+
"any",
|
| 2498 |
+
"base"
|
| 2499 |
+
],
|
| 2500 |
+
"rhel.8.0-x64": [
|
| 2501 |
+
"rhel.8.0",
|
| 2502 |
+
"rhel.8-x64",
|
| 2503 |
+
"rhel.8",
|
| 2504 |
+
"rhel-x64",
|
| 2505 |
+
"rhel",
|
| 2506 |
+
"linux-x64",
|
| 2507 |
+
"linux",
|
| 2508 |
+
"unix-x64",
|
| 2509 |
+
"unix",
|
| 2510 |
+
"any",
|
| 2511 |
+
"base"
|
| 2512 |
+
],
|
| 2513 |
+
"rhel.8.1-x64": [
|
| 2514 |
+
"rhel.8.1",
|
| 2515 |
+
"rhel.8.0-x64",
|
| 2516 |
+
"rhel.8.0",
|
| 2517 |
+
"rhel.8-x64",
|
| 2518 |
+
"rhel.8",
|
| 2519 |
+
"rhel-x64",
|
| 2520 |
+
"rhel",
|
| 2521 |
+
"linux-x64",
|
| 2522 |
+
"linux",
|
| 2523 |
+
"unix-x64",
|
| 2524 |
+
"unix",
|
| 2525 |
+
"any",
|
| 2526 |
+
"base"
|
| 2527 |
+
],
|
| 2528 |
+
"rhel.9-x64": [
|
| 2529 |
+
"rhel.9",
|
| 2530 |
+
"rhel-x64",
|
| 2531 |
+
"rhel",
|
| 2532 |
+
"linux-x64",
|
| 2533 |
+
"linux",
|
| 2534 |
+
"unix-x64",
|
| 2535 |
+
"unix",
|
| 2536 |
+
"any",
|
| 2537 |
+
"base"
|
| 2538 |
+
],
|
| 2539 |
+
"rocky-x64": [
|
| 2540 |
+
"rocky",
|
| 2541 |
+
"rhel-x64",
|
| 2542 |
+
"rhel",
|
| 2543 |
+
"linux-x64",
|
| 2544 |
+
"linux",
|
| 2545 |
+
"unix-x64",
|
| 2546 |
+
"unix",
|
| 2547 |
+
"any",
|
| 2548 |
+
"base"
|
| 2549 |
+
],
|
| 2550 |
+
"rocky.8-x64": [
|
| 2551 |
+
"rocky.8",
|
| 2552 |
+
"rocky-x64",
|
| 2553 |
+
"rhel.8-x64",
|
| 2554 |
+
"rocky",
|
| 2555 |
+
"rhel.8",
|
| 2556 |
+
"rhel-x64",
|
| 2557 |
+
"rhel",
|
| 2558 |
+
"linux-x64",
|
| 2559 |
+
"linux",
|
| 2560 |
+
"unix-x64",
|
| 2561 |
+
"unix",
|
| 2562 |
+
"any",
|
| 2563 |
+
"base"
|
| 2564 |
+
],
|
| 2565 |
+
"rocky.9-x64": [
|
| 2566 |
+
"rocky.9",
|
| 2567 |
+
"rocky-x64",
|
| 2568 |
+
"rhel.9-x64",
|
| 2569 |
+
"rocky",
|
| 2570 |
+
"rhel.9",
|
| 2571 |
+
"rhel-x64",
|
| 2572 |
+
"rhel",
|
| 2573 |
+
"linux-x64",
|
| 2574 |
+
"linux",
|
| 2575 |
+
"unix-x64",
|
| 2576 |
+
"unix",
|
| 2577 |
+
"any",
|
| 2578 |
+
"base"
|
| 2579 |
+
],
|
| 2580 |
+
"sles-x64": [
|
| 2581 |
+
"sles",
|
| 2582 |
+
"linux-x64",
|
| 2583 |
+
"linux",
|
| 2584 |
+
"unix-x64",
|
| 2585 |
+
"unix",
|
| 2586 |
+
"any",
|
| 2587 |
+
"base"
|
| 2588 |
+
],
|
| 2589 |
+
"sles.12-x64": [
|
| 2590 |
+
"sles.12",
|
| 2591 |
+
"sles-x64",
|
| 2592 |
+
"sles",
|
| 2593 |
+
"linux-x64",
|
| 2594 |
+
"linux",
|
| 2595 |
+
"unix-x64",
|
| 2596 |
+
"unix",
|
| 2597 |
+
"any",
|
| 2598 |
+
"base"
|
| 2599 |
+
],
|
| 2600 |
+
"sles.12.1-x64": [
|
| 2601 |
+
"sles.12.1",
|
| 2602 |
+
"sles.12-x64",
|
| 2603 |
+
"sles.12",
|
| 2604 |
+
"sles-x64",
|
| 2605 |
+
"sles",
|
| 2606 |
+
"linux-x64",
|
| 2607 |
+
"linux",
|
| 2608 |
+
"unix-x64",
|
| 2609 |
+
"unix",
|
| 2610 |
+
"any",
|
| 2611 |
+
"base"
|
| 2612 |
+
],
|
| 2613 |
+
"sles.12.2-x64": [
|
| 2614 |
+
"sles.12.2",
|
| 2615 |
+
"sles.12.1-x64",
|
| 2616 |
+
"sles.12.1",
|
| 2617 |
+
"sles.12-x64",
|
| 2618 |
+
"sles.12",
|
| 2619 |
+
"sles-x64",
|
| 2620 |
+
"sles",
|
| 2621 |
+
"linux-x64",
|
| 2622 |
+
"linux",
|
| 2623 |
+
"unix-x64",
|
| 2624 |
+
"unix",
|
| 2625 |
+
"any",
|
| 2626 |
+
"base"
|
| 2627 |
+
],
|
| 2628 |
+
"sles.12.3-x64": [
|
| 2629 |
+
"sles.12.3",
|
| 2630 |
+
"sles.12.2-x64",
|
| 2631 |
+
"sles.12.2",
|
| 2632 |
+
"sles.12.1-x64",
|
| 2633 |
+
"sles.12.1",
|
| 2634 |
+
"sles.12-x64",
|
| 2635 |
+
"sles.12",
|
| 2636 |
+
"sles-x64",
|
| 2637 |
+
"sles",
|
| 2638 |
+
"linux-x64",
|
| 2639 |
+
"linux",
|
| 2640 |
+
"unix-x64",
|
| 2641 |
+
"unix",
|
| 2642 |
+
"any",
|
| 2643 |
+
"base"
|
| 2644 |
+
],
|
| 2645 |
+
"sles.12.4-x64": [
|
| 2646 |
+
"sles.12.4",
|
| 2647 |
+
"sles.12.3-x64",
|
| 2648 |
+
"sles.12.3",
|
| 2649 |
+
"sles.12.2-x64",
|
| 2650 |
+
"sles.12.2",
|
| 2651 |
+
"sles.12.1-x64",
|
| 2652 |
+
"sles.12.1",
|
| 2653 |
+
"sles.12-x64",
|
| 2654 |
+
"sles.12",
|
| 2655 |
+
"sles-x64",
|
| 2656 |
+
"sles",
|
| 2657 |
+
"linux-x64",
|
| 2658 |
+
"linux",
|
| 2659 |
+
"unix-x64",
|
| 2660 |
+
"unix",
|
| 2661 |
+
"any",
|
| 2662 |
+
"base"
|
| 2663 |
+
],
|
| 2664 |
+
"sles.15-x64": [
|
| 2665 |
+
"sles.15",
|
| 2666 |
+
"sles.12.4-x64",
|
| 2667 |
+
"sles.12.4",
|
| 2668 |
+
"sles.12.3-x64",
|
| 2669 |
+
"sles.12.3",
|
| 2670 |
+
"sles.12.2-x64",
|
| 2671 |
+
"sles.12.2",
|
| 2672 |
+
"sles.12.1-x64",
|
| 2673 |
+
"sles.12.1",
|
| 2674 |
+
"sles.12-x64",
|
| 2675 |
+
"sles.12",
|
| 2676 |
+
"sles-x64",
|
| 2677 |
+
"sles",
|
| 2678 |
+
"linux-x64",
|
| 2679 |
+
"linux",
|
| 2680 |
+
"unix-x64",
|
| 2681 |
+
"unix",
|
| 2682 |
+
"any",
|
| 2683 |
+
"base"
|
| 2684 |
+
],
|
| 2685 |
+
"sles.15.1-x64": [
|
| 2686 |
+
"sles.15.1",
|
| 2687 |
+
"sles.15-x64",
|
| 2688 |
+
"sles.15",
|
| 2689 |
+
"sles.12.4-x64",
|
| 2690 |
+
"sles.12.4",
|
| 2691 |
+
"sles.12.3-x64",
|
| 2692 |
+
"sles.12.3",
|
| 2693 |
+
"sles.12.2-x64",
|
| 2694 |
+
"sles.12.2",
|
| 2695 |
+
"sles.12.1-x64",
|
| 2696 |
+
"sles.12.1",
|
| 2697 |
+
"sles.12-x64",
|
| 2698 |
+
"sles.12",
|
| 2699 |
+
"sles-x64",
|
| 2700 |
+
"sles",
|
| 2701 |
+
"linux-x64",
|
| 2702 |
+
"linux",
|
| 2703 |
+
"unix-x64",
|
| 2704 |
+
"unix",
|
| 2705 |
+
"any",
|
| 2706 |
+
"base"
|
| 2707 |
+
],
|
| 2708 |
+
"ubuntu-x64": [
|
| 2709 |
+
"ubuntu",
|
| 2710 |
+
"debian-x64",
|
| 2711 |
+
"debian",
|
| 2712 |
+
"linux-x64",
|
| 2713 |
+
"linux",
|
| 2714 |
+
"unix-x64",
|
| 2715 |
+
"unix",
|
| 2716 |
+
"any",
|
| 2717 |
+
"base"
|
| 2718 |
+
],
|
| 2719 |
+
"ubuntu.14.04-x64": [
|
| 2720 |
+
"ubuntu.14.04",
|
| 2721 |
+
"ubuntu-x64",
|
| 2722 |
+
"ubuntu",
|
| 2723 |
+
"debian-x64",
|
| 2724 |
+
"debian",
|
| 2725 |
+
"linux-x64",
|
| 2726 |
+
"linux",
|
| 2727 |
+
"unix-x64",
|
| 2728 |
+
"unix",
|
| 2729 |
+
"any",
|
| 2730 |
+
"base"
|
| 2731 |
+
],
|
| 2732 |
+
"ubuntu.14.10-x64": [
|
| 2733 |
+
"ubuntu.14.10",
|
| 2734 |
+
"ubuntu-x64",
|
| 2735 |
+
"ubuntu",
|
| 2736 |
+
"debian-x64",
|
| 2737 |
+
"debian",
|
| 2738 |
+
"linux-x64",
|
| 2739 |
+
"linux",
|
| 2740 |
+
"unix-x64",
|
| 2741 |
+
"unix",
|
| 2742 |
+
"any",
|
| 2743 |
+
"base"
|
| 2744 |
+
],
|
| 2745 |
+
"ubuntu.15.04-x64": [
|
| 2746 |
+
"ubuntu.15.04",
|
| 2747 |
+
"ubuntu-x64",
|
| 2748 |
+
"ubuntu",
|
| 2749 |
+
"debian-x64",
|
| 2750 |
+
"debian",
|
| 2751 |
+
"linux-x64",
|
| 2752 |
+
"linux",
|
| 2753 |
+
"unix-x64",
|
| 2754 |
+
"unix",
|
| 2755 |
+
"any",
|
| 2756 |
+
"base"
|
| 2757 |
+
],
|
| 2758 |
+
"ubuntu.15.10-x64": [
|
| 2759 |
+
"ubuntu.15.10",
|
| 2760 |
+
"ubuntu-x64",
|
| 2761 |
+
"ubuntu",
|
| 2762 |
+
"debian-x64",
|
| 2763 |
+
"debian",
|
| 2764 |
+
"linux-x64",
|
| 2765 |
+
"linux",
|
| 2766 |
+
"unix-x64",
|
| 2767 |
+
"unix",
|
| 2768 |
+
"any",
|
| 2769 |
+
"base"
|
| 2770 |
+
],
|
| 2771 |
+
"ubuntu.16.04-x64": [
|
| 2772 |
+
"ubuntu.16.04",
|
| 2773 |
+
"ubuntu-x64",
|
| 2774 |
+
"ubuntu",
|
| 2775 |
+
"debian-x64",
|
| 2776 |
+
"debian",
|
| 2777 |
+
"linux-x64",
|
| 2778 |
+
"linux",
|
| 2779 |
+
"unix-x64",
|
| 2780 |
+
"unix",
|
| 2781 |
+
"any",
|
| 2782 |
+
"base"
|
| 2783 |
+
],
|
| 2784 |
+
"ubuntu.16.10-x64": [
|
| 2785 |
+
"ubuntu.16.10",
|
| 2786 |
+
"ubuntu-x64",
|
| 2787 |
+
"ubuntu",
|
| 2788 |
+
"debian-x64",
|
| 2789 |
+
"debian",
|
| 2790 |
+
"linux-x64",
|
| 2791 |
+
"linux",
|
| 2792 |
+
"unix-x64",
|
| 2793 |
+
"unix",
|
| 2794 |
+
"any",
|
| 2795 |
+
"base"
|
| 2796 |
+
],
|
| 2797 |
+
"ubuntu.17.04-x64": [
|
| 2798 |
+
"ubuntu.17.04",
|
| 2799 |
+
"ubuntu-x64",
|
| 2800 |
+
"ubuntu",
|
| 2801 |
+
"debian-x64",
|
| 2802 |
+
"debian",
|
| 2803 |
+
"linux-x64",
|
| 2804 |
+
"linux",
|
| 2805 |
+
"unix-x64",
|
| 2806 |
+
"unix",
|
| 2807 |
+
"any",
|
| 2808 |
+
"base"
|
| 2809 |
+
],
|
| 2810 |
+
"ubuntu.17.10-x64": [
|
| 2811 |
+
"ubuntu.17.10",
|
| 2812 |
+
"ubuntu-x64",
|
| 2813 |
+
"ubuntu",
|
| 2814 |
+
"debian-x64",
|
| 2815 |
+
"debian",
|
| 2816 |
+
"linux-x64",
|
| 2817 |
+
"linux",
|
| 2818 |
+
"unix-x64",
|
| 2819 |
+
"unix",
|
| 2820 |
+
"any",
|
| 2821 |
+
"base"
|
| 2822 |
+
],
|
| 2823 |
+
"ubuntu.18.04-x64": [
|
| 2824 |
+
"ubuntu.18.04",
|
| 2825 |
+
"ubuntu-x64",
|
| 2826 |
+
"ubuntu",
|
| 2827 |
+
"debian-x64",
|
| 2828 |
+
"debian",
|
| 2829 |
+
"linux-x64",
|
| 2830 |
+
"linux",
|
| 2831 |
+
"unix-x64",
|
| 2832 |
+
"unix",
|
| 2833 |
+
"any",
|
| 2834 |
+
"base"
|
| 2835 |
+
],
|
| 2836 |
+
"ubuntu.18.10-x64": [
|
| 2837 |
+
"ubuntu.18.10",
|
| 2838 |
+
"ubuntu-x64",
|
| 2839 |
+
"ubuntu",
|
| 2840 |
+
"debian-x64",
|
| 2841 |
+
"debian",
|
| 2842 |
+
"linux-x64",
|
| 2843 |
+
"linux",
|
| 2844 |
+
"unix-x64",
|
| 2845 |
+
"unix",
|
| 2846 |
+
"any",
|
| 2847 |
+
"base"
|
| 2848 |
+
],
|
| 2849 |
+
"ubuntu.19.04-x64": [
|
| 2850 |
+
"ubuntu.19.04",
|
| 2851 |
+
"ubuntu-x64",
|
| 2852 |
+
"ubuntu",
|
| 2853 |
+
"debian-x64",
|
| 2854 |
+
"debian",
|
| 2855 |
+
"linux-x64",
|
| 2856 |
+
"linux",
|
| 2857 |
+
"unix-x64",
|
| 2858 |
+
"unix",
|
| 2859 |
+
"any",
|
| 2860 |
+
"base"
|
| 2861 |
+
],
|
| 2862 |
+
"ubuntu.19.10-x64": [
|
| 2863 |
+
"ubuntu.19.10",
|
| 2864 |
+
"ubuntu-x64",
|
| 2865 |
+
"ubuntu",
|
| 2866 |
+
"debian-x64",
|
| 2867 |
+
"debian",
|
| 2868 |
+
"linux-x64",
|
| 2869 |
+
"linux",
|
| 2870 |
+
"unix-x64",
|
| 2871 |
+
"unix",
|
| 2872 |
+
"any",
|
| 2873 |
+
"base"
|
| 2874 |
+
],
|
| 2875 |
+
"ubuntu.20.04-x64": [
|
| 2876 |
+
"ubuntu.20.04",
|
| 2877 |
+
"ubuntu-x64",
|
| 2878 |
+
"ubuntu",
|
| 2879 |
+
"debian-x64",
|
| 2880 |
+
"debian",
|
| 2881 |
+
"linux-x64",
|
| 2882 |
+
"linux",
|
| 2883 |
+
"unix-x64",
|
| 2884 |
+
"unix",
|
| 2885 |
+
"any",
|
| 2886 |
+
"base"
|
| 2887 |
+
],
|
| 2888 |
+
"ubuntu.20.10-x64": [
|
| 2889 |
+
"ubuntu.20.10",
|
| 2890 |
+
"ubuntu-x64",
|
| 2891 |
+
"ubuntu",
|
| 2892 |
+
"debian-x64",
|
| 2893 |
+
"debian",
|
| 2894 |
+
"linux-x64",
|
| 2895 |
+
"linux",
|
| 2896 |
+
"unix-x64",
|
| 2897 |
+
"unix",
|
| 2898 |
+
"any",
|
| 2899 |
+
"base"
|
| 2900 |
+
],
|
| 2901 |
+
"ubuntu.21.04-x64": [
|
| 2902 |
+
"ubuntu.21.04",
|
| 2903 |
+
"ubuntu-x64",
|
| 2904 |
+
"ubuntu",
|
| 2905 |
+
"debian-x64",
|
| 2906 |
+
"debian",
|
| 2907 |
+
"linux-x64",
|
| 2908 |
+
"linux",
|
| 2909 |
+
"unix-x64",
|
| 2910 |
+
"unix",
|
| 2911 |
+
"any",
|
| 2912 |
+
"base"
|
| 2913 |
+
],
|
| 2914 |
+
"ubuntu.21.10-x64": [
|
| 2915 |
+
"ubuntu.21.10",
|
| 2916 |
+
"ubuntu-x64",
|
| 2917 |
+
"ubuntu",
|
| 2918 |
+
"debian-x64",
|
| 2919 |
+
"debian",
|
| 2920 |
+
"linux-x64",
|
| 2921 |
+
"linux",
|
| 2922 |
+
"unix-x64",
|
| 2923 |
+
"unix",
|
| 2924 |
+
"any",
|
| 2925 |
+
"base"
|
| 2926 |
+
],
|
| 2927 |
+
"ubuntu.22.04-x64": [
|
| 2928 |
+
"ubuntu.22.04",
|
| 2929 |
+
"ubuntu-x64",
|
| 2930 |
+
"ubuntu",
|
| 2931 |
+
"debian-x64",
|
| 2932 |
+
"debian",
|
| 2933 |
+
"linux-x64",
|
| 2934 |
+
"linux",
|
| 2935 |
+
"unix-x64",
|
| 2936 |
+
"unix",
|
| 2937 |
+
"any",
|
| 2938 |
+
"base"
|
| 2939 |
+
],
|
| 2940 |
+
"ubuntu.22.10-x64": [
|
| 2941 |
+
"ubuntu.22.10",
|
| 2942 |
+
"ubuntu-x64",
|
| 2943 |
+
"ubuntu",
|
| 2944 |
+
"debian-x64",
|
| 2945 |
+
"debian",
|
| 2946 |
+
"linux-x64",
|
| 2947 |
+
"linux",
|
| 2948 |
+
"unix-x64",
|
| 2949 |
+
"unix",
|
| 2950 |
+
"any",
|
| 2951 |
+
"base"
|
| 2952 |
+
],
|
| 2953 |
+
"ubuntu.23.04-x64": [
|
| 2954 |
+
"ubuntu.23.04",
|
| 2955 |
+
"ubuntu-x64",
|
| 2956 |
+
"ubuntu",
|
| 2957 |
+
"debian-x64",
|
| 2958 |
+
"debian",
|
| 2959 |
+
"linux-x64",
|
| 2960 |
+
"linux",
|
| 2961 |
+
"unix-x64",
|
| 2962 |
+
"unix",
|
| 2963 |
+
"any",
|
| 2964 |
+
"base"
|
| 2965 |
+
],
|
| 2966 |
+
"ubuntu.23.10-x64": [
|
| 2967 |
+
"ubuntu.23.10",
|
| 2968 |
+
"ubuntu-x64",
|
| 2969 |
+
"ubuntu",
|
| 2970 |
+
"debian-x64",
|
| 2971 |
+
"debian",
|
| 2972 |
+
"linux-x64",
|
| 2973 |
+
"linux",
|
| 2974 |
+
"unix-x64",
|
| 2975 |
+
"unix",
|
| 2976 |
+
"any",
|
| 2977 |
+
"base"
|
| 2978 |
+
]
|
| 2979 |
+
}
|
| 2980 |
+
}
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/GridSensor3DExample.dll
ADDED
|
Binary file (11.3 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/GridSensor3DExample.pdb
ADDED
|
Binary file (17.7 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/GridSensor3DExample.runtimeconfig.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"runtimeOptions": {
|
| 3 |
+
"tfm": "net6.0",
|
| 4 |
+
"includedFrameworks": [
|
| 5 |
+
{
|
| 6 |
+
"name": "Microsoft.NETCore.App",
|
| 7 |
+
"version": "6.0.27"
|
| 8 |
+
}
|
| 9 |
+
],
|
| 10 |
+
"configProperties": {
|
| 11 |
+
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
|
| 12 |
+
}
|
| 13 |
+
}
|
| 14 |
+
}
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.CSharp.dll
ADDED
|
Binary file (842 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.ML.OnnxRuntime.dll
ADDED
|
Binary file (172 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.VisualBasic.Core.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33c091d557a11ea094e060e920708124c5ff5d620294a53683f9f82700d4896a
|
| 3 |
+
size 1232656
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.VisualBasic.dll
ADDED
|
Binary file (18.1 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.Win32.Primitives.dll
ADDED
|
Binary file (24.7 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/Microsoft.Win32.Registry.dll
ADDED
|
Binary file (59.2 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.AppContext.dll
ADDED
|
Binary file (15.6 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Buffers.dll
ADDED
|
Binary file (15.6 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.Concurrent.dll
ADDED
|
Binary file (239 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.Immutable.dll
ADDED
|
Binary file (600 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.NonGeneric.dll
ADDED
|
Binary file (101 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.Specialized.dll
ADDED
|
Binary file (96 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Collections.dll
ADDED
|
Binary file (269 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.Annotations.dll
ADDED
|
Binary file (188 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.DataAnnotations.dll
ADDED
|
Binary file (17.6 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.EventBasedAsync.dll
ADDED
|
Binary file (38.6 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.Primitives.dll
ADDED
|
Binary file (75.9 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.TypeConverter.dll
ADDED
|
Binary file (752 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.ComponentModel.dll
ADDED
|
Binary file (18.6 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Configuration.dll
ADDED
|
Binary file (19.6 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Console.dll
ADDED
|
Binary file (191 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Core.dll
ADDED
|
Binary file (24.3 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Data.Common.dll
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ec5ecfa3706d3fc752c4e5c56ff49b212331693e53c116730c8ccbd03bf62539
|
| 3 |
+
size 3016992
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Data.DataSetExtensions.dll
ADDED
|
Binary file (16 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Data.dll
ADDED
|
Binary file (25.9 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.Contracts.dll
ADDED
|
Binary file (16 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.Debug.dll
ADDED
|
Binary file (16 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.DiagnosticSource.dll
ADDED
|
Binary file (385 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.FileVersionInfo.dll
ADDED
|
Binary file (41.7 kB). View file
|
|
|
bin/data_GridSensor3DExample_linuxbsd_x86_64/System.Diagnostics.Process.dll
ADDED
|
Binary file (265 kB). View file
|
|
|