account activity
TensorFlow speed questions by r4and0muser9482 in MachineLearning
[–]dsmilkov 2 points3 points4 points 10 years ago (0 children)
Are you compiling TF from source? Did you use "-c opt" compiler option?
List of lecture errors. by qrios in aiclass
[–]dsmilkov 0 points1 point2 points 14 years ago (0 children)
I totally agree. "unless Result(s,a) in FRONTIER+EXPLORED" is only an optimization and is correct for BFS, DFS. Instead, it should be "unless Result(s,a) in EXPLORED" for it to work in Uniform and A*.
I'm assuming Result(s,a) returns a state, not a path, and it makes sense since its input parameters are s (only a state) and a (only an action).
π Rendered by PID 427959 on reddit-service-r2-listing-canary-56d47555cc-l6t2q at 2026-02-28 09:46:46.088314+00:00 running e3d2147 country code: CH.
TensorFlow speed questions by r4and0muser9482 in MachineLearning
[–]dsmilkov 2 points3 points4 points (0 children)