Closed markacruz closed 1 month ago
Acrobot
CartPole
CartCentering
CamelCase
snake_case
kPascalCase
std::
Compiled the entire project using scons --opt
scons --opt
🔗 Related Issue(s)
📝 Description
Acrobot
,CartPole
, andCartCentering
using Google C++ Style Guide:CamelCase
snake_case
and constantskPascalCase
std::
to the library functions that didn't have it because of the using namespace std line✅ How Has This Been Tested?
Compiled the entire project using
scons --opt