We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157795d commit 7c39daaCopy full SHA for 7c39daa
1 file changed
tensorforce/core/explorations/constant.py
@@ -25,5 +25,5 @@ def __init__(self, constant=0.0, scope='constant', summary_labels=()):
25
self.constant = constant
26
super(Constant, self).__init__(scope=scope, summary_labels=summary_labels)
27
28
- def tf_explore(self, episode, timestep, action_shape, action_spec=None):
+ def tf_explore(self, episode, timestep, action_spec=None):
29
return self.constant
0 commit comments