Logging file path
This commit is contained in:
parent
f00e246ce7
commit
15a7d61a8e
1 changed files with 3 additions and 0 deletions
|
|
@ -836,7 +836,10 @@ async fn run_1v1_simulation(
|
||||||
|
|
||||||
// Run simulation until score file is generated
|
// Run simulation until score file is generated
|
||||||
let config1_arg = format!("-NN1Config=\"{}\"", nn_path_1.to_str().unwrap());
|
let config1_arg = format!("-NN1Config=\"{}\"", nn_path_1.to_str().unwrap());
|
||||||
|
warn!("Config1 Arg: {}", config1_arg);
|
||||||
let config2_arg = format!("-NN2Config=\"{}\"", nn_path_2.to_str().unwrap());
|
let config2_arg = format!("-NN2Config=\"{}\"", nn_path_2.to_str().unwrap());
|
||||||
|
warn!("Config2 Arg: {}", config2_arg);
|
||||||
|
|
||||||
let disable_unreal_rendering_arg = "-nullrhi".to_string();
|
let disable_unreal_rendering_arg = "-nullrhi".to_string();
|
||||||
|
|
||||||
trace!(
|
trace!(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue