Results 14 issues of Germanunkol

Thanks for the docker files, they were very useful. When I used the python3 version, I had to do ` pip3 install joblib` before the opensfm binary would run.

## Description Panda creates a texture (samplerCubeShadow) automatically for Point Lights and I can access that through in my shaders. However, sampling the texture with the GLSL `texture()` outputs a...

bug
opengl

Possible solution: Use diff programm to check a new AI against other AIs and make sure they differ enough... ... I'll have to read up on how to make use...

PSLLSP wrote: > I have one more note on TheMaze challange. The map is random. I can reload the same AI several times on the same maze. But I cannot...

feature request

Nice to see there's already an implementation of this! I just stumbled across [tensorflow's "stop_gradient" function](https://www.tensorflow.org/api_docs/python/tf/stop_gradient). In the examples of where the function might be needed, they mention "The EM...

I read in your Readme that you're having issues with getting NaNs as result. I've had similar issues and found that after the first iteration, sometimes my activations would be...

## Description When `pstats-python-profiler` is set in Config and I try to run a project with large frame times (over 100 ms per frame, for example) the (already running) pstats...

bug
pstats

## Description In the documentation, the [lookAt](https://docs.panda3d.org/1.10/python/reference/panda3d.core.NodePath#panda3d.core.NodePath.lookAt) and [headsUp](https://docs.panda3d.org/1.10/python/reference/panda3d.core.NodePath#panda3d.core.NodePath.headsUp) functions (and their various overloads) could use some more explanation, I think. Here are some questions I had that the Docs...

When converting collision meshes, degenerate triangles (i.e. single edges) would result in an indexing error in the line pos2 = vdata[vertices[i + 2]].xyz This is because the line for i...