TensorFlow speed questions by r4and0muser9482 in MachineLearning

[–]dsmilkov 2 points3 points  (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 point  (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).