LLF-Bench icon indicating copy to clipboard operation
LLF-Bench copied to clipboard

Add autogen agent to support LLF-Bench

Open BeibinLi opened this issue 1 year ago • 0 comments

You can test the code by running

python llfbench/agents/ag_agent.py

The code only supports DISCRETE action space now, and I will keep testing other action space. The main difficulty is how to extract and convert from LLM's answer (string) into gym's action space.

BeibinLi avatar Feb 28 '24 06:02 BeibinLi