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 871eeef commit 9a9bb32Copy full SHA for 9a9bb32
config/agentevolver.yaml
@@ -238,4 +238,4 @@ attribution_driven_credit_assignment:
238
# recommended to save API costs by not evaluating low-value trajectories
239
skip_type: "none"
240
# recommended to be true to monitor the attribution module's internal state
241
- enable_adca_metric: false
+ enable_adca_metric: false
config/script_config.yaml
@@ -6,4 +6,4 @@ hydra:
6
defaults:
7
- ppo_trainer
8
- agentevolver
9
- - _self_
+ - _self_
examples/run_overall.sh
@@ -29,7 +29,6 @@ current_time=$(date "+%Y%m%d_%H%M%S")
29
log_file="log_${current_time}.log"
30
31
32
-
33
python3 -m agentevolver.main_ppo \
34
--config-path="$CONFIG_PATH" \
35
--config-name='script_config' \
0 commit comments