We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc184c commit 4867844Copy full SHA for 4867844
vpr/src/place/move_generators/simpleRL_move_generator.cpp
@@ -251,7 +251,7 @@ t_propose_action EpsilonGreedyAgent::propose_action() {
251
// chosen. In this case, just choose the last action.
252
// For example, for three actions:
253
// [0.33, 0.66, 0.99]
254
- // Notice that the last ation does not perfectly add up to 1.0. To
+ // Notice that the last action does not perfectly add up to 1.0. To
255
// get around this, we just pretend that it rounded up to 1.0.
256
action_type_q_pos = num_available_actions_ - 1;
257
}
0 commit comments