Porta Logica

Results 2 comments of Porta Logica

Find the policy assignment in dqn_agent: -> policy = greedy_policy.GreedyPolicy(policy) Replace greedy policy with whatever policy you wish.

I guess that the issue is hardware related. Your computer's CPU seems to be missing capabilities AVX2 AVX512F AVX512_VNNI FMA, required by the pre-built version of Tensorflow 2.15.1. You can...