Skip to content

Commit

Permalink
fixed devmode / project files (#932)
Browse files Browse the repository at this point in the history
Co-authored-by: Panajiotis Kessler <[email protected]>
  • Loading branch information
Mytolo and Panajiotis Kessler authored Jul 25, 2023
1 parent 9202202 commit 102e35f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
27 changes: 27 additions & 0 deletions Project.dev.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name = "ReinforcementLearning"
uuid = "158674fc-8238-5cab-b5ba-03dfc80d1318"
authors = ["Johanni Brea <[email protected]>", "Jun Tian <[email protected]>"]
version = "0.11.0-dev"

[deps]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
ReinforcementLearningBase = "e575027e-6cd6-5018-9292-cdc6200d2b44"
ReinforcementLearningCore = "de1b191a-4ae0-4afa-a27b-92d07f46b2d6"
ReinforcementLearningDatasets = "dd1544ca-2576-438c-a599-ae96278fd687"
ReinforcementLearningEnvironments = "25e41dd2-4622-11e9-1641-f1adca772921"
ReinforcementLearningZoo = "d607f57d-ee1e-4ba7-bcf2-7734c1e31854"

[compat]
Reexport = "0.2, 1"
ReinforcementLearningBase = "0.12"
ReinforcementLearningCore = "0.11"
ReinforcementLearningEnvironments = "0.8"
ReinforcementLearningZoo = "0.8"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
1 change: 0 additions & 1 deletion src/devmode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ function activate_devmode!()
Pkg.develop(path="src/ReinforcementLearningBase")
#RLExperiments
Pkg.activate("src/ReinforcementLearningExperiments")
Pkg.develop(path=".")
Pkg.develop(path="src/ReinforcementLearningZoo")
Pkg.develop(path="src/ReinforcementLearningEnvironments")
Pkg.develop(path="src/ReinforcementLearningCore")
Expand Down

0 comments on commit 102e35f

Please sign in to comment.