Skip to content

Commit 1737fcd

Browse files
committed
minor change
1 parent aa0496a commit 1737fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mjpc/planners/sample_gradient/planner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void SampleGradientPlanner::OptimizePolicy(int horizon, ThreadPool& pool) {
190190
// start timer
191191
auto perturb_rollouts_start = std::chrono::steady_clock::now();
192192

193-
// roll out perturbed policies: p + s * d
193+
// roll out perturbed policies: p + s * N(0, 1)
194194
this->Rollouts(num_trajectory, num_gradient, horizon, pool);
195195

196196
// stop timer

0 commit comments

Comments
 (0)