Hello, I'm attempting to replicate your WebAgent-R1 project but encounter significant difficulties with the Eval/Train setup. Could you please provide explicit instructions on:
- Minimum Viable Demo Path
- Specific step-by-step commands to run at least one demonstration (inference/eval preferred)
- Required hardware/environment variables (CUDA, torch, flash-attn versions) , conda environments.yml just doesn't work for its dependencies are conflicting each other.
- Configuration Clarification
- Critical fields needing modification in YAML configs (especially under
agent/ and task/)
- Relationship between config parameters and actual code paths as well as the shell scripts
- Troubleshooting Guidance
- Lack of "10-min runnable" pipeline
- Undocumented config dependencies
- Absence of pre-verification steps
Suggest adding to README.md:
✅ Dependency version matrix
✅ Minimal executable workflow
✅ Config field annotations
Looking forward to your guidance to better utilize this promising framework!
Hello, I'm attempting to replicate your WebAgent-R1 project but encounter significant difficulties with the Eval/Train setup. Could you please provide explicit instructions on:
agent/andtask/)My attempts are documented here (in Chinese):
https://www.notion.so/WebAgent-296b65f40c52809c89f4feeeaf6a0051
This aligns with community pain points observed in project usability reviews:
Suggest adding to README.md:
✅ Dependency version matrix
✅ Minimal executable workflow
✅ Config field annotations
Looking forward to your guidance to better utilize this promising framework!