Commit bdf0aef4 authored by YaningGao's avatar YaningGao
Browse files

minor

parent 5679d6b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@ env1:
    env_name: alfworld  
    env_config:
        render_mode: text
        alf_config_path: "SCRIPT_DIR/alf-config.yaml"
        alf_config_path: "scripts/debug/debug_alfworld_text_grpo_service/alf-config.yaml"
    train_size: 64
    test_size: 16
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@ env1:
    env_name: alfworld  
    env_config:
        render_mode: vision
        alf_config_path: "SCRIPT_DIR/alf-config.yaml"
        alf_config_path: "scripts/debug/debug_alfworld_vision_grpo_service/alf-config.yaml"
    train_size: 64
    test_size: 8
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@ env1:
    env_name: alfworld
    env_config:
        render_mode: vision
        alf_config_path: "SCRIPT_DIR/alf-config.yaml"
        alf_config_path: "scripts/examples/alfworld_aico/alf-config.yaml"
    train_size: 3000
    test_size: 8
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ export PYTHONHASHSEED=0

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

# run python -m vagen.server.server host=127.0.0.1 port=5001 in a tmux session first
# run python -m vagen.server.server in a tmux session first

python -m vagen.env.create_dataset \
    --yaml_path "$SCRIPT_DIR/env_config.yaml" \
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,6 @@ env1:
    env_name: alfworld
    env_config:
        render_mode: vision
        alf_config_path: "SCRIPT_DIR/alf-config.yaml"
        alf_config_path: "scripts/examples/alfworld_trico/alf-config.yaml"
    train_size: 3000
    test_size: 8
 No newline at end of file
Loading