Hi, thanks for the interesting work and your contribution to making this library. I tried to run the example based on my macOS and Ubuntu, but neither worked for me. The command is what is provided in the readme:
After investigation, I found that it may be because my Redis database is empty. If that is the case, may I know if the data will be available or if we need to create the agents, tasks, and environment by ourselves?
Steps To Reproduce
Install the repository
Install the dependent packages as suggested in the readme.
Run python -m sotopia_conf.server --gin_file="sotopia_conf/server_conf/server.gin" --gin_file="sotopia_conf/generation_utils_conf/generate.gin"
Description of the bug
Hi, thanks for the interesting work and your contribution to making this library. I tried to run the example based on my macOS and Ubuntu, but neither worked for me. The command is what is provided in the readme:
The error I am getting is as follows:
After investigation, I found that it may be because my Redis database is empty. If that is the case, may I know if the data will be available or if we need to create the agents, tasks, and environment by ourselves?
Steps To Reproduce
python -m sotopia_conf.server --gin_file="sotopia_conf/server_conf/server.gin" --gin_file="sotopia_conf/generation_utils_conf/generate.gin"
Additional Information
No response