質問するログイン新規登録

質問編集履歴

2

タグ追加

2021/12/22 02:38

投稿

Sh1nn
Sh1nn

スコア24

title CHANGED
File without changes
body CHANGED
File without changes

1

誤字

2021/12/22 02:38

投稿

Sh1nn
Sh1nn

スコア24

title CHANGED
File without changes
body CHANGED
@@ -61,6 +61,7 @@
61
61
  ```
62
62
 
63
63
  ```python
64
+ #CQL-master/d4rl/rlkit/torch/networks.py
64
65
  def forward(self, *inputs, **kwargs):
65
66
  flat_inputs = torch.cat(inputs, dim=1)
66
67
  # flat_inputs = torch.cat(inputs, dim=1).to(device)試したが失敗