diff --git a/.vs/QLearningApp/v16/.suo b/.vs/QLearningApp/v16/.suo index 103c2119432c3a8456e8ba30ad974c5e03404fac..cf3e87a28335881e753869ed13980eed71caa529 100644 Binary files a/.vs/QLearningApp/v16/.suo and b/.vs/QLearningApp/v16/.suo differ diff --git a/QLearningApp/RLsync.cs b/QLearningApp/RLsync.cs index 344e77cb02ca13103a1b85bd03f540415ed2d331..8fd367960c10cebe76927f3ed59cd8bcf1f4a1c1 100644 --- a/QLearningApp/RLsync.cs +++ b/QLearningApp/RLsync.cs @@ -12,8 +12,9 @@ namespace QLearningApp public double[] delta_space = { 10, 20, 30, 40, 50, 100 }; // possible values of delta- 6 values //public double[] delta_space = { 20 }; - public double alpha = 0.2; //original value 0.4 - public double beta = 0.2;//original value 0.4 + public double alpha = 0.2; //can control PE with this + + public double beta = 0.2;//can control APL with this // State space public double[] fps_space = { 10, 12, 15, 17, 20, 22, 25, 27, 30 };//PE, APL 0-30 read it form file-9 states diff --git a/QLearningApp/bin/Debug/QLearningApp.exe b/QLearningApp/bin/Debug/QLearningApp.exe index 69860436b49a7b74247d4dd3d9d92820600b4015..9a16b54a72a5b384e18b872b6543f41a1fa23f81 100644 Binary files a/QLearningApp/bin/Debug/QLearningApp.exe and b/QLearningApp/bin/Debug/QLearningApp.exe differ diff --git a/QLearningApp/bin/Debug/QLearningApp.pdb b/QLearningApp/bin/Debug/QLearningApp.pdb index 64633aa518b875e67a87556f189d8bc4ade484fb..2a0d156ec9955ca7e59a35503afb0977b9bd4348 100644 Binary files a/QLearningApp/bin/Debug/QLearningApp.pdb and b/QLearningApp/bin/Debug/QLearningApp.pdb differ diff --git a/QLearningApp/obj/Debug/QLearningApp.csprojAssemblyReference.cache b/QLearningApp/obj/Debug/QLearningApp.csprojAssemblyReference.cache index 81441d12ea59e70c6bb50a099f24c3d712ed2b57..f3df4d1d21d23fd7d029e96762b1a42309e4f3d0 100644 Binary files a/QLearningApp/obj/Debug/QLearningApp.csprojAssemblyReference.cache and b/QLearningApp/obj/Debug/QLearningApp.csprojAssemblyReference.cache differ diff --git a/QLearningApp/obj/Debug/QLearningApp.exe b/QLearningApp/obj/Debug/QLearningApp.exe index 69860436b49a7b74247d4dd3d9d92820600b4015..9a16b54a72a5b384e18b872b6543f41a1fa23f81 100644 Binary files a/QLearningApp/obj/Debug/QLearningApp.exe and b/QLearningApp/obj/Debug/QLearningApp.exe differ diff --git a/QLearningApp/obj/Debug/QLearningApp.pdb b/QLearningApp/obj/Debug/QLearningApp.pdb index 64633aa518b875e67a87556f189d8bc4ade484fb..2a0d156ec9955ca7e59a35503afb0977b9bd4348 100644 Binary files a/QLearningApp/obj/Debug/QLearningApp.pdb and b/QLearningApp/obj/Debug/QLearningApp.pdb differ