mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[RLlib] Issue 12212: "TFEagerPolicy has no attribute action_sampler_fn.
This commit is contained in:
parent
86b0741026
commit
a082ea18b8
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ def build_eager_tf_policy(name,
|
|||
if action_sampler_fn:
|
||||
dist_inputs = None
|
||||
state_out = []
|
||||
actions, logp = self.action_sampler_fn(
|
||||
actions, logp = action_sampler_fn(
|
||||
self,
|
||||
self.model,
|
||||
input_dict[SampleBatch.CUR_OBS],
|
||||
|
|
Loading…
Add table
Reference in a new issue