Closed eyuansu62 closed 1 year ago
Hello! Thanks for your comment.
The run_<code>.py
files are more meant to be demonstrations that allow you to directly interact with InterCode environments.
It is not intended to showcase how to run language models end to end on these environments. If you're looking for examples, please check out the experiments folder and the wiki for a more high level overview.
Hope this helps! If you have any additional comments, feel free to follow up. Otherwise, I'll close this in a day.
In the run_sql.py, you initialize the pocily by policy = HumanPolicy(). Shouldn't it be ChatGPTPolicy?