1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-17 18:51:17 +00:00

Change default packing fraction for RL

This commit is contained in:
Mo8it 2022-04-06 18:26:37 +02:00
parent b737175a7f
commit 9a76def840
6 changed files with 11 additions and 11 deletions

View file

@ -1049,11 +1049,11 @@ version = "0.4.3"
[[deps.ReCo]]
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
git-tree-sha1 = "b26dd8412a57d5e8febc070cba3de0207e4bc40d"
git-tree-sha1 = "0ef60bf33b5d542a38cc92c3a13e6feee2a6781c"
repo-rev = "main"
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
version = "0.4.0"
version = "0.5.0"
[[deps.RealDot]]
deps = ["LinearAlgebra"]

View file

@ -1014,11 +1014,11 @@ version = "0.4.3"
[[deps.ReCo]]
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
git-tree-sha1 = "b26dd8412a57d5e8febc070cba3de0207e4bc40d"
git-tree-sha1 = "0ef60bf33b5d542a38cc92c3a13e6feee2a6781c"
repo-rev = "main"
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
version = "0.4.0"
version = "0.5.0"
[[deps.RealDot]]
deps = ["LinearAlgebra"]

View file

@ -793,11 +793,11 @@ version = "1.5.3"
[[deps.ReCo]]
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
git-tree-sha1 = "b26dd8412a57d5e8febc070cba3de0207e4bc40d"
git-tree-sha1 = "0ef60bf33b5d542a38cc92c3a13e6feee2a6781c"
repo-rev = "main"
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
version = "0.4.0"
version = "0.5.0"
[[deps.RealDot]]
deps = ["LinearAlgebra"]

View file

@ -839,11 +839,11 @@ version = "1.5.3"
[[deps.ReCo]]
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
git-tree-sha1 = "b26dd8412a57d5e8febc070cba3de0207e4bc40d"
git-tree-sha1 = "0ef60bf33b5d542a38cc92c3a13e6feee2a6781c"
repo-rev = "main"
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
version = "0.4.0"
version = "0.5.0"
[[deps.RealDot]]
deps = ["LinearAlgebra"]

View file

@ -32,7 +32,7 @@ const DEFAULT_UPDATE_ACTIONS_AT = 0.1
const DEFAULT_N_PARTICLES = 100
const DEFAULT_SEED = 42
const DEFAULT_ϵ_STABLE = 0.00001
const DEFAULT_PACKING_FRACTION = 0.15
const DEFAULT_PACKING_FRACTION = 0.01
const DEFAULT_SHOW_PROGRESS = true
const DEFAULT_SHOW_SIMULATION_PROGRESS = true
const DEFAULT_REWARD_DISCOUNT = 0.1

View file

@ -1050,11 +1050,11 @@ version = "0.4.3"
[[deps.ReCo]]
deps = ["CellListMap", "Dates", "Distributions", "Flux", "Intervals", "JLD2", "LaTeXStrings", "LinearAlgebra", "ProgressMeter", "Random", "ReinforcementLearning", "StaticArrays"]
git-tree-sha1 = "b26dd8412a57d5e8febc070cba3de0207e4bc40d"
git-tree-sha1 = "0ef60bf33b5d542a38cc92c3a13e6feee2a6781c"
repo-rev = "main"
repo-url = "https://gitlab.rlp.net/mobitar/ReCo.jl"
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
version = "0.4.0"
version = "0.5.0"
[[deps.RealDot]]
deps = ["LinearAlgebra"]