Skip to content

Commit 38af5e4

Browse files
committed
Fix import.
1 parent 12375d8 commit 38af5e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flybody/agents/actors.py

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
from typing import Callable
44

5+
import numpy as np
6+
57
from acme import adders
68
from acme import core
79
from acme import types

0 commit comments

Comments
 (0)