Skip to content

Commit 9a9bb32

Browse files
committed
style: fix style
1 parent 871eeef commit 9a9bb32

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

config/agentevolver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,4 +238,4 @@ attribution_driven_credit_assignment:
238238
# recommended to save API costs by not evaluating low-value trajectories
239239
skip_type: "none"
240240
# recommended to be true to monitor the attribution module's internal state
241-
enable_adca_metric: false
241+
enable_adca_metric: false

config/script_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hydra:
66
defaults:
77
- ppo_trainer
88
- agentevolver
9-
- _self_
9+
- _self_

examples/run_overall.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ current_time=$(date "+%Y%m%d_%H%M%S")
2929
log_file="log_${current_time}.log"
3030

3131

32-
3332
python3 -m agentevolver.main_ppo \
3433
--config-path="$CONFIG_PATH" \
3534
--config-name='script_config' \

0 commit comments

Comments
 (0)