Skip to content

Commit

Permalink
【MA基礎開発】ML-Agentsのパッケージパスを相対パスへ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
tsyu12345 committed Feb 16, 2024
1 parent d595465 commit a78eb6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MAEasySimulator/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.ml-agents": "file:F:/syu/Learning/Learning-MasterPJ_BaseTech/ml-agents/com.unity.ml-agents",
"com.unity.ml-agents.extensions": "file:F:/syu/Learning/Learning-MasterPJ_BaseTech/ml-agents/com.unity.ml-agents.extensions",
"com.unity.ml-agents": "file:../../ml-agents/com.unity.ml-agents",
"com.unity.ml-agents.extensions": "file:../../ml-agents/com.unity.ml-agents.extensions",
"com.unity.render-pipelines.universal": "14.0.8",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
Expand Down
4 changes: 2 additions & 2 deletions MAEasySimulator/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ml-agents": {
"version": "file:F:/syu/Learning/Learning-MasterPJ_BaseTech/ml-agents/com.unity.ml-agents",
"version": "file:../../ml-agents/com.unity.ml-agents",
"depth": 0,
"source": "local",
"dependencies": {
Expand All @@ -115,7 +115,7 @@
}
},
"com.unity.ml-agents.extensions": {
"version": "file:F:/syu/Learning/Learning-MasterPJ_BaseTech/ml-agents/com.unity.ml-agents.extensions",
"version": "file:../../ml-agents/com.unity.ml-agents.extensions",
"depth": 0,
"source": "local",
"dependencies": {
Expand Down

0 comments on commit a78eb6a

Please sign in to comment.