Skip to content

Commit 22901d1

Browse files
committed
fix typo
1 parent 228df50 commit 22901d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/acrobot-qtable/src/bin/train.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ fn main() {
171171
);
172172
}
173173
if episode % model_save_interval == 0 {
174-
print!("----> saveing current agent as a file...");
174+
print!("----> saving current agent as a file...");
175175
std::io::Write::flush(&mut std::io::stdout()).unwrap();
176176
agent
177177
.save(model_save_directory.join(format!("agent_{episode}@{}.json", episode_reward.round() as usize)))

0 commit comments

Comments
 (0)