Skip to content

Commit 4867844

Browse files
[Place][MoveGenerator] Fixed Typo in Comment
1 parent 4bc184c commit 4867844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vpr/src/place/move_generators/simpleRL_move_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ t_propose_action EpsilonGreedyAgent::propose_action() {
251251
// chosen. In this case, just choose the last action.
252252
// For example, for three actions:
253253
// [0.33, 0.66, 0.99]
254-
// Notice that the last ation does not perfectly add up to 1.0. To
254+
// Notice that the last action does not perfectly add up to 1.0. To
255255
// get around this, we just pretend that it rounded up to 1.0.
256256
action_type_q_pos = num_available_actions_ - 1;
257257
}

0 commit comments

Comments
 (0)