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 228df50 commit 22901d1Copy full SHA for 22901d1
examples/acrobot-qtable/src/bin/train.rs
@@ -171,7 +171,7 @@ fn main() {
171
);
172
}
173
if episode % model_save_interval == 0 {
174
- print!("----> saveing current agent as a file...");
+ print!("----> saving current agent as a file...");
175
std::io::Write::flush(&mut std::io::stdout()).unwrap();
176
agent
177
.save(model_save_directory.join(format!("agent_{episode}@{}.json", episode_reward.round() as usize)))
0 commit comments