Skip to content

Commit

Permalink
Add missing Number import
Browse files Browse the repository at this point in the history
  • Loading branch information
hartikainen committed Apr 10, 2018
1 parent e346359 commit 13921bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sac/algos/sac_v2.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from numbers import Number

import numpy as np
import tensorflow as tf

Expand Down

0 comments on commit 13921bc

Please sign in to comment.