Style fix.

This commit is contained in:
Rahul Prabhu
2019-06-30 16:22:11 +05:30
parent d894f9565a
commit 244fcaf067
+1 -1
View File
@@ -94,7 +94,7 @@ BOOST_AUTO_TEST_CASE(SimpleContinuousMountainCarTest)
BOOST_AUTO_TEST_CASE(SimpleAcrobotTest)
{
Acrobot task = Acrobot();
task.MaxSteps() = 5;
task.MaxSteps() = 5;
Acrobot::State state = task.InitialSample();
Acrobot::Action action = Acrobot::Action::negativeTorque;