ReAct icon indicating copy to clipboard operation
ReAct copied to clipboard

[ICLR 2023] ReAct: Synergizing Reasoning and Acting in Language Models

Results 5 ReAct issues
Sort by recently updated
recently updated
newest added

when i run alfworld.ipynb, it return: Initializing AlfredTWEnv... Checking for solvable games... Overall we have 134 games Evaluating with 134 games Traceback (most recent call last): File "/home/ict/ReAct/react.py", line 55,...

Dear Authors, Thank you for the great work on introducing ReAct. Since, the original model that you used `text-davinci-002` is deprecated on openai the closest two alternatives are: `gpt-3.5-turbo` and...

You can actually close this issue -- just in case anyone is looking for running it with OAI Chat Completion - ``` import os import openai import requests from openai...

I am finding certain strings can break `clean_str`: ```python p = "This is a test string with unicode escape: \\u00e9" ``` This will break `clean_str`: ```none UnicodeDecodeError: 'utf-8' codec can't...