We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4179668 commit 7984d39Copy full SHA for 7984d39
src/utils/experience_buffer.py
@@ -0,0 +1,8 @@
1
+
2
+from typing import TypeVar
3
4
+Net = TypeVar('Net')
5
+Batch = TypeVar('Batch')
6
7
+def unpack_batch(batch, net: Net, device: str='cpu'):
8
+ pass
0 commit comments