Skip to content

Commit

Permalink
add gym submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocagnetta committed Jun 17, 2024
1 parent 4d05b1e commit c7530c3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
path = tianshou
url = [email protected]:aai-institute/tianshou-fork.git
branch = armscan_env
[submodule "gymnasium"]
path = gymnasium
url = [email protected]:carlocagnetta/Gymnasium-fork.git
branch = armscan_env
1 change: 1 addition & 0 deletions gymnasium
Submodule gymnasium added at 08bf01
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python = "^3.11"
accsr = "^0.4.6"
celluloid = "^0.2.0"
ffmpeg = "^1.4"
gymnasium = "1.0.0a2"
gymnasium = { path = "./gymnasium", develop = true}
jupyter = "^1.0.0"
matplotlib = "^3.8.3"
numpy = "^1"
Expand Down

0 comments on commit c7530c3

Please sign in to comment.