質問編集履歴
2
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
誤字
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)試したが失敗
|