Skip to content

Commit

Permalink
Remove commented line from sandbox.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
tspooner committed Dec 5, 2017
1 parent 02d4e3e commit a036a28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/sandbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ fn main() {
run(e, 1000, Some(logger))
};

// println!("{:?}", agent.q_func.weights);

// Testing:
let testing_result =
Evaluation::new(&mut agent, Box::new(Acrobat::default)).next().unwrap();
Expand Down

0 comments on commit a036a28

Please sign in to comment.