NeoRL
NeoRL copied to clipboard
Neocortex-like reinforcement learning that runs on the GPU or CPU (OpenCL)
I have the following compiling errors: /usr/include/CL/cl2.hpp:1629:23: note: candidate: cl::detail::Wrapper& cl::detail::Wrapper::operator=(cl::detail::Wrapper) [with T = _cl_sampler*] Wrapper& operator = (Wrapper&& rhs) ^ In file included from /home/binh/RL/NeoRL/NeoRL/source/neo/../system/ComputeSystem.h:8:0, from /home/binh/RL/NeoRL/NeoRL/source/neo/Helpers.h:3, from /home/binh/RL/NeoRL/NeoRL/source/neo/SparsePredictor.h:3,...
Help me please, When I do "make", I get next errors CMakeFiles/NeoRL.dir/source/neo/PredictiveHierarchy.cpp.o: In function cl::operator|(cl::QueueProperties, cl::QueueProperties)': PredictiveHierarchy.cpp:(.text+0xf8): multiple definition ofcl::operator|(cl::QueueProperties, cl::QueueProperties)' CMakeFiles/NeoRL.dir/source/neo/Swarm.cpp.o:Swarm.cpp:(.text+0xf8): first defined here I have got 24 of...
May be I not right run NeoRL and therefore get this errors? “relocation has an invalid symbol at symbol index…” I did next: 1. setup SFML and OpenCL 2. I...