質問編集履歴

1

書式の改善

2025/02/25 08:36

投稿

runrun
runrun

スコア37

test CHANGED
@@ -1 +1 @@
1
- 【Unity】オープンソースを実行するとエラーが出てます
1
+ 【Unity】オープンソースでバスケットボールの強化学習をし
test CHANGED
@@ -37,21 +37,6 @@
37
37
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2025-02-25/40d3ae54-c0f2-4e09-bc76-6214531c495c.png)
38
38
 
39
39
 
40
- ### エラーメッセージ
41
- ```error
42
- 例:
43
- NullReferenceException: Object reference not set to an instance of an object
44
- PlayingPassNN.Initialize () (at Assets/ML-Agents/BasketBall/newBasketBall/Scripts/PlayingPassNN.cs:33)
45
- Unity.MLAgents.Agent.LazyInitialize () (at /home/kaoru/ml-agents/Basketball-ML-Unity-master/com.unity.ml-agents/Runtime/Agent.cs:397)
46
- Unity.MLAgents.Agent.OnEnable () (at /home/kaoru/ml-agents/Basketball-ML-Unity-master/com.unity.ml-agents/Runtime/Agent.cs:303)
47
- ```
48
-
49
- ### 該当のソースコード
50
-
51
- ```
52
- // オープンソースから変えていません。
53
- ```
54
-
55
40
  ### 試したこと・調べたこと
56
41
  - [x] teratailやGoogle等で検索した
57
42
  - [x] ソースコードを自分なりに変更した