AgentGym
AgentGym copied to clipboard
Fix issue with typing_extension and faiss
Hi
I was facing the same issue as https://github.com/WooooDyy/AgentGym/issues/22
Rather than re-installing numpy, I found the following fix to work. Specifically, I had to fix the faiss-cpu version to 1.7.0
and typing_extensions to 4.4.0
.