AI-Toolbox icon indicating copy to clipboard operation
AI-Toolbox copied to clipboard

Updated for compilation with multiple g++ and C++20 while resolving e…

Open dt1729 opened this issue 2 years ago • 2 comments

Updated for compilation with multiple g++ and C++20 while resolving error in MARMaxPolicy.cpp for ranges_ vector

elementary edits for compilation on ubuntu 20.04 with multiple g++ installations and 9.4.0 set as default, this causes an error in MARMaxPolicy.cpp for ranges_ vector where iterating using (auto r : ranges_) is not feasible for some reason.

dt1729 avatar May 15 '23 02:05 dt1729