File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2756,9 +2756,9 @@ void set_conditional_defaults(t_options& args) {
27562756 // either basic or nonPenalizing basic
27572757 if (args.RL_agent_placement && (args.PlaceAlgorithm == BOUNDING_BOX_PLACE || !args.timing_analysis )) {
27582758 if (args.place_reward_fun .value () != " basic" && args.place_reward_fun .value () != " nonPenalizing_basic" )
2759- VTR_LOG_WARN (" To use RLPlace for WLdriven placements, the reward function should be basic or nonPenalizing_basic.\n "
2759+ VTR_LOG_WARN (" To use RLPlace for WLdriven placements, the reward function should be basic or nonPenalizing_basic.\n "
27602760 " you can specify the reward function using --place_reward_fun.\n "
2761- " Setting the placement reward function to basic\n " );
2761+ " Setting the placement reward function to \" basic\" \n" );
27622762 args.place_reward_fun .set (" basic" , Provenance::INFERRED);
27632763 }
27642764
You can’t perform that action at this time.
0 commit comments