You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BernoulliThompsonSamplingAgent seems not working when calling agent.collect_policy.action(step). It returns the following error module 'tensorflow.python.eager.function' has no attribute 'register'. All other agents works fine running the same command.
Hi Friends,
BernoulliThompsonSamplingAgent
seems not working when callingagent.collect_policy.action(step)
. It returns the following errormodule 'tensorflow.python.eager.function' has no attribute 'register'
. All other agents works fine running the same command.I also tried to run this example and it returns the same error.
https://github.com/tensorflow/agents/blob/11d3b98f2d9edbb7e33484657ce61e941a73312d/tf_agents/bandits/agents/examples/v2/train_eval_bernoulli.py
I'm using tf_agents 0.15.0
Full traceback here:
The text was updated successfully, but these errors were encountered: